@adia-ai/web-modules 0.7.23 → 0.7.24
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 +5 -0
- package/dist/everything.min.js +98 -90
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.7.24] — 2026-07-01
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Kitchen-sink bundle regenerated to carry the new `display-field-ui` primitive.** `dist/everything.min.js` was rebuilt so the CDN / `@adia-ai/web-modules/everything` path includes `@adia-ai/web-components`' new `display-field-ui` (registered in the component barrel + `styles/components.css`). Bundle-only — no `web-modules` source change. See `packages/web-components/CHANGELOG.md#0724--2026-07-01`.
|
|
7
|
+
|
|
3
8
|
## [0.7.23] — 2026-06-30
|
|
4
9
|
|
|
5
10
|
### Changed
|