@backstage/plugin-org 0.6.6-next.2 → 0.6.6
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 +15 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
+
## 0.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cb8ec97cdeb: Change black & white colors to be theme aware
|
|
8
|
+
- 36bccb5252f: Fix small UI-glitch in MemberListCard
|
|
9
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
10
|
+
- a06fcac4040: Add styling to the `MembersListCard` and `ComponentsGrid` to handle overflow text.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/core-components@0.12.5
|
|
13
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
14
|
+
- @backstage/core-plugin-api@1.5.0
|
|
15
|
+
- @backstage/catalog-model@1.2.1
|
|
16
|
+
- @backstage/theme@0.2.18
|
|
17
|
+
|
|
3
18
|
## 0.6.6-next.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
3
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
4
|
-
"version": "0.6.6
|
|
4
|
+
"version": "0.6.6",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"clean": "backstage-cli package clean"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@backstage/catalog-model": "^1.2.1
|
|
32
|
-
"@backstage/core-components": "^0.12.5
|
|
33
|
-
"@backstage/core-plugin-api": "^1.5.0
|
|
34
|
-
"@backstage/plugin-catalog-react": "^1.4.0
|
|
35
|
-
"@backstage/theme": "^0.2.18
|
|
31
|
+
"@backstage/catalog-model": "^1.2.1",
|
|
32
|
+
"@backstage/core-components": "^0.12.5",
|
|
33
|
+
"@backstage/core-plugin-api": "^1.5.0",
|
|
34
|
+
"@backstage/plugin-catalog-react": "^1.4.0",
|
|
35
|
+
"@backstage/theme": "^0.2.18",
|
|
36
36
|
"@material-ui/core": "^4.12.2",
|
|
37
37
|
"@material-ui/icons": "^4.9.1",
|
|
38
38
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/catalog-client": "^1.4.0
|
|
50
|
-
"@backstage/cli": "^0.22.4
|
|
51
|
-
"@backstage/core-app-api": "^1.6.0
|
|
52
|
-
"@backstage/dev-utils": "^1.0.13
|
|
53
|
-
"@backstage/test-utils": "^1.2.6
|
|
49
|
+
"@backstage/catalog-client": "^1.4.0",
|
|
50
|
+
"@backstage/cli": "^0.22.4",
|
|
51
|
+
"@backstage/core-app-api": "^1.6.0",
|
|
52
|
+
"@backstage/dev-utils": "^1.0.13",
|
|
53
|
+
"@backstage/test-utils": "^1.2.6",
|
|
54
54
|
"@testing-library/jest-dom": "^5.10.1",
|
|
55
55
|
"@testing-library/react": "^12.1.3",
|
|
56
56
|
"@testing-library/user-event": "^14.0.0",
|