Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-27 15:51:11 +00:00
parent 35c5b64344
commit d4b85dddee
387 changed files with 5533 additions and 194 deletions
+28
View File
@@ -1,5 +1,33 @@
# @backstage/plugin-app
## 0.4.0-next.0
### Minor Changes
- 7edb810: **BREAKING**: Extensions created with the following blueprints must now be provided via an override or a module for the `app` plugin. Extensions from other plugins will now trigger a warning in the app and be ignored.
- `IconBundleBlueprint`
- `NavContentBlueprint`
- `RouterBlueprint`
- `SignInPageBlueprint`
- `SwappableComponentBlueprint`
- `ThemeBlueprint`
- `TranslationBlueprint`
### Patch Changes
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
- @backstage/core-components@0.18.6-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/plugin-app-react@0.1.1-next.0
- @backstage/integration-react@1.2.15-next.0
- @backstage/theme@0.7.1
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
- @backstage/plugin-permission-react@0.4.40-next.0
## 0.3.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app",
"version": "0.3.4",
"version": "0.4.0-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app",