@backstage/plugin-org 0.6.26-next.2 → 0.6.26

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,20 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.26
4
+
5
+ ### Patch Changes
6
+
7
+ - d8e2f53: The `catalogIndex` external route is now optional and will by default bind to the catalog index page if it is available.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.14.8
11
+ - @backstage/core-compat-api@0.2.6
12
+ - @backstage/core-plugin-api@1.9.3
13
+ - @backstage/plugin-catalog-common@1.0.24
14
+ - @backstage/plugin-catalog-react@1.12.1
15
+ - @backstage/frontend-plugin-api@0.6.6
16
+ - @backstage/catalog-model@1.5.0
17
+
3
18
  ## 0.6.26-next.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.26-next.2",
3
+ "version": "0.6.26",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.26-next.2",
3
+ "version": "0.6.26",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.5.0",
54
- "@backstage/core-compat-api": "^0.2.6-next.2",
55
- "@backstage/core-components": "^0.14.8-next.2",
56
- "@backstage/core-plugin-api": "^1.9.3-next.0",
57
- "@backstage/frontend-plugin-api": "^0.6.6-next.2",
58
- "@backstage/plugin-catalog-common": "^1.0.24-next.0",
59
- "@backstage/plugin-catalog-react": "^1.12.1-next.2",
54
+ "@backstage/core-compat-api": "^0.2.6",
55
+ "@backstage/core-components": "^0.14.8",
56
+ "@backstage/core-plugin-api": "^1.9.3",
57
+ "@backstage/frontend-plugin-api": "^0.6.6",
58
+ "@backstage/plugin-catalog-common": "^1.0.24",
59
+ "@backstage/plugin-catalog-react": "^1.12.1",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -69,13 +69,13 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@backstage/catalog-client": "^1.6.5",
72
- "@backstage/cli": "^0.26.7-next.3",
73
- "@backstage/core-app-api": "^1.12.6-next.0",
74
- "@backstage/dev-utils": "^1.0.33-next.2",
75
- "@backstage/plugin-catalog": "^1.21.0-next.3",
76
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
77
- "@backstage/plugin-permission-react": "^0.4.23-next.1",
78
- "@backstage/test-utils": "^1.5.6-next.2",
72
+ "@backstage/cli": "^0.26.7",
73
+ "@backstage/core-app-api": "^1.12.6",
74
+ "@backstage/dev-utils": "^1.0.33",
75
+ "@backstage/plugin-catalog": "^1.21.0",
76
+ "@backstage/plugin-permission-common": "^0.7.14",
77
+ "@backstage/plugin-permission-react": "^0.4.23",
78
+ "@backstage/test-utils": "^1.5.6",
79
79
  "@backstage/types": "^1.1.1",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",