@adia-ai/web-components 0.7.15 → 0.7.16
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/web-components.min.css +1 -1
- package/dist/web-components.min.js +109 -100
- package/dist/web-components.sheet.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-components
|
|
2
2
|
|
|
3
|
+
## [0.7.16] — 2026-06-08
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Dist bundles rebuilt — the CDN / bundle path now matches source.** `dist/web-components.min.{css,js}` + the `.sheet.js` twin were regenerated to carry the 0.7.15 `badge-ui` / `tag-ui` padding (`--a-space-2` → `--a-space-1-5`) plus JS that the 0.7.15 cut shipped stale (it never rebundled). Consumers via `@adia-ai/web-components/css/bundled` + `/js/bundled` were getting the pre-0.7.15 output. `check:css-bundles-fresh` + `check:js-bundles-fresh` now gate this in CI.
|
|
7
|
+
|
|
3
8
|
## [0.7.15] — 2026-06-08
|
|
4
9
|
|
|
5
10
|
### Added
|