@backstage/plugin-app-visualizer 0.1.24-next.2 → 0.1.25-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
+ ## 0.1.25-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.11.2-next.0
9
+ - @backstage/core-components@0.18.3-next.0
10
+ - @backstage/frontend-plugin-api@0.12.2-next.0
11
+
12
+ ## 0.1.24
13
+
14
+ ### Patch Changes
15
+
16
+ - 4406144: Ensure that the text rendering has react keys for all elements
17
+ - Updated dependencies
18
+ - @backstage/core-components@0.18.2
19
+ - @backstage/frontend-plugin-api@0.12.1
20
+ - @backstage/core-plugin-api@1.11.1
21
+
3
22
  ## 0.1.24-next.2
4
23
 
5
24
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.1.24-next.2";
2
+ var version = "0.1.25-next.0";
3
3
  var description = "Visualizes the Backstage app structure";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.1.24-next.2",
3
+ "version": "0.1.25-next.0",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,15 +37,15 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.18.2-next.3",
41
- "@backstage/core-plugin-api": "1.11.1-next.0",
42
- "@backstage/frontend-plugin-api": "0.12.1-next.2",
40
+ "@backstage/core-components": "0.18.3-next.0",
41
+ "@backstage/core-plugin-api": "1.11.2-next.0",
42
+ "@backstage/frontend-plugin-api": "0.12.2-next.0",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.34.4-next.3",
48
- "@backstage/frontend-defaults": "0.3.2-next.1",
47
+ "@backstage/cli": "0.34.5-next.0",
48
+ "@backstage/frontend-defaults": "0.3.3-next.0",
49
49
  "@types/react": "^18.0.0",
50
50
  "react": "^18.0.2",
51
51
  "react-dom": "^18.0.2",