@adia-ai/web-modules 0.6.2 → 0.6.6
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.
- package/CHANGELOG.md +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.6] — 2026-05-18
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Lockstep version bump for §304 `<field-ui align>` prop.
|
|
7
|
+
## [0.6.5] — 2026-05-18
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Lockstep version bump for TS Phase 6 sealing (ADR-0029).
|
|
3
11
|
Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
4
12
|
[Semantic Versioning](https://semver.org/).
|
|
5
13
|
|
|
@@ -10,6 +18,23 @@ Built from `@adia-ai/web-components` primitives.
|
|
|
10
18
|
|
|
11
19
|
_No pending changes._
|
|
12
20
|
|
|
21
|
+
## [0.6.4] - 2026-05-18
|
|
22
|
+
|
|
23
|
+
### v0.6.4 — Lockstep ride-along
|
|
24
|
+
|
|
25
|
+
TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [0.6.3] - 2026-05-18
|
|
30
|
+
|
|
31
|
+
### v0.6.3 — Lockstep ride-along
|
|
32
|
+
|
|
33
|
+
TS Phase 5: runtime real declarations (§358) + compose branded IDs.
|
|
34
|
+
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
13
38
|
## [0.6.2] - 2026-05-18
|
|
14
39
|
|
|
15
40
|
### v0.6.2 — Lockstep ride-along
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
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": {
|