@backstage/plugin-org-react 0.0.0-nightly-20250520023932 → 0.0.0-nightly-20250528023957

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 +20 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,29 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20250520023932
3
+ ## 0.0.0-nightly-20250528023957
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20250520023932
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250520023932
10
- - @backstage/core-plugin-api@0.0.0-nightly-20250520023932
11
- - @backstage/catalog-client@0.0.0-nightly-20250520023932
12
- - @backstage/catalog-model@1.7.3
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250528023957
9
+
10
+ ## 0.1.39-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/plugin-catalog-react@1.18.1-next.0
16
+
17
+ ## 0.1.38
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.17.2
23
+ - @backstage/catalog-model@1.7.4
24
+ - @backstage/plugin-catalog-react@1.18.0
25
+ - @backstage/core-plugin-api@1.10.7
26
+ - @backstage/catalog-client@1.10.0
13
27
 
14
28
  ## 0.1.38-next.3
15
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20250520023932",
3
+ "version": "0.0.0-nightly-20250528023957",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "org",
@@ -40,20 +40,20 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/catalog-client": "0.0.0-nightly-20250520023932",
44
- "@backstage/catalog-model": "1.7.3",
45
- "@backstage/core-components": "0.0.0-nightly-20250520023932",
46
- "@backstage/core-plugin-api": "0.0.0-nightly-20250520023932",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250520023932",
43
+ "@backstage/catalog-client": "1.10.0",
44
+ "@backstage/catalog-model": "1.7.4",
45
+ "@backstage/core-components": "0.17.2",
46
+ "@backstage/core-plugin-api": "1.10.7",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250528023957",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
50
50
  "@material-ui/lab": "4.0.0-alpha.61",
51
51
  "react-use": "^17.2.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "0.0.0-nightly-20250520023932",
55
- "@backstage/core-app-api": "0.0.0-nightly-20250520023932",
56
- "@backstage/test-utils": "0.0.0-nightly-20250520023932",
54
+ "@backstage/cli": "0.32.1",
55
+ "@backstage/core-app-api": "1.17.0",
56
+ "@backstage/test-utils": "1.7.8",
57
57
  "@testing-library/dom": "^10.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^16.0.0",