@adia-ai/a2ui-validator 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-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
+
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
@@ -663,7 +673,7 @@ _Nothing yet._
663
673
 
664
674
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
665
675
  0.2.2 → 0.2.3 per
666
- [`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).
667
677
  Patch cut — no breaking changes.
668
678
 
669
679
  ### Changed
@@ -675,7 +685,7 @@ Patch cut — no breaking changes.
675
685
  `@adia-ai/a2ui-validator` source is byte-identical to `0.2.2`. The cut bumps version only.
676
686
  ## [0.2.2] - 2026-05-02
677
687
 
678
- **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.
679
689
 
680
690
  ### Changed
681
691
 
@@ -688,7 +698,7 @@ Patch cut — no breaking changes.
688
698
  ---
689
699
  ## [0.2.1] - 2026-05-02
690
700
 
691
- **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.
692
702
 
693
703
  ### Changed
694
704
 
@@ -703,7 +713,7 @@ Patch cut — no breaking changes.
703
713
 
704
714
  **Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
705
715
  version, governed by [`docs/specs/package-architecture.md` § 15
706
- (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
716
+ (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
707
717
 
708
718
  ### Changed
709
719
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-validator",
3
- "version": "0.7.11",
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",