@backstage/plugin-org 0.6.6-next.2 → 0.6.7-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.12.6-next.0
10
+ - @backstage/plugin-catalog-react@1.4.1-next.0
11
+ - @backstage/core-plugin-api@1.5.0
12
+ - @backstage/catalog-model@1.2.1
13
+ - @backstage/theme@0.2.18
14
+
15
+ ## 0.6.6
16
+
17
+ ### Patch Changes
18
+
19
+ - cb8ec97cdeb: Change black & white colors to be theme aware
20
+ - 36bccb5252f: Fix small UI-glitch in MemberListCard
21
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
22
+ - a06fcac4040: Add styling to the `MembersListCard` and `ComponentsGrid` to handle overflow text.
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.12.5
25
+ - @backstage/plugin-catalog-react@1.4.0
26
+ - @backstage/core-plugin-api@1.5.0
27
+ - @backstage/catalog-model@1.2.1
28
+ - @backstage/theme@0.2.18
29
+
3
30
  ## 0.6.6-next.2
4
31
 
5
32
  ### 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-next.2",
4
+ "version": "0.6.7-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,14 +28,14 @@
28
28
  "clean": "backstage-cli package clean"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^1.2.1-next.1",
32
- "@backstage/core-components": "^0.12.5-next.2",
33
- "@backstage/core-plugin-api": "^1.5.0-next.2",
34
- "@backstage/plugin-catalog-react": "^1.4.0-next.2",
35
- "@backstage/theme": "^0.2.18-next.0",
31
+ "@backstage/catalog-model": "^1.2.1",
32
+ "@backstage/core-components": "^0.12.6-next.0",
33
+ "@backstage/core-plugin-api": "^1.5.0",
34
+ "@backstage/plugin-catalog-react": "^1.4.1-next.0",
35
+ "@backstage/theme": "^0.2.18",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@material-ui/icons": "^4.9.1",
38
- "@material-ui/lab": "4.0.0-alpha.57",
38
+ "@material-ui/lab": "4.0.0-alpha.61",
39
39
  "p-limit": "^3.1.0",
40
40
  "pluralize": "^8.0.0",
41
41
  "qs": "^6.10.1",
@@ -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-next.1",
50
- "@backstage/cli": "^0.22.4-next.1",
51
- "@backstage/core-app-api": "^1.6.0-next.2",
52
- "@backstage/dev-utils": "^1.0.13-next.2",
53
- "@backstage/test-utils": "^1.2.6-next.2",
49
+ "@backstage/catalog-client": "^1.4.0",
50
+ "@backstage/cli": "^0.22.6-next.0",
51
+ "@backstage/core-app-api": "^1.7.0-next.0",
52
+ "@backstage/dev-utils": "^1.0.14-next.0",
53
+ "@backstage/test-utils": "^1.3.0-next.0",
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",