@adia-ai/a2ui-runtime 0.7.11 → 0.7.13

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 +14 -4
  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.7.13] — 2026-06-06
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.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.
7
+
8
+ ## [0.7.12] — 2026-06-04
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.12 work: the BREAKING `data-theme`→`theme` token-attribute rename + the new `<theme-provider>` element + CDN `.sheet.js` twins (`@adia-ai/web-components`), and a corpus re-harvest. See `packages/web-components/CHANGELOG.md` for details.
12
+
3
13
  ## [0.7.11] — 2026-06-04
4
14
 
5
15
  ### Maintenance
@@ -673,7 +683,7 @@ _Nothing yet._
673
683
 
674
684
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
675
685
  0.2.2 → 0.2.3 per
676
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
686
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
677
687
  Patch cut — no breaking changes.
678
688
 
679
689
  ### Changed
@@ -685,7 +695,7 @@ Patch cut — no breaking changes.
685
695
  `@adia-ai/a2ui-utils` source is byte-identical to `0.2.2`. The cut bumps version only.
686
696
  ## [0.2.2] — 2026-05-02
687
697
 
688
- **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.
698
+ **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.
689
699
 
690
700
  ### Changed
691
701
 
@@ -698,7 +708,7 @@ Patch cut — no breaking changes.
698
708
  ---
699
709
  ## [0.2.1] — 2026-05-02
700
710
 
701
- **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.
711
+ **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.
702
712
 
703
713
  ### Changed
704
714
 
@@ -723,7 +733,7 @@ Smoke side-effect: zettel score 91 → 92; `smoke:engines` flipped from `valid=f
723
733
 
724
734
  **Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
725
735
  version, governed by [`docs/specs/package-architecture.md` § 15
726
- (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
736
+ (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
727
737
 
728
738
  ### Changed
729
739
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-runtime",
3
- "version": "0.7.11",
3
+ "version": "0.7.13",
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": {