@adia-ai/web-components 0.6.1 → 0.6.4

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,32 @@ runtime ships in the sibling `@adia-ai/a2ui-runtime` package
11
11
 
12
12
  _No pending changes._
13
13
 
14
+ ## [0.6.4] - 2026-05-18
15
+
16
+ ### v0.6.4 — Lockstep ride-along
17
+
18
+ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
19
+
20
+
21
+
22
+ ## [0.6.3] - 2026-05-18
23
+
24
+ ### v0.6.3 — Lockstep ride-along
25
+
26
+ TS Phase 5: runtime real declarations (§358) + compose branded IDs.
27
+ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
28
+
29
+
30
+
31
+ ## [0.6.2] - 2026-05-18
32
+
33
+ ### v0.6.2 — Lockstep ride-along
34
+
35
+ TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
36
+ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
37
+
38
+
39
+
14
40
  ## [0.6.1] - 2026-05-18
15
41
 
16
42
  ### v0.6.1 §354 — `<link-ui>` `--link-color-*` → `--link-fg-*` token rename
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/web-components",
3
- "version": "0.6.1",
3
+ "version": "0.6.4",
4
4
  "description": "AdiaUI web components \u2014 vanilla custom elements. A2UI runtime (renderer, registry, streams, wiring) lives in @adia-ai/a2ui-runtime.",
5
5
  "type": "module",
6
6
  "types": "./index.d.ts",