@adia-ai/a2ui-runtime 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 +10 -14
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-runtime
2
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
+
3
13
  ## [0.8.8] — 2026-07-19
4
14
 
5
15
  ### Maintenance
@@ -209,14 +219,12 @@
209
219
 
210
220
  - **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.
211
221
 
212
-
213
222
  ## [0.6.46] — 2026-05-29
214
223
 
215
224
  ### Maintenance
216
225
 
217
226
  - **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.
218
227
 
219
-
220
228
  ## [0.6.45] — 2026-05-29
221
229
 
222
230
  ### Maintenance
@@ -459,8 +467,6 @@ _No pending changes._
459
467
  `./schema` + `./types` subpath exports added. `types.d.ts` now re-exports from schema.
460
468
  **No BREAKING changes.**
461
469
 
462
-
463
-
464
470
  ## [0.6.3] - 2026-05-18
465
471
 
466
472
  ### v0.6.3 §358 — TypeScript-first Phase 5: real `.d.ts` + `A2UIMessage` discriminated union
@@ -469,8 +475,6 @@ _No pending changes._
469
475
  surface-manifest, and wiring-registry. `A2UIMessage` discriminated union added.
470
476
  `index.ts` typed barrel. **No BREAKING changes.**
471
477
 
472
-
473
-
474
478
  ## [0.6.2] - 2026-05-18
475
479
 
476
480
  ### v0.6.2 — Lockstep ride-along
@@ -478,8 +482,6 @@ surface-manifest, and wiring-registry. `A2UIMessage` discriminated union added.
478
482
  TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
479
483
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
480
484
 
481
-
482
-
483
485
  ## [0.6.1] - 2026-05-18
484
486
 
485
487
  ### v0.6.1 — Lockstep ride-along
@@ -488,8 +490,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
488
490
  `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
489
491
  Internal dep ranges stay at `^0.6.0`.
490
492
 
491
-
492
-
493
493
  ## [0.6.0] - 2026-05-18
494
494
 
495
495
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -540,22 +540,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
540
540
 
541
541
  _Lockstep ride-along (no source change)._
542
542
 
543
-
544
543
  ## [0.5.10] - 2026-05-15
545
544
 
546
545
  _Lockstep ride-along (no source change)._
547
546
 
548
-
549
547
  ## [0.5.9] - 2026-05-15
550
548
 
551
549
  _Lockstep ride-along (no source change)._
552
550
 
553
-
554
551
  ## [0.5.8] - 2026-05-15
555
552
 
556
553
  _Lockstep ride-along (no source change)._
557
554
 
558
-
559
555
  ## [0.5.7] - 2026-05-15
560
556
 
561
557
  _Lockstep ride-along (no source change)._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-runtime",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "description": "A2UI runtime \u2014 renderer, registry, streams, surface manifest, and wiring primitives for the A2UI (Agent-to-UI) protocol. Framework-agnostic; pairs with any A2UI-conformant component set.",
5
5
  "type": "module",
6
6
  "exports": {