@backstage/plugin-app-visualizer 0.1.1-next.2 → 0.1.1

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 +20 -0
  2. package/package.json +10 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.6.0
10
+ - @backstage/core-components@0.14.0
11
+ - @backstage/core-plugin-api@1.9.0
12
+
13
+ ## 0.1.1-next.3
14
+
15
+ ### Patch Changes
16
+
17
+ - 8472188: Added or fixed the `repository` field in `package.json`.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.14.0-next.2
20
+ - @backstage/core-plugin-api@1.9.0-next.1
21
+ - @backstage/frontend-plugin-api@0.6.0-next.3
22
+
3
23
  ## 0.1.1-next.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
3
  "description": "Visualizes the Backstage app structure",
4
- "version": "0.1.1-next.2",
4
+ "version": "0.1.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/backstage/backstage",
11
+ "directory": "plugins/app-visualizer"
12
+ },
8
13
  "backstage": {
9
14
  "role": "frontend-plugin"
10
15
  },
@@ -22,9 +27,9 @@
22
27
  "clean": "backstage-cli package clean"
23
28
  },
24
29
  "dependencies": {
25
- "@backstage/core-components": "^0.14.0-next.1",
26
- "@backstage/core-plugin-api": "^1.9.0-next.1",
27
- "@backstage/frontend-plugin-api": "^0.6.0-next.2",
30
+ "@backstage/core-components": "^0.14.0",
31
+ "@backstage/core-plugin-api": "^1.9.0",
32
+ "@backstage/frontend-plugin-api": "^0.6.0",
28
33
  "@material-ui/core": "^4.12.2",
29
34
  "@material-ui/icons": "^4.9.1"
30
35
  },
@@ -34,7 +39,7 @@
34
39
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
35
40
  },
36
41
  "devDependencies": {
37
- "@backstage/cli": "^0.25.2-next.2",
42
+ "@backstage/cli": "^0.25.2",
38
43
  "@types/react": "^16.13.1 || ^17.0.0"
39
44
  },
40
45
  "files": [