@adia-ai/a2ui-compose 0.8.8 → 0.8.10

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 +11 -15
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-compose
2
+
3
+ ## [0.8.10] — 2026-07-20
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.10 work shipped in tag-ui accent variant, dialog-scrim/card-ui fixes; adia-charts/adia-tables skills. See `packages/web-components/CHANGELOG.md#0810--2026-07-20` for details.
7
+
8
+ ## [0.8.9] — 2026-07-19
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.9 work shipped in select-ui mark visual (gh#339); release-tooling hardened (branch creation, settle-wait poll, pr-bridge draft guard). See `packages/web-components/CHANGELOG.md#unreleased` for details.
12
+
2
13
  ## [0.8.8] — 2026-07-19
3
14
 
4
15
  ### Maintenance
@@ -292,14 +303,12 @@ or validated a narrower plan/grounding contract).
292
303
 
293
304
  - **Lockstep version bump only.** Substantive v0.6.47 in `@adia-ai/web-components` (`<card-ui>` `[grow]` section attribute) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
294
305
 
295
-
296
306
  ## [0.6.46] — 2026-05-29
297
307
 
298
308
  ### Maintenance
299
309
 
300
310
  - **Lockstep version bump only.** Substantive v0.6.46 in `@adia-ai/web-components` (56 trait pages + slot docs + bleed/token fixes) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
301
311
 
302
-
303
312
  ## [0.6.45] — 2026-05-29
304
313
 
305
314
  ### Maintenance
@@ -540,8 +549,6 @@ _No pending changes._
540
549
 
541
550
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
542
551
 
543
-
544
-
545
552
  ## [0.6.3] - 2026-05-18
546
553
 
547
554
  ### v0.6.3 — Phase 5 branded IDs
@@ -549,8 +556,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
549
556
  `strategies/zettel/types.ts` adds `FragmentId`, `ChunkId`, `CompositionId` branded types.
550
557
  **No BREAKING changes.**
551
558
 
552
-
553
-
554
559
  ## [0.6.2] - 2026-05-18
555
560
 
556
561
  ### v0.6.2 — TS-MIG-001 closed
@@ -558,8 +563,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
558
563
  `skipLibCheck: true` override removed from `tsconfig.json`. Phase 4 retrieval +
559
564
  mcp `.ts` sources provide real declarations. **No BREAKING changes.**
560
565
 
561
-
562
-
563
566
  ## [0.6.1] - 2026-05-18
564
567
 
565
568
  ### v0.6.1 §355 — TypeScript-first Phase 3: `@adia-ai/a2ui-compose` sources → `.ts`
@@ -568,8 +571,6 @@ All 29 npm-published `.js` sources gain `.ts` counterparts. `tsconfig.json` gain
568
571
  TS-MIG-001 `skipLibCheck` until Phase 4 replaces stub declarations in sibling packages.
569
572
  Emit deferred per migration plan §7.6 contingency. **No BREAKING changes.**
570
573
 
571
-
572
-
573
574
  ## [0.6.0] - 2026-05-18
574
575
 
575
576
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -621,22 +622,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
621
622
 
622
623
  _Lockstep ride-along (no source change)._
623
624
 
624
-
625
625
  ## [0.5.10] - 2026-05-15
626
626
 
627
627
  _Lockstep ride-along (no source change)._
628
628
 
629
-
630
629
  ## [0.5.9] - 2026-05-15
631
630
 
632
631
  _Lockstep ride-along (no source change)._
633
632
 
634
-
635
633
  ## [0.5.8] - 2026-05-15
636
634
 
637
635
  _Lockstep ride-along (no source change)._
638
636
 
639
-
640
637
  ## [0.5.7] - 2026-05-15
641
638
 
642
639
  ### Changed — §210 cross-package sweep — `transpiler/`+`strategies/` text-variant retargeting (v0.5.7)
@@ -898,7 +895,6 @@ Finalizes the v0.6.0 deprecation schedule for the last two `_debug.*` fields tha
898
895
 
899
896
  ### Changed — `plan` graduates from `_debug.*` to first-class on free-form-composed result (§107a infra, v0.5.2)
900
897
 
901
-
902
898
  `strategies/registry.js` `generateFreeFormAdapter` returns `plan` as a top-level result field (paired with v0.5.1's §109 graduation of `usedIngredients` + `rationale`). The `_debug.plan` field is no longer populated — consumers should read `result.plan` directly. Soft-API change (`_debug` was always documented as volatile).
903
899
 
904
900
  Enables substitution-coverage measurement at eval time without dialog-recorder coupling. Companion to `@adia-ai/a2ui-mcp` `--report-substitutions` flag.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
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": {