@backstage/plugin-permission-react 0.0.0-nightly-20260414031820 → 0.0.0-nightly-20260416031834

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 +13 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
- ## 0.0.0-nightly-20260414031820
3
+ ## 0.0.0-nightly-20260416031834
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@0.0.0-nightly-20260416031834
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20260416031834
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260416031834
11
+
12
+ ## 0.5.0
4
13
 
5
14
  ### Minor Changes
6
15
 
@@ -9,9 +18,9 @@
9
18
  ### Patch Changes
10
19
 
11
20
  - Updated dependencies
12
- - @backstage/config@0.0.0-nightly-20260414031820
13
- - @backstage/core-plugin-api@0.0.0-nightly-20260414031820
14
- - @backstage/plugin-permission-common@0.0.0-nightly-20260414031820
21
+ - @backstage/config@1.3.7
22
+ - @backstage/core-plugin-api@1.12.5
23
+ - @backstage/plugin-permission-common@0.9.8
15
24
 
16
25
  ## 0.4.42-next.1
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.0.0-nightly-20260414031820",
3
+ "version": "0.0.0-nightly-20260416031834",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "permission",
@@ -42,15 +42,15 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/config": "0.0.0-nightly-20260414031820",
46
- "@backstage/core-plugin-api": "0.0.0-nightly-20260414031820",
47
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260414031820",
45
+ "@backstage/config": "0.0.0-nightly-20260416031834",
46
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260416031834",
47
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260416031834",
48
48
  "dataloader": "^2.0.0",
49
49
  "swr": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.0.0-nightly-20260414031820",
53
- "@backstage/test-utils": "0.0.0-nightly-20260414031820",
52
+ "@backstage/cli": "0.0.0-nightly-20260416031834",
53
+ "@backstage/test-utils": "0.0.0-nightly-20260416031834",
54
54
  "@testing-library/jest-dom": "^6.0.0",
55
55
  "@testing-library/react": "^16.0.0",
56
56
  "@types/react": "^18.0.0",