@adia-ai/a2ui-validator 0.8.9 → 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 +6 -14
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
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
+
2
8
  ## [0.8.9] — 2026-07-19
3
9
 
4
10
  ### Maintenance
@@ -214,14 +220,12 @@
214
220
 
215
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.
216
222
 
217
-
218
223
  ## [0.6.46] — 2026-05-29
219
224
 
220
225
  ### Maintenance
221
226
 
222
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.
223
228
 
224
-
225
229
  ## [0.6.45] — 2026-05-29
226
230
 
227
231
  ### Maintenance
@@ -448,8 +452,6 @@ _No pending changes._
448
452
 
449
453
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
450
454
 
451
-
452
-
453
455
  ## [0.6.3] - 2026-05-18
454
456
 
455
457
  ### v0.6.3 — Lockstep ride-along
@@ -457,8 +459,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
457
459
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
458
460
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
459
461
 
460
-
461
-
462
462
  ## [0.6.2] - 2026-05-18
463
463
 
464
464
  ### v0.6.2 — Lockstep ride-along
@@ -466,8 +466,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
466
466
  TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
467
467
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
468
468
 
469
-
470
-
471
469
  ## [0.6.1] - 2026-05-18
472
470
 
473
471
  ### v0.6.1 — Lockstep ride-along
@@ -476,8 +474,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
476
474
  `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
477
475
  Internal dep ranges stay at `^0.6.0`.
478
476
 
479
-
480
-
481
477
  ## [0.6.0] - 2026-05-18
482
478
 
483
479
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -528,22 +524,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
528
524
 
529
525
  _Lockstep ride-along (no source change)._
530
526
 
531
-
532
527
  ## [0.5.10] - 2026-05-15
533
528
 
534
529
  _Lockstep ride-along (no source change)._
535
530
 
536
-
537
531
  ## [0.5.9] - 2026-05-15
538
532
 
539
533
  _Lockstep ride-along (no source change)._
540
534
 
541
-
542
535
  ## [0.5.8] - 2026-05-15
543
536
 
544
537
  _Lockstep ride-along (no source change)._
545
538
 
546
-
547
539
  ## [0.5.7] - 2026-05-15
548
540
 
549
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.9",
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",