Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-12-25 23:42:26 +00:00
parent 0533661a95
commit c9f71fba8d
449 changed files with 6431 additions and 305 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/cli
## 0.25.1-next.0
### Patch Changes
- b6b15b2: Use sha256 instead of md5 in build script cache key calculation
Makes it possible to build on FIPS nodejs.
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.1
- @backstage/config@1.1.1
- @backstage/config-loader@1.6.0
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.4
- @backstage/integration@1.8.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.0",
"version": "0.25.1-next.0",
"publishConfig": {
"access": "public"
},