Version Packages
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.7.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 53bdc66623: add a --from <location> option to the plugin install command
|
||||
- 84e24fcdaf: Bump sucrase to version 3.20.2
|
||||
- 6583c6ac40: Add semicolon in template to make prettier happy
|
||||
- c6f927d819: Bump mini-css-extract-plugin to v2
|
||||
- 16f044cb6b: Update default backend ESLint configuration to allow usage of `__dirname` in tests.
|
||||
- 1ef9e64901: Add an experimental `install <plugin>` command.
|
||||
|
||||
Given a `pluginId`, the command looks for NPM packages matching `@backstage/plugin-{pluginId}` or `backstage-plugin-{pluginId}` or `{pluginId}`. It looks for the `experimentalInstallationRecipe` in their `package.json` for the steps of installation. Detailed documentation and API Spec to follow (and to be decided as well).
|
||||
|
||||
## 0.7.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -120,12 +120,12 @@
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.9.6",
|
||||
"@backstage/config": "^0.1.10",
|
||||
"@backstage/core-components": "^0.6.1",
|
||||
"@backstage/core-components": "^0.7.0",
|
||||
"@backstage/core-plugin-api": "^0.1.10",
|
||||
"@backstage/core-app-api": "^0.1.16",
|
||||
"@backstage/dev-utils": "^0.2.11",
|
||||
"@backstage/test-utils": "^0.1.18",
|
||||
"@backstage/theme": "^0.2.10",
|
||||
"@backstage/core-app-api": "^0.1.17",
|
||||
"@backstage/dev-utils": "^0.2.12",
|
||||
"@backstage/test-utils": "^0.1.19",
|
||||
"@backstage/theme": "^0.2.11",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
|
||||
Reference in New Issue
Block a user