@adia-ai/a2ui-validator 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-validator
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
@@ -668,7 +673,7 @@ _Nothing yet._
668
673
 
669
674
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
670
675
  0.2.2 → 0.2.3 per
671
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
676
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
672
677
  Patch cut — no breaking changes.
673
678
 
674
679
  ### Changed
@@ -680,7 +685,7 @@ Patch cut — no breaking changes.
680
685
  `@adia-ai/a2ui-validator` source is byte-identical to `0.2.2`. The cut bumps version only.
681
686
  ## [0.2.2] - 2026-05-02
682
687
 
683
- **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.
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.
684
689
 
685
690
  ### Changed
686
691
 
@@ -693,7 +698,7 @@ Patch cut — no breaking changes.
693
698
  ---
694
699
  ## [0.2.1] - 2026-05-02
695
700
 
696
- **Lockstep cut.** 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.
701
+ **Lockstep cut.** 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.
697
702
 
698
703
  ### Changed
699
704
 
@@ -708,7 +713,7 @@ Patch cut — no breaking changes.
708
713
 
709
714
  **Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
710
715
  version, governed by [`docs/specs/package-architecture.md` § 15
711
- (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
716
+ (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
712
717
 
713
718
  ### Changed
714
719
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-validator",
3
- "version": "0.7.12",
3
+ "version": "0.7.13",
4
4
  "description": "AdiaUI A2UI validator \u2014 JSON Schema structural validation plus catalog-aware semantic validation (component exists, props match YAML). Split out from the compose engine so non-compose tooling (tests, MCP validator tools, CI gates) can depend on validation without pulling the whole generator graph.",
5
5
  "type": "module",
6
6
  "main": "./index.js",