Version Packages (next)
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.4.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d1be10c: Migrated React Aria imports from individual packages (`@react-aria/toast`, `@react-aria/button`, `@react-stately/toast`) to the monopackages (`react-aria`, `react-stately`).
|
||||
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
|
||||
- cad156e: Replaced old config schema values from existing extensions and blueprints.
|
||||
- 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.18.10-next.0
|
||||
- @backstage/ui@0.15.0-next.0
|
||||
- @backstage/frontend-plugin-api@0.17.0-next.0
|
||||
- @backstage/integration-react@1.2.18-next.0
|
||||
- @backstage/core-plugin-api@1.12.6-next.0
|
||||
- @backstage/filter-predicates@0.1.3-next.0
|
||||
- @backstage/plugin-app-react@0.2.3-next.0
|
||||
- @backstage/theme@0.7.3
|
||||
- @backstage/types@1.2.2
|
||||
- @backstage/version-bridge@1.0.12
|
||||
- @backstage/plugin-permission-react@0.5.1-next.0
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.6-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
Reference in New Issue
Block a user