@backstage/plugin-permission-react 0.0.0-nightly-20220516023848 → 0.0.0-nightly-20220602024936

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,29 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
- ## 0.0.0-nightly-20220516023848
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20220516023848
9
- - @backstage/config@0.0.0-nightly-20220516023848
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20220516023848
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220602024936
10
+
11
+ ## 0.4.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/core-plugin-api@1.0.3-next.0
17
+ - @backstage/plugin-permission-common@0.6.2-next.0
18
+
19
+ ## 0.4.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/core-plugin-api@1.0.2
25
+ - @backstage/config@1.0.1
26
+ - @backstage/plugin-permission-common@0.6.1
11
27
 
12
28
  ## 0.4.1-next.1
13
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.0.0-nightly-20220516023848",
3
+ "version": "0.0.0-nightly-20220602024936",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,9 +31,9 @@
31
31
  "start": "backstage-cli package start"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "^0.0.0-nightly-20220516023848",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220516023848",
36
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220516023848",
34
+ "@backstage/config": "^1.0.1",
35
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
36
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220602024936",
37
37
  "cross-fetch": "^3.1.5",
38
38
  "react-router": "6.0.0-beta.0",
39
39
  "react-use": "^17.2.4",
@@ -44,8 +44,8 @@
44
44
  "react": "^16.13.1 || ^17.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20220516023848",
48
- "@backstage/test-utils": "^0.0.0-nightly-20220516023848",
47
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^12.1.3",
51
51
  "@types/jest": "^26.0.7"