@backstage/plugin-org 0.6.26-next.1 → 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 +29 -0
- package/alpha/package.json +1 -1
- package/package.json +20 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
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
|
+
|
|
18
|
+
## 0.6.26-next.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/core-components@0.14.8-next.2
|
|
25
|
+
- @backstage/plugin-catalog-common@1.0.24-next.0
|
|
26
|
+
- @backstage/plugin-catalog-react@1.12.1-next.2
|
|
27
|
+
- @backstage/frontend-plugin-api@0.6.6-next.2
|
|
28
|
+
- @backstage/core-compat-api@0.2.6-next.2
|
|
29
|
+
- @backstage/catalog-model@1.5.0
|
|
30
|
+
- @backstage/core-plugin-api@1.9.3-next.0
|
|
31
|
+
|
|
3
32
|
## 0.6.26-next.1
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.26
|
|
3
|
+
"version": "0.6.26",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
|
-
"role": "frontend-plugin"
|
|
6
|
+
"role": "frontend-plugin",
|
|
7
|
+
"pluginId": "org",
|
|
8
|
+
"pluginPackages": [
|
|
9
|
+
"@backstage/plugin-org",
|
|
10
|
+
"@backstage/plugin-org-react"
|
|
11
|
+
]
|
|
7
12
|
},
|
|
8
13
|
"publishConfig": {
|
|
9
14
|
"access": "public"
|
|
@@ -46,12 +51,12 @@
|
|
|
46
51
|
},
|
|
47
52
|
"dependencies": {
|
|
48
53
|
"@backstage/catalog-model": "^1.5.0",
|
|
49
|
-
"@backstage/core-compat-api": "^0.2.6
|
|
50
|
-
"@backstage/core-components": "^0.14.8
|
|
51
|
-
"@backstage/core-plugin-api": "^1.9.3
|
|
52
|
-
"@backstage/frontend-plugin-api": "^0.6.6
|
|
53
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
54
|
-
"@backstage/plugin-catalog-react": "^1.12.1
|
|
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",
|
|
55
60
|
"@material-ui/core": "^4.12.2",
|
|
56
61
|
"@material-ui/icons": "^4.9.1",
|
|
57
62
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -64,13 +69,13 @@
|
|
|
64
69
|
},
|
|
65
70
|
"devDependencies": {
|
|
66
71
|
"@backstage/catalog-client": "^1.6.5",
|
|
67
|
-
"@backstage/cli": "^0.26.7
|
|
68
|
-
"@backstage/core-app-api": "^1.12.6
|
|
69
|
-
"@backstage/dev-utils": "^1.0.33
|
|
70
|
-
"@backstage/plugin-catalog": "^1.21.0
|
|
71
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
72
|
-
"@backstage/plugin-permission-react": "^0.4.23
|
|
73
|
-
"@backstage/test-utils": "^1.5.6
|
|
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",
|
|
74
79
|
"@backstage/types": "^1.1.1",
|
|
75
80
|
"@testing-library/dom": "^10.0.0",
|
|
76
81
|
"@testing-library/jest-dom": "^6.0.0",
|