Version Packages

This commit is contained in:
github-actions[bot]
2021-05-12 09:39:51 +00:00
parent 54246635da
commit df31bdca8f
156 changed files with 1457 additions and 668 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli
## 0.6.11
### Patch Changes
- 2cd70e164: Add context for versions:bump on what version it was bumped to. Updated tests for the same.
- 3be844496: chore: bump `ts-node` versions to 9.1.1
- e3fc89df6: update plugins created to use react-use 17.2.4
## 0.6.10
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.6.10",
"version": "0.6.11",
"private": false,
"publishConfig": {
"access": "public"
@@ -117,11 +117,11 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.7.0",
"@backstage/backend-common": "^0.8.0",
"@backstage/config": "^0.1.5",
"@backstage/core": "^0.7.8",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.10",
"@backstage/core": "^0.7.9",
"@backstage/dev-utils": "^0.1.14",
"@backstage/test-utils": "^0.1.11",
"@backstage/theme": "^0.2.7",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",