@adia-ai/web-modules 0.8.35 → 0.8.36
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/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.8.36] — 2026-08-13
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.36 work shipped in a2ui chain standalone-installable (gh#1186: unpublishable dep removed, 143 packed-import escapes fixed, packed-imports gate + boot probe) + ui-architect coordinator agent + MCP doc consolidation. See `packages/a2ui/mcp/CHANGELOG.md#0836--2026-08-13` for details.
|
|
7
|
+
|
|
3
8
|
## [0.8.35] — 2026-08-13
|
|
4
9
|
|
|
5
10
|
### Maintenance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.36",
|
|
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": {
|
|
@@ -296,11 +296,11 @@
|
|
|
296
296
|
"./simple/**/*.js"
|
|
297
297
|
],
|
|
298
298
|
"peerDependencies": {
|
|
299
|
-
"@adia-ai/web-components": "0.8.
|
|
300
|
-
"@adia-ai/a2ui-runtime": "0.8.
|
|
301
|
-
"@adia-ai/llm": "0.8.
|
|
302
|
-
"@adia-ai/agent": "0.8.
|
|
303
|
-
"@adia-ai/persona": "0.8.
|
|
299
|
+
"@adia-ai/web-components": "0.8.36",
|
|
300
|
+
"@adia-ai/a2ui-runtime": "0.8.36",
|
|
301
|
+
"@adia-ai/llm": "0.8.36",
|
|
302
|
+
"@adia-ai/agent": "0.8.36",
|
|
303
|
+
"@adia-ai/persona": "0.8.36"
|
|
304
304
|
},
|
|
305
305
|
"publishConfig": {
|
|
306
306
|
"access": "public",
|