@adia-ai/gen-ui 0.8.48 → 0.8.50
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 +8 -0
- package/corpus/chunk-embeddings.json +1 -1
- package/corpus/chunks/_index.json +34 -4
- package/corpus/chunks/_source-hashes.json +9 -9
- package/corpus/chunks/table-toolbar-adiav2-row.json +2 -3
- package/corpus/chunks/table-toolbar-chrome-only-empty.json +2 -3
- package/corpus/chunks/table-toolbar-summary-slot.json +200 -0
- package/corpus/chunks/table-toolbar-title-always.json +2 -3
- package/corpus/manifest.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog — @adia-ai/gen-ui
|
|
2
2
|
|
|
3
|
+
## [0.8.50] — 2026-08-23
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep bump riding the v0.8.50 cut** (`scripts/release/check-lockstep.mjs`); the headline v0.8.50 work ships in @adia-ai/web-components (prose/verse sheet removal gh#1885 / PR #1918, input/search fill-default posture gh#1856 — see `packages/web-components/CHANGELOG.md#0850--2026-08-23`). Package-local changes are listed below.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- **`corpus/` re-harvest for the release window** — table-toolbar chunk set refreshed (`table-toolbar-adiav2-row`, `-chrome-only-empty`, `-summary-slot`, `-title-always`) from the updated examples; `chunks/_index.json`, `_source-hashes.json`, `manifest.json`, and `chunk-embeddings.json` regenerated.
|
|
10
|
+
|
|
3
11
|
## [0.8.48] — 2026-08-23
|
|
4
12
|
|
|
5
13
|
### Note
|