@adia-ai/a2ui-validator 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-validator
|
|
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
|
|
@@ -668,7 +678,7 @@ _Nothing yet._
|
|
|
668
678
|
|
|
669
679
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
670
680
|
0.2.2 → 0.2.3 per
|
|
671
|
-
[`docs/specs/package-architecture.md` § 15](
|
|
681
|
+
[`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
672
682
|
Patch cut — no breaking changes.
|
|
673
683
|
|
|
674
684
|
### Changed
|
|
@@ -680,7 +690,7 @@ Patch cut — no breaking changes.
|
|
|
680
690
|
`@adia-ai/a2ui-validator` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
681
691
|
## [0.2.2] - 2026-05-02
|
|
682
692
|
|
|
683
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](
|
|
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.
|
|
684
694
|
|
|
685
695
|
### Changed
|
|
686
696
|
|
|
@@ -693,7 +703,7 @@ Patch cut — no breaking changes.
|
|
|
693
703
|
---
|
|
694
704
|
## [0.2.1] - 2026-05-02
|
|
695
705
|
|
|
696
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](
|
|
706
|
+
**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
707
|
|
|
698
708
|
### Changed
|
|
699
709
|
|
|
@@ -708,7 +718,7 @@ Patch cut — no breaking changes.
|
|
|
708
718
|
|
|
709
719
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
710
720
|
version, governed by [`docs/specs/package-architecture.md` § 15
|
|
711
|
-
(Versioning Policy)](
|
|
721
|
+
(Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
712
722
|
|
|
713
723
|
### Changed
|
|
714
724
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-validator",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.14",
|
|
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",
|