@backstage/plugin-app-visualizer 0.0.0-nightly-20240116021644 → 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-20240116021644
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-20240116021644
13
- - @backstage/core-components@0.0.0-nightly-20240116021644
14
- - @backstage/core-plugin-api@0.0.0-nightly-20240116021644
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-20240116021644",
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-20240116021644",
26
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240116021644",
27
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240116021644",
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-20240116021644",
37
+ "@backstage/cli": "^0.25.1",
38
38
  "@types/react": "^16.13.1 || ^17.0.0"
39
39
  },
40
40
  "files": [