@backstage/plugin-app-visualizer 0.0.0-nightly-20240115021728 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240115021728
3
+ ## 0.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,6 +9,6 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240115021728
13
- - @backstage/core-components@0.0.0-nightly-20240115021728
14
- - @backstage/core-plugin-api@0.0.0-nightly-20240115021728
12
+ - @backstage/frontend-plugin-api@0.5.0
13
+ - @backstage/core-components@0.13.10
14
+ - @backstage/core-plugin-api@1.8.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
3
  "description": "Visualizes the Backstage app structure",
4
- "version": "0.0.0-nightly-20240115021728",
4
+ "version": "0.1.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -22,9 +22,9 @@
22
22
  "clean": "backstage-cli package clean"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/core-components": "^0.0.0-nightly-20240115021728",
26
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240115021728",
27
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240115021728",
25
+ "@backstage/core-components": "^0.13.10",
26
+ "@backstage/core-plugin-api": "^1.8.2",
27
+ "@backstage/frontend-plugin-api": "^0.5.0",
28
28
  "@material-ui/core": "^4.12.2",
29
29
  "@material-ui/icons": "^4.9.1"
30
30
  },
@@ -34,7 +34,7 @@
34
34
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20240115021728",
37
+ "@backstage/cli": "^0.25.1",
38
38
  "@types/react": "^16.13.1 || ^17.0.0"
39
39
  },
40
40
  "files": [