@adia-ai/a2ui-mcp 0.2.2 → 0.2.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 +38 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,13 +9,48 @@ zettel strategies.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ _No pending changes._
13
+
14
+ ## [0.2.4] - 2026-05-04
15
+
16
+ **8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
17
+
18
+ This is a **patch cut on top of v0.2.3, no BREAKING changes.** Substantive content lives in `web-components` (Tier 4 trait library lift, 11 new traits + 2 architectural rewrites, plus accumulated bug fixes); `a2ui-corpus` ships a catalog regen for the new `<demo-toggle-ui>` primitive. Six packages ride along at version + dep-range bump.
19
+
20
+ ### Changed
21
+
22
+ - `version`: `0.2.3` → `0.2.4`.
23
+ - `dependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.4`).
24
+
25
+ This package's source tree is byte-identical to 0.2.3. The cut bumps version + the internal dep range only, per the lockstep policy.
26
+
12
27
  _Nothing yet._
13
28
 
14
29
  ---
15
30
 
31
+ ---
32
+
33
+ ## [0.2.3] - 2026-05-04
34
+
35
+ **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
36
+ 0.2.2 → 0.2.3 per
37
+ [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
38
+ Patch cut — no breaking changes.
39
+
40
+ ### Changed
41
+
42
+ - `version`: `0.2.2` → `0.2.3`.
43
+ - `dependencies["@adia-ai/a2ui-compose"]`: `^0.2.0` (covers `0.2.3`).
44
+ - `dependencies["@adia-ai/a2ui-corpus"]`: `^0.2.0` (covers `0.2.3`).
45
+ - `dependencies["@adia-ai/a2ui-validator"]`: `^0.2.0` (covers `0.2.3`).
46
+
47
+ ### No source changes
48
+
49
+ `@adia-ai/a2ui-mcp` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
50
+
16
51
  ## [0.2.2] - 2026-05-02
17
52
 
18
- **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.
53
+ **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.
19
54
 
20
55
  ### Changed
21
56
 
@@ -34,7 +69,7 @@ _Nothing yet._
34
69
 
35
70
  ## [0.2.1] - 2026-05-02
36
71
 
37
- **Lockstep cut + `report_issue` trigger phrases + scope-drift auto-fire on canvas-drift detection.** 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.
72
+ **Lockstep cut + `report_issue` trigger phrases + scope-drift auto-fire on canvas-drift detection.** 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.
38
73
 
39
74
  ### Changed
40
75
 
@@ -67,7 +102,7 @@ When the composer's scope-drift gate (a2ui-compose) flags `result.scopeDrift.dri
67
102
 
68
103
  **Lockstep cut + corpus caret-lock fix.** All 8 published `@adia-ai/*`
69
104
  packages now share one version, governed by
70
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
105
+ [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
71
106
 
72
107
  This release **fixes a live shipping bug** in 0.1.3: the `dependencies`
73
108
  range `"@adia-ai/a2ui-corpus": "^0.0.6"` locked to *exactly* `0.0.6`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-mcp",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "AdiaUI A2UI MCP server. Exposes the compose engine over MCP with an engine selector for monolithic + zettel strategies.",
5
5
  "type": "module",
6
6
  "bin": {