@warlock.js/core 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 +8 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  > ⚠ **Versioning: `@warlock.js/*` does not follow SemVer strictly — breaking changes may ship in a minor.** This is a deliberate decision, not an oversight: the framework is pre-adoption and the cost of a major per behaviour fix currently outweighs the benefit. **Pin an exact version or a tilde range (`~4.13.0`) if you need to opt into changes rather than receive them.** Every breaking change is marked **BREAKING** in its entry and summarised in an *Upgrading* section at the top of the release. **This policy will change once the framework has consumers beyond its author.**
8
8
 
9
+ ## 5.2.2
10
+
11
+ ### Fixed
12
+
13
+ - Restored exact 5.2.2 pins across the complete Warlock family. The partial
14
+ 5.2.0 and 5.2.1 releases could not satisfy the family's reciprocal exact
15
+ peer requirements in a clean install.
16
+
9
17
  ## 5.2.1
10
18
 
11
19
  ### Fixed
package/package.json CHANGED
@@ -25,13 +25,13 @@
25
25
  "@mongez/slug": "^1.0.7",
26
26
  "@mongez/supportive-is": "^2.1.4",
27
27
  "@mongez/time-wizard": "^1.0.6",
28
- "@warlock.js/auth": "^5.1.0",
29
- "@warlock.js/cache": "^5.1.0",
30
- "@warlock.js/cascade": "^5.1.0",
31
- "@warlock.js/context": "^5.1.0",
32
- "@warlock.js/logger": "^5.1.0",
33
- "@warlock.js/seal": "^5.2.0",
34
- "@warlock.js/fs": "^5.1.0",
28
+ "@warlock.js/auth": "5.2.2",
29
+ "@warlock.js/cache": "5.2.2",
30
+ "@warlock.js/cascade": "5.2.2",
31
+ "@warlock.js/context": "5.2.2",
32
+ "@warlock.js/logger": "5.2.2",
33
+ "@warlock.js/seal": "5.2.2",
34
+ "@warlock.js/fs": "5.2.2",
35
35
  "chokidar": "^5.0.0",
36
36
  "dayjs": "^1.11.19",
37
37
  "es-module-lexer": "^2.0.0",
@@ -57,10 +57,10 @@
57
57
  "react": "^19.2.3",
58
58
  "react-dom": "^19.2.3",
59
59
  "@react-email/render": "^2.0.5",
60
- "@warlock.js/herald": "*",
61
- "@warlock.js/ai": "*",
62
- "@warlock.js/access": "*",
63
- "@warlock.js/notifications": "*"
60
+ "@warlock.js/herald": "5.2.2",
61
+ "@warlock.js/ai": "5.2.2",
62
+ "@warlock.js/access": "5.2.2",
63
+ "@warlock.js/notifications": "5.2.2"
64
64
  },
65
65
  "peerDependenciesMeta": {
66
66
  "sharp": {
@@ -123,7 +123,7 @@
123
123
  ],
124
124
  "author": "hassanzohdy",
125
125
  "license": "MIT",
126
- "version": "5.2.1",
126
+ "version": "5.2.2",
127
127
  "type": "module",
128
128
  "main": "./esm/index.mjs",
129
129
  "module": "./esm/index.mjs",