Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-06-03 15:01:16 +00:00
parent b5e056f312
commit b844443164
176 changed files with 1791 additions and 408 deletions
+8
View File
@@ -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
+3 -3
View File
@@ -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",