Version Packages (next)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.17.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 026cfe525a: Fix the public path configuration of the frontend app build so that a trailing `/` is always appended when needed.
|
||||
- 9002ebd76b: Updated dependency `@rollup/plugin-commonjs` to `^22.0.0`.
|
||||
- 1a33e8b287: Updated dependency `minimatch` to `5.1.0`.
|
||||
|
||||
## 0.17.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.17.2-next.1",
|
||||
"version": "0.17.2-next.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -126,10 +126,10 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
|
||||
Reference in New Issue
Block a user