Version Packages

This commit is contained in:
github-actions[bot]
2026-02-17 16:06:18 +00:00
parent 31de2c9b3a
commit e6df5d52ce
589 changed files with 6497 additions and 2264 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-app-visualizer
## 0.2.0
### Minor Changes
- ef6916e: Migrated to use `SubPageBlueprint` for tabbed navigation and added a copy-tree-as-JSON plugin header action using `PluginHeaderActionBlueprint`. The plugin now specifies a `title` and `icon`.
### Patch Changes
- cb090b4: Bump react-aria-components to v1.14.0
- c38b74d: Internal updates for blueprint moves to `@backstage/plugin-app-react`.
- 4137a43: Updated CSS token references to use renamed `--bui-border-2` token.
- 4d50e1f: Improved rendering performance of the details page.
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- Updated dependencies
- @backstage/ui@0.12.0
- @backstage/core-components@0.18.7
- @backstage/frontend-plugin-api@0.14.0
- @backstage/core-plugin-api@1.12.3
## 0.1.28-next.1
### Patch Changes