@adia-ai/a2ui-runtime 0.7.12 → 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 +9 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ## [0.7.12] — 2026-06-04
4
9
 
5
10
  ### Maintenance
@@ -678,7 +683,7 @@ _Nothing yet._
678
683
 
679
684
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
680
685
  0.2.2 → 0.2.3 per
681
- [`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).
682
687
  Patch cut — no breaking changes.
683
688
 
684
689
  ### Changed
@@ -690,7 +695,7 @@ Patch cut — no breaking changes.
690
695
  `@adia-ai/a2ui-utils` source is byte-identical to `0.2.2`. The cut bumps version only.
691
696
  ## [0.2.2] — 2026-05-02
692
697
 
693
- **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.
694
699
 
695
700
  ### Changed
696
701
 
@@ -703,7 +708,7 @@ Patch cut — no breaking changes.
703
708
  ---
704
709
  ## [0.2.1] — 2026-05-02
705
710
 
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](../../../../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.
707
712
 
708
713
  ### Changed
709
714
 
@@ -728,7 +733,7 @@ Smoke side-effect: zettel score 91 → 92; `smoke:engines` flipped from `valid=f
728
733
 
729
734
  **Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
730
735
  version, governed by [`docs/specs/package-architecture.md` § 15
731
- (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
736
+ (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
732
737
 
733
738
  ### Changed
734
739
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-runtime",
3
- "version": "0.7.12",
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": {