@adia-ai/a2ui-compose 0.7.12 → 0.7.14

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 +15 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-compose
2
2
 
3
+ ## [0.7.14] — 2026-06-08
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.14 work shipped in input-ui/textarea-ui .value upgrade-safety fix. See `packages/web-components/CHANGELOG.md (0.7.14)` for details.
7
+
8
+ ## [0.7.13] — 2026-06-06
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.13 work: the `./css/sheet` exports `types` fix (`@adia-ai/web-components` + `@adia-ai/web-modules`) + a corpus re-harvest (`@adia-ai/a2ui-corpus`). See `packages/web-components/CHANGELOG.md` for details.
12
+
3
13
  ## [0.7.12] — 2026-06-04
4
14
 
5
15
  ### Changed
@@ -1044,7 +1054,7 @@ _Nothing yet._
1044
1054
 
1045
1055
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
1046
1056
  0.2.2 → 0.2.3 per
1047
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1057
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
1048
1058
  Patch cut — no breaking changes.
1049
1059
 
1050
1060
  ### Changed
@@ -1059,7 +1069,7 @@ Patch cut — no breaking changes.
1059
1069
  `@adia-ai/a2ui-compose` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
1060
1070
  ## [0.2.2] - 2026-05-02
1061
1071
 
1062
- **Lockstep cut + reasoning-panel emission fixes.** 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.
1072
+ **Lockstep cut + reasoning-panel emission fixes.** 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.
1063
1073
 
1064
1074
  ### Changed
1065
1075
 
@@ -1082,7 +1092,7 @@ Companion fix in `@adia-ai/a2ui-retrieval` Unreleased (web-research.js EXPLICIT/
1082
1092
  ---
1083
1093
  ## [0.2.1] - 2026-05-02
1084
1094
 
1085
- **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** 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.
1095
+ **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** 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.
1086
1096
 
1087
1097
  ### Changed
1088
1098
 
@@ -1122,7 +1132,7 @@ The synthesizer now captures a `retrievalTrace` per attempt: Tier-1 hits with sc
1122
1132
 
1123
1133
  **Lockstep cut + boundary cleanup.** All 8 published `@adia-ai/*`
1124
1134
  packages now share one version, governed by
1125
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1135
+ [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
1126
1136
  This release also lands the `engine/` ↔ `engines/` collision fix from
1127
1137
  T3 of the
1128
1138
  [`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
@@ -1151,7 +1161,7 @@ plan.
1151
1161
  `./strategies/registry`, `./strategies/zettel`); old keys
1152
1162
  (`./engine`, `./engines/registry`, `./engines/zettel`) retained as
1153
1163
  aliases for one release cycle and removed in the next major.
1154
- - Spec [`docs/specs/package-architecture.md`](../../../../docs/specs/package-architecture.md)
1164
+ - Spec [`docs/specs/package-architecture.md`](../../../docs/specs/package-architecture.md)
1155
1165
  bumped 0.5.0 → 0.6.0 with the directory tree updated to reflect the
1156
1166
  new layout; new § 15 documents the lockstep versioning policy.
1157
1167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.7.12",
3
+ "version": "0.7.14",
4
4
  "description": "AdiaUI A2UI compose engine \u2014 framework-agnostic. Takes natural-language intents + a catalog and produces A2UI protocol messages. Pairs with `@adia-ai/a2ui-retrieval` (intent classification, catalog lookup) and `@adia-ai/a2ui-validator` (schema + semantic checks).",
5
5
  "type": "module",
6
6
  "exports": {