Version Packages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
github-actions[bot]
2021-03-11 12:29:53 +00:00
committed by Fredrik Adelöw
parent a5c3dd77fe
commit 0e120c5c66
124 changed files with 882 additions and 585 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.6.4
### Patch Changes
- 5ab5864f6: Add support for most TypeScript 4.1 syntax.
## 0.6.3
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.6.3",
"version": "0.6.4",
"private": false,
"publishConfig": {
"access": "public"
@@ -116,12 +116,12 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.5.5",
"@backstage/backend-common": "^0.5.6",
"@backstage/config": "^0.1.3",
"@backstage/core": "^0.7.0",
"@backstage/core": "^0.7.1",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.8",
"@backstage/theme": "^0.2.3",
"@backstage/theme": "^0.2.4",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
"@types/fs-extra": "^9.0.1",