@adia-ai/a2ui-runtime 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.
- package/CHANGELOG.md +14 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-runtime
|
|
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
|
### Maintenance
|
|
@@ -678,7 +688,7 @@ _Nothing yet._
|
|
|
678
688
|
|
|
679
689
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
680
690
|
0.2.2 → 0.2.3 per
|
|
681
|
-
[`docs/specs/package-architecture.md` § 15](
|
|
691
|
+
[`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
682
692
|
Patch cut — no breaking changes.
|
|
683
693
|
|
|
684
694
|
### Changed
|
|
@@ -690,7 +700,7 @@ Patch cut — no breaking changes.
|
|
|
690
700
|
`@adia-ai/a2ui-utils` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
691
701
|
## [0.2.2] — 2026-05-02
|
|
692
702
|
|
|
693
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](
|
|
703
|
+
**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.
|
|
694
704
|
|
|
695
705
|
### Changed
|
|
696
706
|
|
|
@@ -703,7 +713,7 @@ Patch cut — no breaking changes.
|
|
|
703
713
|
---
|
|
704
714
|
## [0.2.1] — 2026-05-02
|
|
705
715
|
|
|
706
|
-
**Lockstep cut + A2UI registry mappings (`Field`/`Rating`/`ListItem`/`NavItem`/`NavGroup`).** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](
|
|
716
|
+
**Lockstep cut + A2UI registry mappings (`Field`/`Rating`/`ListItem`/`NavItem`/`NavGroup`).** 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.
|
|
707
717
|
|
|
708
718
|
### Changed
|
|
709
719
|
|
|
@@ -728,7 +738,7 @@ Smoke side-effect: zettel score 91 → 92; `smoke:engines` flipped from `valid=f
|
|
|
728
738
|
|
|
729
739
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
730
740
|
version, governed by [`docs/specs/package-architecture.md` § 15
|
|
731
|
-
(Versioning Policy)](
|
|
741
|
+
(Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
732
742
|
|
|
733
743
|
### Changed
|
|
734
744
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-runtime",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.14",
|
|
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": {
|