@backstage/plugin-org-react 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260219031318

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 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,24 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260219031318
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
8
7
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260217031303
10
- - @backstage/core-components@0.0.0-nightly-20260217031303
11
- - @backstage/catalog-client@0.0.0-nightly-20260217031303
12
- - @backstage/core-plugin-api@0.0.0-nightly-20260217031303
13
- - @backstage/catalog-model@1.7.6
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20260219031318
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260219031318
10
+ - @backstage/core-components@0.0.0-nightly-20260219031318
11
+
12
+ ## 0.1.47
13
+
14
+ ### Patch Changes
15
+
16
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-react@2.0.0
19
+ - @backstage/core-components@0.18.7
20
+ - @backstage/catalog-client@1.13.0
21
+ - @backstage/core-plugin-api@1.12.3
14
22
 
15
23
  ## 0.1.47-next.2
16
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20260217031303",
3
+ "version": "0.0.0-nightly-20260219031318",
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-20260217031303",
43
+ "@backstage/catalog-client": "1.13.0",
44
44
  "@backstage/catalog-model": "1.7.6",
45
- "@backstage/core-components": "0.0.0-nightly-20260217031303",
46
- "@backstage/core-plugin-api": "0.0.0-nightly-20260217031303",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260217031303",
45
+ "@backstage/core-components": "0.0.0-nightly-20260219031318",
46
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260219031318",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260219031318",
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-20260217031303",
55
- "@backstage/core-app-api": "0.0.0-nightly-20260217031303",
56
- "@backstage/test-utils": "0.0.0-nightly-20260217031303",
54
+ "@backstage/cli": "0.35.4",
55
+ "@backstage/core-app-api": "0.0.0-nightly-20260219031318",
56
+ "@backstage/test-utils": "0.0.0-nightly-20260219031318",
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",