@adia-ai/web-modules 0.6.48 → 0.6.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 +14 -0
- package/dist/everything.min.js +57 -57
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.50] — 2026-05-30
|
|
4
|
+
|
|
5
|
+
### Changed — lockstep bump + `everything.min.js` bundle refresh
|
|
6
|
+
|
|
7
|
+
- **Lockstep version bump — no `@adia-ai/web-modules` source change.** The `dist/everything.min.js` CodePen kitchen-sink bundle was rebuilt to pick up the `@adia-ai/web-components` `slot="chevron"` → `slot="caret"` rename (ADR-0036) it transitively bundles. Substantive scope this cycle is in `@adia-ai/web-components` + `@adia-ai/a2ui-corpus`.
|
|
8
|
+
|
|
9
|
+
## [0.6.49] — 2026-05-30
|
|
10
|
+
|
|
11
|
+
### Changed — design-plan retrofit across module demos
|
|
12
|
+
|
|
13
|
+
- **`shell/`, `chat/`, `editor/`, `dashboard/`, `feedback/`, `simple/`, `theme/`, `onboarding/` `*.examples.html`** — `<!-- design-plan -->` blocks retrofitted across the module-demo set (composite-demo-protocol campaign), with `onboarding-checklist` completing the 32-demo coverage. Demo-facing docs; no runtime change.
|
|
14
|
+
- **`dist/everything.min.js` + `dist/icons-manifest.js`** — bundle rebuild absorbing the upstream `@adia-ai/web-components` calendar/date-range changes.
|
|
15
|
+
- **Lockstep bump otherwise** — substantive v0.6.49 in `@adia-ai/web-components` (date-range-picker two-month fix + calendar `month` prop) and `@adia-ai/a2ui-corpus` (corpus + catalog regen).
|
|
16
|
+
|
|
3
17
|
## [0.6.48] — 2026-05-29
|
|
4
18
|
|
|
5
19
|
### Maintenance
|