Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-09 15:55:28 +00:00
parent df279de594
commit 036b9b3434
437 changed files with 6312 additions and 218 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/cli
## 0.26.3-next.1
### Patch Changes
- c884b9a: Fix the bundle public subpath configuration.
- 6b5ddbe: Fix the backend plugin to use correct plugin id
- 4fecffc: When building the frontend app public assets are now also copied to the public dist directory when in use.
- Updated dependencies
- @backstage/eslint-plugin@0.1.7-next.0
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.3-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.26.3-next.0",
"version": "0.26.3-next.1",
"publishConfig": {
"access": "public"
},