@adia-ai/a2ui-mcp 0.2.3 → 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 +20 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,10 +9,27 @@ 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
+
16
33
  ## [0.2.3] - 2026-05-04
17
34
 
18
35
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
@@ -33,7 +50,7 @@ Patch cut — no breaking changes.
33
50
 
34
51
  ## [0.2.2] - 2026-05-02
35
52
 
36
- **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.
37
54
 
38
55
  ### Changed
39
56
 
@@ -52,7 +69,7 @@ Patch cut — no breaking changes.
52
69
 
53
70
  ## [0.2.1] - 2026-05-02
54
71
 
55
- **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.
56
73
 
57
74
  ### Changed
58
75
 
@@ -85,7 +102,7 @@ When the composer's scope-drift gate (a2ui-compose) flags `result.scopeDrift.dri
85
102
 
86
103
  **Lockstep cut + corpus caret-lock fix.** All 8 published `@adia-ai/*`
87
104
  packages now share one version, governed by
88
- [`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).
89
106
 
90
107
  This release **fixes a live shipping bug** in 0.1.3: the `dependencies`
91
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.3",
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": {