Version Packages (next)

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2022-09-13 08:56:36 +00:00
committed by Patrik Oldsberg
parent f4a58d3a36
commit 423e01d903
307 changed files with 6104 additions and 2508 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/cli
## 0.19.0-next.3
### Patch Changes
- 7d47def9c4: Added dependency on `@types/jest` v27. The `@types/jest` dependency has also been removed from the plugin template and should be removed from any of your own internal packages. If you wish to override the version of `@types/jest` or `jest`, use Yarn resolutions.
- a7e82c9b01: Updated `versions:bump` command to be compatible with Yarn 3.
- Updated dependencies
- @backstage/config-loader@1.1.4-next.2
- @backstage/cli-common@0.1.10-next.0
- @backstage/config@1.0.2-next.0
- @backstage/errors@1.1.1-next.0
- @backstage/release-manifests@0.0.6-next.2
## 0.19.0-next.2
### Patch Changes
+13 -13
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.19.0-next.2",
"version": "0.19.0-next.3",
"publishConfig": {
"access": "public"
},
@@ -30,11 +30,11 @@
"backstage-cli": "bin/backstage-cli"
},
"dependencies": {
"@backstage/cli-common": "^0.1.9",
"@backstage/config": "^1.0.1",
"@backstage/config-loader": "^1.1.4-next.1",
"@backstage/errors": "^1.1.0",
"@backstage/release-manifests": "^0.0.6-next.1",
"@backstage/cli-common": "^0.1.10-next.0",
"@backstage/config": "^1.0.2-next.0",
"@backstage/config-loader": "^1.1.4-next.2",
"@backstage/errors": "^1.1.1-next.0",
"@backstage/release-manifests": "^0.0.6-next.2",
"@backstage/types": "^1.0.0",
"@manypkg/get-packages": "^1.1.3",
"@octokit/request": "^6.0.0",
@@ -129,13 +129,13 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-common": "^0.15.1-next.2",
"@backstage/config": "^1.0.1",
"@backstage/core-app-api": "^1.1.0-next.2",
"@backstage/core-components": "^0.11.1-next.2",
"@backstage/core-plugin-api": "^1.0.6-next.2",
"@backstage/dev-utils": "^1.0.6-next.1",
"@backstage/test-utils": "^1.2.0-next.2",
"@backstage/backend-common": "^0.15.1-next.3",
"@backstage/config": "^1.0.2-next.0",
"@backstage/core-app-api": "^1.1.0-next.3",
"@backstage/core-components": "^0.11.1-next.3",
"@backstage/core-plugin-api": "^1.0.6-next.3",
"@backstage/dev-utils": "^1.0.6-next.2",
"@backstage/test-utils": "^1.2.0-next.3",
"@backstage/theme": "^0.2.16",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",