@adia-ai/a2ui-validator 0.8.8 → 0.8.10

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 +11 -14
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-validator
2
+
3
+ ## [0.8.10] — 2026-07-20
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.10 work shipped in tag-ui accent variant, dialog-scrim/card-ui fixes; adia-charts/adia-tables skills. See `packages/web-components/CHANGELOG.md#0810--2026-07-20` for details.
7
+
8
+ ## [0.8.9] — 2026-07-19
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.9 work shipped in select-ui mark visual (gh#339); release-tooling hardened (branch creation, settle-wait poll, pr-bridge draft guard). See `packages/web-components/CHANGELOG.md#unreleased` for details.
12
+
2
13
  ## [0.8.8] — 2026-07-19
3
14
 
4
15
  ### Maintenance
@@ -209,14 +220,12 @@
209
220
 
210
221
  - **Lockstep version bump only.** Substantive v0.6.47 in `@adia-ai/web-components` (`<card-ui>` `[grow]` section attribute) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
211
222
 
212
-
213
223
  ## [0.6.46] — 2026-05-29
214
224
 
215
225
  ### Maintenance
216
226
 
217
227
  - **Lockstep version bump only.** Substantive v0.6.46 in `@adia-ai/web-components` (56 trait pages + slot docs + bleed/token fixes) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
218
228
 
219
-
220
229
  ## [0.6.45] — 2026-05-29
221
230
 
222
231
  ### Maintenance
@@ -443,8 +452,6 @@ _No pending changes._
443
452
 
444
453
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
445
454
 
446
-
447
-
448
455
  ## [0.6.3] - 2026-05-18
449
456
 
450
457
  ### v0.6.3 — Lockstep ride-along
@@ -452,8 +459,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
452
459
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
453
460
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
454
461
 
455
-
456
-
457
462
  ## [0.6.2] - 2026-05-18
458
463
 
459
464
  ### v0.6.2 — Lockstep ride-along
@@ -461,8 +466,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
461
466
  TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
462
467
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
463
468
 
464
-
465
-
466
469
  ## [0.6.1] - 2026-05-18
467
470
 
468
471
  ### v0.6.1 — Lockstep ride-along
@@ -471,8 +474,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
471
474
  `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
472
475
  Internal dep ranges stay at `^0.6.0`.
473
476
 
474
-
475
-
476
477
  ## [0.6.0] - 2026-05-18
477
478
 
478
479
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -523,22 +524,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
523
524
 
524
525
  _Lockstep ride-along (no source change)._
525
526
 
526
-
527
527
  ## [0.5.10] - 2026-05-15
528
528
 
529
529
  _Lockstep ride-along (no source change)._
530
530
 
531
-
532
531
  ## [0.5.9] - 2026-05-15
533
532
 
534
533
  _Lockstep ride-along (no source change)._
535
534
 
536
-
537
535
  ## [0.5.8] - 2026-05-15
538
536
 
539
537
  _Lockstep ride-along (no source change)._
540
538
 
541
-
542
539
  ## [0.5.7] - 2026-05-15
543
540
 
544
541
  _Lockstep ride-along (no source change)._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-validator",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
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",