kaafil-react-uikit 0.11.0 → 0.11.1

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this package uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  While on `0.x` a minor bump may carry a breaking change; the entry will say so.
8
8
 
9
+ ## [0.11.1] — 2026-09-15
10
+
11
+ ### Changed
12
+
13
+ - Peer floor moves to `kaafil-js@^0.6.2`. 0.6.0 and 0.6.1 both mishandled a
14
+ `204 No Content` — 0.6.0 threw on the missing envelope, 0.6.1 threw inside
15
+ `attachMeta` and the failure was classified as a transport error and
16
+ RETRIED, so a successful withdraw ran twice and surfaced the second
17
+ attempt's `404`. Withdraw is unusable below 0.6.2.
18
+
9
19
  ## [0.11.0] — 2026-09-15
10
20
 
11
21
  The peer range moves to `kaafil-js@^0.6.0`, which is where `files.remove()`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaafil-react-uikit",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "tag": "latest",
@@ -63,7 +63,7 @@
63
63
  "peerDependencies": {
64
64
  "react": ">=18.2.0 <20.0.0",
65
65
  "react-dom": ">=18.2.0 <20.0.0",
66
- "kaafil-js": "^0.6.0"
66
+ "kaafil-js": "^0.6.2"
67
67
  },
68
68
  "devDependencies": {
69
69
  "react": "^19.0.0",