Version Packages

This commit is contained in:
github-actions[bot]
2024-01-16 11:44:56 +00:00
parent ad3f162b2b
commit 8070f67dc4
539 changed files with 6788 additions and 1310 deletions
+14
View File
@@ -0,0 +1,14 @@
# @backstage/plugin-app-visualizer
## 0.1.0
### Minor Changes
- e57cc9f: Initial release of the app visualizer plugin.
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-visualizer",
"description": "Visualizes the Backstage app structure",
"version": "0.0.0",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},