@adia-ai/web-modules 0.2.1 → 0.2.3

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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -13,6 +13,39 @@ _Nothing yet._
13
13
 
14
14
  ---
15
15
 
16
+ ## [0.2.3] - 2026-05-04
17
+
18
+ **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
19
+ 0.2.2 → 0.2.3 per
20
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
21
+ Patch cut — no breaking changes.
22
+
23
+ ### Changed
24
+
25
+ - `version`: `0.2.2` → `0.2.3`.
26
+ - `dependencies["@adia-ai/web-components"]`: `^0.2.0` (covers `0.2.3`).
27
+ - `dependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.3`).
28
+
29
+ ### No source changes
30
+
31
+ `@adia-ai/web-modules` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
32
+
33
+ ## [0.2.2] — 2026-05-02
34
+
35
+ **Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
36
+
37
+ ### Changed
38
+
39
+ - `version`: `0.2.1` → `0.2.2`.
40
+ - `peerDependencies["@adia-ai/web-components"]`: `^0.2.0` (covers `0.2.2`).
41
+ - `peerDependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.2`).
42
+
43
+ ### No source changes
44
+
45
+ `web-modules` source is byte-identical to `0.2.1`. The cut bumps version + tracks peer-dep ranges only. Consumers benefit from the trait coverage 100% + `<traits-host>` wrapper that landed in `@adia-ai/web-components@0.2.2`.
46
+
47
+ ---
48
+
16
49
  ## [0.2.1] — 2026-05-02
17
50
 
18
51
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/web-modules",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "AdiaUI composite custom elements — shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
5
5
  "type": "module",
6
6
  "exports": {