Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-24 11:05:52 +00:00
parent 155ffbaf7f
commit bcc563abe9
268 changed files with 3502 additions and 722 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli
## 0.17.2-next.0
### Patch Changes
- 4f73352608: Updated Lockfile to support new versions of yarn as well as the legacy 1 version
- 6de866ea74: Added console warning to frontend start when the `app.baseUrl` and `backend.baseUrl` are identical
## 0.17.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.17.1",
"version": "0.17.2-next.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -126,12 +126,12 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-common": "^0.13.3",
"@backstage/backend-common": "^0.13.6-next.0",
"@backstage/config": "^1.0.1",
"@backstage/core-app-api": "^1.0.2",
"@backstage/core-components": "^0.9.4",
"@backstage/core-components": "^0.9.5-next.0",
"@backstage/core-plugin-api": "^1.0.2",
"@backstage/dev-utils": "^1.0.2",
"@backstage/dev-utils": "^1.0.3-next.0",
"@backstage/test-utils": "^1.1.0",
"@backstage/theme": "^0.2.15",
"@types/diff": "^5.0.0",