Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-03 09:38:51 +00:00
parent 624f90b6f1
commit 55da880bf9
185 changed files with 2762 additions and 730 deletions
+10
View File
@@ -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
+7 -7
View File
@@ -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",