@adia-ai/web-modules 0.6.4 → 0.6.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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.6] — 2026-05-18
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Lockstep version bump for §304 `<field-ui align>` prop.
|
|
7
|
+
## [0.6.5] — 2026-05-18
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Lockstep version bump for TS Phase 6 sealing (ADR-0029).
|
|
3
11
|
Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
4
12
|
[Semantic Versioning](https://semver.org/).
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "AdiaUI composite custom elements \u2014 shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|