@backstage/plugin-permission-common 0.7.2-next.1 → 0.7.2

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
+ ## 0.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
8
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.1.4
11
+ - @backstage/types@1.0.2
12
+ - @backstage/config@1.0.5
13
+
14
+ ## 0.7.2-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
19
+ - Updated dependencies
20
+ - @backstage/config@1.0.5-next.1
21
+ - @backstage/errors@1.1.4-next.1
22
+ - @backstage/types@1.0.2-next.1
23
+
3
24
  ## 0.7.2-next.1
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-common",
3
3
  "description": "Isomorphic types and client for Backstage permissions and authorization",
4
- "version": "0.7.2-next.1",
4
+ "version": "0.7.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -41,15 +41,15 @@
41
41
  "url": "https://github.com/backstage/backstage/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/config": "^1.0.5-next.1",
45
- "@backstage/errors": "^1.1.4-next.1",
46
- "@backstage/types": "^1.0.2-next.1",
44
+ "@backstage/config": "^1.0.5",
45
+ "@backstage/errors": "^1.1.4",
46
+ "@backstage/types": "^1.0.2",
47
47
  "cross-fetch": "^3.1.5",
48
48
  "uuid": "^8.0.0",
49
- "zod": "^3.11.6"
49
+ "zod": "~3.18.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.21.2-next.1",
52
+ "@backstage/cli": "^0.22.0",
53
53
  "msw": "^0.49.0"
54
54
  },
55
55
  "module": "dist/index.esm.js"