@adia-ai/a2ui-runtime 0.8.9 → 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.
- package/CHANGELOG.md +5 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
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
|
+
|
|
3
8
|
## [0.8.9] — 2026-07-19
|
|
4
9
|
|
|
5
10
|
### Maintenance
|
|
@@ -214,14 +219,12 @@
|
|
|
214
219
|
|
|
215
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.
|
|
216
221
|
|
|
217
|
-
|
|
218
222
|
## [0.6.46] — 2026-05-29
|
|
219
223
|
|
|
220
224
|
### Maintenance
|
|
221
225
|
|
|
222
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.
|
|
223
227
|
|
|
224
|
-
|
|
225
228
|
## [0.6.45] — 2026-05-29
|
|
226
229
|
|
|
227
230
|
### Maintenance
|
|
@@ -464,8 +467,6 @@ _No pending changes._
|
|
|
464
467
|
`./schema` + `./types` subpath exports added. `types.d.ts` now re-exports from schema.
|
|
465
468
|
**No BREAKING changes.**
|
|
466
469
|
|
|
467
|
-
|
|
468
|
-
|
|
469
470
|
## [0.6.3] - 2026-05-18
|
|
470
471
|
|
|
471
472
|
### v0.6.3 §358 — TypeScript-first Phase 5: real `.d.ts` + `A2UIMessage` discriminated union
|
|
@@ -474,8 +475,6 @@ _No pending changes._
|
|
|
474
475
|
surface-manifest, and wiring-registry. `A2UIMessage` discriminated union added.
|
|
475
476
|
`index.ts` typed barrel. **No BREAKING changes.**
|
|
476
477
|
|
|
477
|
-
|
|
478
|
-
|
|
479
478
|
## [0.6.2] - 2026-05-18
|
|
480
479
|
|
|
481
480
|
### v0.6.2 — Lockstep ride-along
|
|
@@ -483,8 +482,6 @@ surface-manifest, and wiring-registry. `A2UIMessage` discriminated union added.
|
|
|
483
482
|
TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
|
|
484
483
|
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
485
484
|
|
|
486
|
-
|
|
487
|
-
|
|
488
485
|
## [0.6.1] - 2026-05-18
|
|
489
486
|
|
|
490
487
|
### v0.6.1 — Lockstep ride-along
|
|
@@ -493,8 +490,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
|
493
490
|
`@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
|
|
494
491
|
Internal dep ranges stay at `^0.6.0`.
|
|
495
492
|
|
|
496
|
-
|
|
497
|
-
|
|
498
493
|
## [0.6.0] - 2026-05-18
|
|
499
494
|
|
|
500
495
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
|
|
@@ -545,22 +540,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
|
|
|
545
540
|
|
|
546
541
|
_Lockstep ride-along (no source change)._
|
|
547
542
|
|
|
548
|
-
|
|
549
543
|
## [0.5.10] - 2026-05-15
|
|
550
544
|
|
|
551
545
|
_Lockstep ride-along (no source change)._
|
|
552
546
|
|
|
553
|
-
|
|
554
547
|
## [0.5.9] - 2026-05-15
|
|
555
548
|
|
|
556
549
|
_Lockstep ride-along (no source change)._
|
|
557
550
|
|
|
558
|
-
|
|
559
551
|
## [0.5.8] - 2026-05-15
|
|
560
552
|
|
|
561
553
|
_Lockstep ride-along (no source change)._
|
|
562
554
|
|
|
563
|
-
|
|
564
555
|
## [0.5.7] - 2026-05-15
|
|
565
556
|
|
|
566
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.
|
|
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": {
|