@adia-ai/a2ui-mcp 0.8.5 → 0.8.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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-mcp
|
|
2
|
+
## [0.8.6] — 2026-07-18
|
|
3
|
+
|
|
4
|
+
### Maintenance
|
|
5
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.6 work shipped in SSR attribute-replay fix + table declarative data + token repoints (@adia-ai/web-components), gh#268 forge modernization campaign (adia-forge). See `packages/web-components/CHANGELOG.md#086--2026-07-18` for details.
|
|
6
|
+
|
|
2
7
|
## [0.8.5] — 2026-07-17
|
|
3
8
|
|
|
4
9
|
### Maintenance
|
package/package.json
CHANGED