@adia-ai/web-modules 0.5.3 → 0.5.5

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 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,26 @@ Built from `@adia-ai/web-components` primitives.
11
11
 
12
12
  _No pending changes._
13
13
 
14
+ ## [0.5.5] - 2026-05-14
15
+
16
+ ### Changed — lockstep ride-along; no source changes
17
+
18
+ `version`: `0.5.4` → `0.5.5`. Source byte-identical to `0.5.4`.
19
+
20
+ Tracking the v0.5.5 cycle's detector-driven cleanup arcs (§176-§179) + exe.dev LLM Gateway migration (§181-§188) + FEEDBACK-08 closure (§184): see root `CHANGELOG.md` for the full narrative. This package carries no source changes this cycle.
21
+
22
+ ## [0.5.4] - 2026-05-14
23
+
24
+ ### Changed — lockstep ride-along; no source changes
25
+
26
+ `version`: `0.5.3` → `0.5.4`. Source byte-identical to `0.5.3`.
27
+ Tarball changes: none.
28
+
29
+ Tracking the v0.5.4 cycle's prop-fidelity arcs (§163 transpiler fix,
30
+ §164 chunk re-harvest, §165 validator check #19, §166a/b/c audit-script
31
+ family slots 12+13 + smoke shift-left): see root `CHANGELOG.md` for the
32
+ full narrative. This package carries no source changes this cycle.
33
+
14
34
  ## [0.5.3] - 2026-05-14
15
35
 
16
36
  _No pending changes._
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adia-ai/web-modules",
3
- "version": "0.5.3",
4
- "description": "AdiaUI composite custom elements shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
3
+ "version": "0.5.5",
4
+ "description": "AdiaUI composite custom elements \u2014 shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./index.js",