@adia-ai/a2ui-validator 0.2.2 → 0.2.4
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 +35 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,13 +5,45 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
_No pending changes._
|
|
9
|
+
|
|
10
|
+
## [0.2.4] - 2026-05-04
|
|
11
|
+
|
|
12
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
|
|
13
|
+
|
|
14
|
+
This is a **patch cut on top of v0.2.3, no BREAKING changes.** Substantive content lives in `web-components` (Tier 4 trait library lift, 11 new traits + 2 architectural rewrites, plus accumulated bug fixes); `a2ui-corpus` ships a catalog regen for the new `<demo-toggle-ui>` primitive. Six packages ride along at version + dep-range bump.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- `version`: `0.2.3` → `0.2.4`.
|
|
19
|
+
- `dependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.4`).
|
|
20
|
+
|
|
21
|
+
This package's source tree is byte-identical to 0.2.3. The cut bumps version + the internal dep range only, per the lockstep policy.
|
|
22
|
+
|
|
8
23
|
_Nothing yet._
|
|
9
24
|
|
|
10
25
|
---
|
|
11
26
|
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## [0.2.3] - 2026-05-04
|
|
30
|
+
|
|
31
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
32
|
+
0.2.2 → 0.2.3 per
|
|
33
|
+
[`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
34
|
+
Patch cut — no breaking changes.
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- `version`: `0.2.2` → `0.2.3`.
|
|
39
|
+
|
|
40
|
+
### No source changes
|
|
41
|
+
|
|
42
|
+
`@adia-ai/a2ui-validator` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
43
|
+
|
|
12
44
|
## [0.2.2] - 2026-05-02
|
|
13
45
|
|
|
14
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](
|
|
46
|
+
**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.
|
|
15
47
|
|
|
16
48
|
### Changed
|
|
17
49
|
|
|
@@ -25,7 +57,7 @@ _Nothing yet._
|
|
|
25
57
|
|
|
26
58
|
## [0.2.1] - 2026-05-02
|
|
27
59
|
|
|
28
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](
|
|
60
|
+
**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.
|
|
29
61
|
|
|
30
62
|
### Changed
|
|
31
63
|
|
|
@@ -41,7 +73,7 @@ _Nothing yet._
|
|
|
41
73
|
|
|
42
74
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
43
75
|
version, governed by [`docs/specs/package-architecture.md` § 15
|
|
44
|
-
(Versioning Policy)](
|
|
76
|
+
(Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
45
77
|
|
|
46
78
|
### Changed
|
|
47
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-validator",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "AdiaUI A2UI validator — 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",
|