@adia-ai/web-modules 0.7.4 → 0.7.6

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,15 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.7.6] — 2026-06-02
4
+
5
+ ### Changed
6
+ - **CDN bundle rebuilt** — `dist/everything.min.js` regenerated to carry the v0.7.6 `@adia-ai/web-components` changes (the `host.css`→`styles/index.css` barrel split, `<block-ui>` + parametric `[padding]`/`[margin]` scale, `[verse]` icon/caret re-scaling) into the kitchen-sink shell bundle. No module source change.
7
+
8
+ ## [0.7.5] — 2026-06-02
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.5 work shipped in Lockstep release — no package-specific source changes this cut; the substantive v0.7.5 fix is in `@adia-ai/web-components` (button-ui colored-variant: readable solid text + outline composes + excluded from the `[color]` text utility).. See `packages/web-components/CHANGELOG.md#075--2026-06-02` for details.
12
+
3
13
  ## [0.7.4] — 2026-06-02
4
14
 
5
15
  ### Added