Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-02-02 14:28:47 +00:00
parent e7f38e3546
commit 51eecb3f03
154 changed files with 1015 additions and 540 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.13.1-next.1
### Patch Changes
- 5bd0ce9e62: chore(deps): bump `inquirer` from 7.3.3 to 8.2.0
## 0.13.1-next.0
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.13.1-next.0",
"version": "0.13.1-next.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -115,13 +115,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.10.5",
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/config": "^0.1.13",
"@backstage/core-components": "^0.8.7-next.0",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/core-app-api": "^0.5.1",
"@backstage/dev-utils": "^0.2.20-next.0",
"@backstage/test-utils": "^0.2.3",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/dev-utils": "^0.2.20-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/theme": "^0.2.14",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",