Version Packages

This commit is contained in:
github-actions[bot]
2021-08-12 08:21:56 +00:00
parent cc36ece4eb
commit c734d6995a
151 changed files with 1144 additions and 757 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.7.8
### Patch Changes
- c4ef9181a: Migrate to using `webpack@5` 🎉
## 0.7.7
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.7.7",
"version": "0.7.8",
"private": false,
"publishConfig": {
"access": "public"
@@ -118,13 +118,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.8.8",
"@backstage/backend-common": "^0.8.9",
"@backstage/config": "^0.1.6",
"@backstage/core-components": "^0.3.0",
"@backstage/core-plugin-api": "^0.1.5",
"@backstage/core-app-api": "^0.1.7",
"@backstage/dev-utils": "^0.2.5",
"@backstage/test-utils": "^0.1.16",
"@backstage/core-components": "^0.3.1",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/core-app-api": "^0.1.8",
"@backstage/dev-utils": "^0.2.6",
"@backstage/test-utils": "^0.1.17",
"@backstage/theme": "^0.2.9",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",