@adia-ai/gen-ui 0.8.54 → 0.8.55

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog — @adia-ai/gen-ui
2
2
 
3
+ ## [0.8.55] — 2026-08-28
4
+
5
+ ### Changed
6
+ - **`corpus/` re-harvested for the release window** — `chunks/_source-hashes.json` regenerated after the `catalog-tiers` regen (Step 4d.5b) staled the chunk-freshness probe; no chunk content changed, only the `tier-index.json` source hash — `chunks/_index.json` and `manifest.json` are unchanged.
7
+
8
+ ### Maintenance
9
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.55 work shipped in button-ui flex-shrink:0 default fix (gh#2180/gh#2181). See `packages/web-components/CHANGELOG.md#0855--2026-08-28` for details.
10
+
3
11
  ## [0.8.54] — 2026-08-27
4
12
 
5
13
  ### Changed
@@ -279,7 +279,7 @@
279
279
  "catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.html": "7833b21ee84643978cd3ca0e6ff20caa20ec8cbc9a55e371aa295a532f8ed48a",
280
280
  "catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html": "511510f5c5315f2c9fd2607db78c6989c2b3376f1f23367406ce748ab8ed79ad",
281
281
  "catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.html": "196862f06f495547d85f542e6a0eee152ab40a40ca969c93b0cbd0733de5a5e2",
282
- "packages/gen-ui/a2ui/catalog/tier-index.json": "88adc706ccbcfc5b8f6436307b6de33d926ddf8a0445eb1dd50762a6de109271",
282
+ "packages/gen-ui/a2ui/catalog/tier-index.json": "1b4f05b7bb8ec0faf838dc33cf3f10a08a5b7ada27fa4d780e2660a7aca8ab33",
283
283
  "packages/web-components/components/accordion/accordion.examples.html": "d4fc294ed736041351ccd096abe7dc439f67c769f1614f63f7a8ca3fbf627100",
284
284
  "packages/web-components/components/action-list/action-list.examples.html": "cb78d934a26fb66f603034eb49a249044ae96b75628ac74ebd8edb41ccd312fe",
285
285
  "packages/web-components/components/adia-mark/adia-mark.examples.html": "2124ad37660d157e7a85fdc57eb7725ac02d629a76a47a58ff53703ed5b06238",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/gen-ui",
3
- "version": "0.8.54",
3
+ "version": "0.8.55",
4
4
  "description": "AdiaUI generative-UI system — compose strategies, retrieval, the harvested training corpus, and catalog-aware + LLM-judge validation. Emits A2UI protocol messages; pairs with @adia-ai/a2ui (the protocol runtime). Folded from @adia-ai/a2ui-{compose,retrieval,corpus} + the catalog/semantic halves of the former @adia-ai/a2ui-validator (ADR-0048).",
5
5
  "type": "module",
6
6
  "main": "./compose/index.js",