Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-30 13:38:11 +00:00
parent 4142029b89
commit c70c3dc393
485 changed files with 6948 additions and 249 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.25.2-next.1
### Patch Changes
- b58673e: Upgrade jest
- 08804c3: Fixed an issue that would cause an invalid `__backstage-autodetected-plugins__.js` to be written when using experimental module discovery.
- Updated dependencies
- @backstage/catalog-model@1.4.4-next.0
- @backstage/integration@1.9.0-next.0
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.2
- @backstage/config@1.1.1
- @backstage/config-loader@1.6.1
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.5-next.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.2-next.0",
"version": "0.25.2-next.1",
"publishConfig": {
"access": "public"
},