Version Packages

This commit is contained in:
github-actions[bot]
2021-06-03 10:04:56 +00:00
committed by Fredrik Adelöw
parent 0706a4b27b
commit fa92d70fba
105 changed files with 611 additions and 460 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/cli
## 0.6.14
### Patch Changes
- ee4eb5b40: Adjust the Webpack `devtool` module filename template to correctly resolve via the source maps to the source files.
- 84160313e: Mark the `create-github-app` command as ready for use and reveal it in the command list.
- 7e7c71417: Exclude core packages from package dependency diff.
- e7c5e4b30: Update installation instructions in README.
- 2305ab8fc: chore(deps): bump `@spotify/eslint-config-react` from 9.0.0 to 10.0.0
- 054bcd029: Deprecated the `backend:build-image` command, pointing to the newer `backend:bundle` command.
## 0.6.13
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.6.13",
"version": "0.6.14",
"private": false,
"publishConfig": {
"access": "public"
@@ -120,10 +120,10 @@
"devDependencies": {
"@backstage/backend-common": "^0.8.1",
"@backstage/config": "^0.1.5",
"@backstage/core": "^0.7.11",
"@backstage/dev-utils": "^0.1.16",
"@backstage/test-utils": "^0.1.12",
"@backstage/theme": "^0.2.7",
"@backstage/core": "^0.7.12",
"@backstage/dev-utils": "^0.1.17",
"@backstage/test-utils": "^0.1.13",
"@backstage/theme": "^0.2.8",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
"@types/fs-extra": "^9.0.1",