@warlock.js/web 5.2.1 → 5.2.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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@warlock.js/web` are documented here.
4
4
 
5
+ ## 5.2.2
6
+
7
+ ### Fixed
8
+
9
+ - Restored exact Core and Seal peer pins at the family's shared 5.2.2 version.
10
+ The partial 5.2.1 release could not satisfy reciprocal family peer pins.
11
+
5
12
  ## 5.2.1
6
13
 
7
14
  ### Fixed
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "@vitejs/plugin-react": "^5.2.0",
14
- "@warlock.js/core": "^5.2.0",
15
- "@warlock.js/seal": "^5.2.0",
14
+ "@warlock.js/core": "5.2.2",
15
+ "@warlock.js/seal": "5.2.2",
16
16
  "react": "*",
17
17
  "react-dom": "*",
18
18
  "vite": ">=7.3.5 <8"
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "author": "hassanzohdy",
39
39
  "license": "MIT",
40
- "version": "5.2.1",
40
+ "version": "5.2.2",
41
41
  "type": "module",
42
42
  "main": "./esm/index.mjs",
43
43
  "module": "./esm/index.mjs",