Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-05 07:35:01 +00:00
parent de95be6322
commit 39e446d0ff
87 changed files with 470 additions and 180 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli
## 0.17.0-next.2
### Patch Changes
- 6a341b2d87: build(deps): bump `@spotify/eslint-config-react` from 12.0.0 to 13.0.0
- 4782f9e925: Fixed misleading log message during frontend plugin creation.
## 0.17.0-next.1
### Minor Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.17.0-next.1",
"version": "0.17.0-next.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -125,7 +125,7 @@
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",