Version Packages

This commit is contained in:
github-actions[bot]
2021-03-25 17:46:13 +00:00
parent 078f7dfe69
commit 844da89090
103 changed files with 607 additions and 438 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli
## 0.6.6
### Patch Changes
- 598f5bcfb: Lock down the version of webpack-dev-server as it's causing some nasty bugs someplace
- 4d248725e: Make the backend plugin template use the correct latest version of `express-promise-router`
## 0.6.5
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.6.5",
"version": "0.6.6",
"private": false,
"publishConfig": {
"access": "public"
@@ -118,10 +118,10 @@
"devDependencies": {
"@backstage/backend-common": "^0.6.0",
"@backstage/config": "^0.1.4",
"@backstage/core": "^0.7.2",
"@backstage/core": "^0.7.3",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.9",
"@backstage/theme": "^0.2.4",
"@backstage/theme": "^0.2.5",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
"@types/fs-extra": "^9.0.1",