@backstage/plugin-org 0.6.40-next.2 → 0.6.41-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 +28 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
+
## 0.6.41-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.19.1-next.0
|
|
9
|
+
- @backstage/core-components@0.17.4-next.0
|
|
10
|
+
- @backstage/catalog-model@1.7.4
|
|
11
|
+
- @backstage/core-compat-api@0.4.4-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.10.8
|
|
13
|
+
- @backstage/frontend-plugin-api@0.10.4-next.0
|
|
14
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
15
|
+
|
|
16
|
+
## 0.6.40
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
|
|
21
|
+
- 4fe364f: Org plugin support i18n
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/core-components@0.17.3
|
|
24
|
+
- @backstage/core-plugin-api@1.10.8
|
|
25
|
+
- @backstage/frontend-plugin-api@0.10.3
|
|
26
|
+
- @backstage/plugin-catalog-react@1.19.0
|
|
27
|
+
- @backstage/catalog-model@1.7.4
|
|
28
|
+
- @backstage/core-compat-api@0.4.3
|
|
29
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
30
|
+
|
|
3
31
|
## 0.6.40-next.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.41-next.0",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@backstage/catalog-model": "1.7.4",
|
|
67
|
-
"@backstage/core-compat-api": "0.4.
|
|
68
|
-
"@backstage/core-components": "0.17.
|
|
69
|
-
"@backstage/core-plugin-api": "1.10.
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.10.
|
|
67
|
+
"@backstage/core-compat-api": "0.4.4-next.0",
|
|
68
|
+
"@backstage/core-components": "0.17.4-next.0",
|
|
69
|
+
"@backstage/core-plugin-api": "1.10.8",
|
|
70
|
+
"@backstage/frontend-plugin-api": "0.10.4-next.0",
|
|
71
71
|
"@backstage/plugin-catalog-common": "1.1.4",
|
|
72
|
-
"@backstage/plugin-catalog-react": "1.19.
|
|
72
|
+
"@backstage/plugin-catalog-react": "1.19.1-next.0",
|
|
73
73
|
"@material-ui/core": "^4.12.2",
|
|
74
74
|
"@material-ui/icons": "^4.9.1",
|
|
75
75
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"react-use": "^17.2.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/catalog-client": "1.10.1
|
|
84
|
-
"@backstage/cli": "0.33.
|
|
85
|
-
"@backstage/core-app-api": "1.17.
|
|
86
|
-
"@backstage/dev-utils": "1.1.
|
|
87
|
-
"@backstage/plugin-catalog": "1.31.
|
|
83
|
+
"@backstage/catalog-client": "1.10.1",
|
|
84
|
+
"@backstage/cli": "0.33.1-next.0",
|
|
85
|
+
"@backstage/core-app-api": "1.17.1",
|
|
86
|
+
"@backstage/dev-utils": "1.1.12-next.0",
|
|
87
|
+
"@backstage/plugin-catalog": "1.31.1-next.0",
|
|
88
88
|
"@backstage/plugin-permission-common": "0.9.0",
|
|
89
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
90
|
-
"@backstage/test-utils": "1.7.
|
|
89
|
+
"@backstage/plugin-permission-react": "0.4.35",
|
|
90
|
+
"@backstage/test-utils": "1.7.10-next.0",
|
|
91
91
|
"@backstage/types": "1.2.1",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|