@adia-ai/web-modules 0.6.46 → 0.6.48
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 +138 -136
- 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.48] — 2026-05-29
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
- **`feedback/confirm-dialog/confirm-dialog.examples.html`** — demo updated as part of the library-wide demo consolidation sweep.
|
|
8
|
+
- **`dist/`** — shell + `everything` bundles rebuilt (reflect the web-components foundation-styles reorg + component fixes in this window; no behavioral change).
|
|
9
|
+
|
|
10
|
+
## [0.6.47] — 2026-05-29
|
|
11
|
+
|
|
12
|
+
### Maintenance
|
|
13
|
+
|
|
14
|
+
- **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.
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [0.6.46] — 2026-05-29
|
|
4
18
|
|
|
5
19
|
### Maintenance
|