Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-12-05 13:55:44 +00:00
parent a00ba28b7e
commit a7f57602d1
435 changed files with 6310 additions and 218 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/cli
## 0.25.0-next.2
### Patch Changes
- 32018ff: Enable the `tsx` loader to work on Node 18.19 and up
- a3edc18: Updated dependency `vite-plugin-node-polyfills` to `^0.17.0`.
- 627554e: Updated dependency `@rollup/plugin-node-resolve` to `^15.0.0`.
- c07cee5: Updated dependency `@rollup/plugin-json` to `^6.0.0`.
- 2565cc8: Updated dependency `@rollup/plugin-commonjs` to `^25.0.0`.
- Updated dependencies
- @backstage/config-loader@1.6.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.4-next.0
- @backstage/integration@1.8.0-next.1
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.0-next.1",
"version": "0.25.0-next.2",
"publishConfig": {
"access": "public"
},