@adia-ai/web-modules 0.2.0 → 0.2.1
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 +19 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,25 @@ Built from `@adia-ai/web-components` primitives.
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
_Nothing yet._
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## [0.2.1] — 2026-05-02
|
|
17
|
+
|
|
18
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- `version`: `0.2.0` → `0.2.1`.
|
|
23
|
+
- `peerDependencies["@adia-ai/web-components"]`: `^0.2.0` (covers `0.2.1`).
|
|
24
|
+
- `peerDependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.1`).
|
|
25
|
+
|
|
26
|
+
### No source changes
|
|
27
|
+
|
|
28
|
+
`web-modules` source is byte-identical to `0.2.0`. The cut bumps version + tracks peer-dep range only.
|
|
29
|
+
|
|
30
|
+
---
|
|
13
31
|
|
|
14
32
|
## [0.2.0] — 2026-05-02
|
|
15
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "AdiaUI composite custom elements — shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|