@backstage/plugin-org 0.7.8 → 0.7.9-next.2

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,12 +1,37 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.7.8
3
+ ## 0.7.9-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 2a0e31c: Fixed ownership card catalog links to filter by stable entity references instead of display titles.
8
7
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@3.2.2
8
+ - @backstage/plugin-catalog-common@1.2.0-next.0
9
+ - @backstage/ui@0.18.0-next.2
10
+ - @backstage/plugin-catalog-react@3.2.3-next.2
11
+ - @backstage/core-components@0.18.14-next.2
12
+ - @backstage/core-plugin-api@1.12.10-next.1
13
+ - @backstage/frontend-plugin-api@0.18.1-next.1
14
+
15
+ ## 0.7.9-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.18.14-next.1
21
+ - @backstage/frontend-plugin-api@0.18.1-next.0
22
+ - @backstage/plugin-catalog-react@3.2.3-next.1
23
+ - @backstage/ui@0.18.0-next.1
24
+ - @backstage/core-plugin-api@1.12.10-next.0
25
+
26
+ ## 0.7.8-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - fe0ec65: Fixed ownership card catalog links to filter by stable entity references instead of display titles.
31
+ - Updated dependencies
32
+ - @backstage/ui@0.17.2-next.0
33
+ - @backstage/plugin-catalog-react@3.2.2-next.0
34
+ - @backstage/core-components@0.18.14-next.0
10
35
 
11
36
  ## 0.7.7
12
37
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.7.8";
2
+ var version = "0.7.9-next.2";
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.8",
3
+ "version": "0.7.9-next.2",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,13 +63,13 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-model": "^1.10.0",
67
- "@backstage/core-components": "^0.18.13",
68
- "@backstage/core-plugin-api": "^1.12.9",
69
- "@backstage/frontend-plugin-api": "^0.18.0",
70
- "@backstage/plugin-catalog-common": "^1.1.10",
71
- "@backstage/plugin-catalog-react": "^3.2.2",
72
- "@backstage/ui": "^0.17.1",
66
+ "@backstage/catalog-model": "1.10.0",
67
+ "@backstage/core-components": "0.18.14-next.2",
68
+ "@backstage/core-plugin-api": "1.12.10-next.1",
69
+ "@backstage/frontend-plugin-api": "0.18.1-next.1",
70
+ "@backstage/plugin-catalog-common": "1.2.0-next.0",
71
+ "@backstage/plugin-catalog-react": "3.2.3-next.2",
72
+ "@backstage/ui": "0.18.0-next.2",
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,16 +82,16 @@
82
82
  "zod": "^4.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/catalog-client": "^1.16.1",
86
- "@backstage/cli": "^0.36.5",
87
- "@backstage/core-app-api": "^1.20.4",
88
- "@backstage/dev-utils": "^1.1.26",
89
- "@backstage/frontend-test-utils": "^0.6.3",
90
- "@backstage/plugin-catalog": "^2.0.8",
91
- "@backstage/plugin-permission-common": "^0.9.10",
92
- "@backstage/plugin-permission-react": "^0.5.4",
93
- "@backstage/test-utils": "^1.7.21",
94
- "@backstage/types": "^1.2.2",
85
+ "@backstage/catalog-client": "1.16.2-next.1",
86
+ "@backstage/cli": "0.36.6-next.1",
87
+ "@backstage/core-app-api": "1.20.5-next.2",
88
+ "@backstage/dev-utils": "1.1.27-next.1",
89
+ "@backstage/frontend-test-utils": "0.6.4-next.2",
90
+ "@backstage/plugin-catalog": "2.0.9-next.2",
91
+ "@backstage/plugin-permission-common": "0.9.11-next.0",
92
+ "@backstage/plugin-permission-react": "0.5.5-next.1",
93
+ "@backstage/test-utils": "1.7.22-next.2",
94
+ "@backstage/types": "1.2.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",
97
97
  "@testing-library/react": "^16.0.0",