@backstage/plugin-org 0.6.22 → 0.6.24-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 CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.24-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.4-next.0
9
+ - @backstage/catalog-model@1.4.5
10
+ - @backstage/core-compat-api@0.2.4-next.0
11
+ - @backstage/core-plugin-api@1.9.1
12
+ - @backstage/frontend-plugin-api@0.6.4-next.0
13
+ - @backstage/plugin-catalog-common@1.0.22
14
+ - @backstage/plugin-catalog-react@1.11.3-next.0
15
+
16
+ ## 0.6.23
17
+
18
+ ### Patch Changes
19
+
20
+ - e8f026a: Use ESM exports of react-use library
21
+ - 0df5c60: Added ESLint rule `no-top-level-material-ui-4-imports` in the `org` plugin to migrate the Material UI imports.
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.14.3
24
+ - @backstage/plugin-catalog-react@1.11.2
25
+ - @backstage/frontend-plugin-api@0.6.3
26
+ - @backstage/core-compat-api@0.2.3
27
+ - @backstage/core-plugin-api@1.9.1
28
+ - @backstage/catalog-model@1.4.5
29
+ - @backstage/plugin-catalog-common@1.0.22
30
+
3
31
  ## 0.6.22
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.22",
3
+ "version": "0.6.24-next.0",
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.22",
3
+ "version": "0.6.24-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"
@@ -46,12 +46,12 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.4.5",
49
- "@backstage/core-compat-api": "^0.2.2",
50
- "@backstage/core-components": "^0.14.2",
49
+ "@backstage/core-compat-api": "^0.2.4-next.0",
50
+ "@backstage/core-components": "^0.14.4-next.0",
51
51
  "@backstage/core-plugin-api": "^1.9.1",
52
- "@backstage/frontend-plugin-api": "^0.6.2",
52
+ "@backstage/frontend-plugin-api": "^0.6.4-next.0",
53
53
  "@backstage/plugin-catalog-common": "^1.0.22",
54
- "@backstage/plugin-catalog-react": "^1.11.1",
54
+ "@backstage/plugin-catalog-react": "^1.11.3-next.0",
55
55
  "@material-ui/core": "^4.12.2",
56
56
  "@material-ui/icons": "^4.9.1",
57
57
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -63,14 +63,14 @@
63
63
  "react-use": "^17.2.4"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/catalog-client": "^1.6.2",
67
- "@backstage/cli": "^0.26.1",
68
- "@backstage/core-app-api": "^1.12.2",
69
- "@backstage/dev-utils": "^1.0.29",
70
- "@backstage/plugin-catalog": "^1.18.1",
66
+ "@backstage/catalog-client": "^1.6.3",
67
+ "@backstage/cli": "^0.26.3-next.0",
68
+ "@backstage/core-app-api": "^1.12.3",
69
+ "@backstage/dev-utils": "^1.0.31-next.0",
70
+ "@backstage/plugin-catalog": "^1.19.0-next.0",
71
71
  "@backstage/plugin-permission-common": "^0.7.13",
72
72
  "@backstage/plugin-permission-react": "^0.4.21",
73
- "@backstage/test-utils": "^1.5.2",
73
+ "@backstage/test-utils": "^1.5.3",
74
74
  "@backstage/types": "^1.1.1",
75
75
  "@testing-library/dom": "^9.0.0",
76
76
  "@testing-library/jest-dom": "^6.0.0",