@backstage/plugin-org-react 0.0.0-nightly-20260324031107 → 0.0.0-nightly-20260325031544

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20260324031107
3
+ ## 0.0.0-nightly-20260325031544
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260324031107
9
- - @backstage/core-plugin-api@0.0.0-nightly-20260324031107
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260325031544
9
+ - @backstage/core-components@0.0.0-nightly-20260325031544
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20260325031544
11
+ - @backstage/catalog-client@1.14.0
12
+ - @backstage/catalog-model@1.7.7
13
+
14
+ ## 0.1.49-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@2.1.1-next.0
20
+ - @backstage/core-components@0.18.9-next.0
21
+ - @backstage/core-plugin-api@1.12.5-next.0
10
22
  - @backstage/catalog-client@1.14.0
11
23
  - @backstage/catalog-model@1.7.7
12
- - @backstage/core-components@0.0.0-nightly-20260324031107
13
24
 
14
25
  ## 0.1.48
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20260324031107",
3
+ "version": "0.0.0-nightly-20260325031544",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "org",
@@ -42,18 +42,18 @@
42
42
  "dependencies": {
43
43
  "@backstage/catalog-client": "1.14.0",
44
44
  "@backstage/catalog-model": "1.7.7",
45
- "@backstage/core-components": "0.0.0-nightly-20260324031107",
46
- "@backstage/core-plugin-api": "0.0.0-nightly-20260324031107",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260324031107",
45
+ "@backstage/core-components": "0.0.0-nightly-20260325031544",
46
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260325031544",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260325031544",
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-20260324031107",
55
- "@backstage/core-app-api": "0.0.0-nightly-20260324031107",
56
- "@backstage/test-utils": "0.0.0-nightly-20260324031107",
54
+ "@backstage/cli": "0.0.0-nightly-20260325031544",
55
+ "@backstage/core-app-api": "0.0.0-nightly-20260325031544",
56
+ "@backstage/test-utils": "0.0.0-nightly-20260325031544",
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",