Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/cli
## 0.25.2-next.0
### Patch Changes
- c624938: Add experimental support for optional `auth` app entry point.
- acd2860: Updated dependency `vite-plugin-node-polyfills` to `^0.19.0`.
- 35725e2: Updated dependencies in frontend plugin templates
- c7259dc: Updated the backend module template to make the module instance the package default export.
- Updated dependencies
- @backstage/eslint-plugin@0.1.5-next.0
- @backstage/cli-node@0.2.2
- @backstage/config-loader@1.6.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.1",
"version": "0.25.2-next.0",
"publishConfig": {
"access": "public"
},