Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-app-visualizer
## 0.2.4
### Patch Changes
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 44d77e9: Removed separate nav item extensions. Sidebar entries are now provided via `title` and `icon` on each plugin's page extension.
- Updated dependencies
- @backstage/core-components@0.18.10
- @backstage/ui@0.15.0
- @backstage/frontend-plugin-api@0.17.0
- @backstage/core-plugin-api@1.12.6
## 0.2.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
"version": "0.2.4-next.1",
"version": "0.2.4",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",