Version Packages

This commit is contained in:
github-actions[bot]
2021-06-24 09:58:38 +00:00
parent 8f40136c17
commit 5a64fe7ea5
162 changed files with 1196 additions and 765 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/cli
## 0.7.2
### Patch Changes
- 953a7e66f: updated plugin template to generate path equals plugin id for the root page
- 04248b8f9: chore: bump `msw` dependency in `create-plugin`
- e3d31b381: Make the `create-github-app` command disable webhooks by default.
- 8f100db75: chore: bump `@typescript-eslint/eslint-plugin` from 4.26.0 to 4.27.0
- 95e572305: chore: bump `del` from 5.1.0 to 6.0.0
- ece2b5dd1: chore: bump `@spotify/eslint-config-typescript` from 9.0.0 to 10.0.0
- 0ec31e596: chore: bump `@rollup/plugin-node-resolve` from 11.2.1 to 13.0.0
- 48c9fcd33: Migrated to use the new `@backstage/core-*` packages rather than `@backstage/core`.
## 0.7.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.7.1",
"version": "0.7.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -121,10 +121,10 @@
"@backstage/backend-common": "^0.8.3",
"@backstage/config": "^0.1.5",
"@backstage/core-components": "^0.1.3",
"@backstage/core-plugin-api": "^0.1.2",
"@backstage/core-app-api": "^0.1.2",
"@backstage/dev-utils": "^0.1.17",
"@backstage/test-utils": "^0.1.13",
"@backstage/core-plugin-api": "^0.1.3",
"@backstage/core-app-api": "^0.1.3",
"@backstage/dev-utils": "^0.2.0",
"@backstage/test-utils": "^0.1.14",
"@backstage/theme": "^0.2.8",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",