@backstage/plugin-org 0.7.6-next.0 → 0.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.7.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.13-next.0
9
+ - @backstage/ui@0.17.1-next.0
10
+ - @backstage/plugin-catalog-react@3.2.1-next.0
11
+
12
+ ## 0.7.6
13
+
14
+ ### Patch Changes
15
+
16
+ - 9585e44: Fixed the ownership card emitting duplicate React key warnings when different entity kinds share the same type.
17
+ - Updated dependencies
18
+ - @backstage/frontend-plugin-api@0.17.3
19
+ - @backstage/ui@0.17.0
20
+ - @backstage/plugin-catalog-react@3.2.0
21
+ - @backstage/core-components@0.18.12
22
+ - @backstage/core-plugin-api@1.12.8
23
+
3
24
  ## 0.7.6-next.0
4
25
 
5
26
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.7.6-next.0";
2
+ var version = "0.7.7-next.0";
3
3
  var description = "A Backstage plugin that helps you create entity pages for your organization";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.7.6-next.0",
3
+ "version": "0.7.7-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.9.0",
67
- "@backstage/core-components": "0.18.12-next.0",
68
- "@backstage/core-plugin-api": "1.12.8-next.0",
69
- "@backstage/frontend-plugin-api": "0.17.3-next.0",
67
+ "@backstage/core-components": "0.18.13-next.0",
68
+ "@backstage/core-plugin-api": "1.12.8",
69
+ "@backstage/frontend-plugin-api": "0.17.3",
70
70
  "@backstage/plugin-catalog-common": "1.1.10",
71
- "@backstage/plugin-catalog-react": "3.2.0-next.0",
72
- "@backstage/ui": "0.17.0-next.0",
71
+ "@backstage/plugin-catalog-react": "3.2.1-next.0",
72
+ "@backstage/ui": "0.17.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",
@@ -82,15 +82,15 @@
82
82
  "zod": "^4.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/catalog-client": "1.16.1-next.0",
86
- "@backstage/cli": "0.36.4-next.0",
87
- "@backstage/core-app-api": "1.20.3-next.0",
88
- "@backstage/dev-utils": "1.1.25-next.0",
89
- "@backstage/frontend-test-utils": "0.6.2-next.0",
90
- "@backstage/plugin-catalog": "2.0.7-next.0",
85
+ "@backstage/catalog-client": "1.16.1",
86
+ "@backstage/cli": "0.36.4",
87
+ "@backstage/core-app-api": "1.20.4-next.0",
88
+ "@backstage/dev-utils": "1.1.26-next.0",
89
+ "@backstage/frontend-test-utils": "0.6.3-next.0",
90
+ "@backstage/plugin-catalog": "2.0.8-next.0",
91
91
  "@backstage/plugin-permission-common": "0.9.9",
92
- "@backstage/plugin-permission-react": "0.5.3-next.0",
93
- "@backstage/test-utils": "1.7.20-next.0",
92
+ "@backstage/plugin-permission-react": "0.5.3",
93
+ "@backstage/test-utils": "1.7.21-next.0",
94
94
  "@backstage/types": "1.2.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",