Version Packages (next)
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.17.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 52fb9920ac: Fixed coverage configuration when using `BACKSTAGE_NEXT_TESTS`.
|
||||
- 6cd1f50ae1: Extended lint rule to prevents imports of stories or tests from production code.
|
||||
- 4d8736eded: Changed Rollup configuration for TypeScript definition plugin to ignore `css`,
|
||||
`scss`, `sass`, `svg`, `eot`, `woff`, `woff2` and `ttf` files.
|
||||
- 2737777e02: Added the ability to help a user get started with a new organization
|
||||
|
||||
## 0.17.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.17.1-next.0",
|
||||
"version": "0.17.1-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -125,13 +125,13 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.0",
|
||||
"@backstage/backend-common": "^0.13.3-next.1",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/core-app-api": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.3",
|
||||
"@backstage/core-plugin-api": "^1.0.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.0",
|
||||
"@backstage/test-utils": "^1.0.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.2-next.1",
|
||||
"@backstage/test-utils": "^1.1.0-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
|
||||
Reference in New Issue
Block a user