Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-10 16:14:59 +00:00
parent 20bd285bcd
commit 7c41134684
222 changed files with 3034 additions and 111 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/frontend-defaults
## 0.4.0-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-app-api@0.15.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/plugin-app@0.4.0-next.2
## 0.4.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.4.0-next.1",
"version": "0.4.0-next.2",
"backstage": {
"role": "web-library"
},