@adia-ai/a2ui-mcp 0.7.12 → 0.7.13
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 +9 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-mcp
|
|
2
2
|
|
|
3
|
+
## [0.7.13] — 2026-06-06
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.13 work: the `./css/sheet` exports `types` fix (`@adia-ai/web-components` + `@adia-ai/web-modules`) + a corpus re-harvest (`@adia-ai/a2ui-corpus`). See `packages/web-components/CHANGELOG.md` for details.
|
|
7
|
+
|
|
3
8
|
## [0.7.12] — 2026-06-04
|
|
4
9
|
|
|
5
10
|
### Maintenance
|
|
@@ -749,7 +754,7 @@ _Nothing yet._
|
|
|
749
754
|
|
|
750
755
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
751
756
|
0.2.2 → 0.2.3 per
|
|
752
|
-
[`docs/specs/package-architecture.md` § 15](
|
|
757
|
+
[`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
753
758
|
Patch cut — no breaking changes.
|
|
754
759
|
|
|
755
760
|
### Changed
|
|
@@ -764,7 +769,7 @@ Patch cut — no breaking changes.
|
|
|
764
769
|
`@adia-ai/a2ui-mcp` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
|
|
765
770
|
## [0.2.2] - 2026-05-02
|
|
766
771
|
|
|
767
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](
|
|
772
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
768
773
|
|
|
769
774
|
### Changed
|
|
770
775
|
|
|
@@ -782,7 +787,7 @@ Patch cut — no breaking changes.
|
|
|
782
787
|
---
|
|
783
788
|
## [0.2.1] - 2026-05-02
|
|
784
789
|
|
|
785
|
-
**Lockstep cut + `report_issue` trigger phrases + scope-drift auto-fire on canvas-drift detection.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](
|
|
790
|
+
**Lockstep cut + `report_issue` trigger phrases + scope-drift auto-fire on canvas-drift detection.** 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.
|
|
786
791
|
|
|
787
792
|
### Changed
|
|
788
793
|
|
|
@@ -814,7 +819,7 @@ When the composer's scope-drift gate (a2ui-compose) flags `result.scopeDrift.dri
|
|
|
814
819
|
|
|
815
820
|
**Lockstep cut + corpus caret-lock fix.** All 8 published `@adia-ai/*`
|
|
816
821
|
packages now share one version, governed by
|
|
817
|
-
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](
|
|
822
|
+
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
818
823
|
|
|
819
824
|
This release **fixes a live shipping bug** in 0.1.3: the `dependencies`
|
|
820
825
|
range `"@adia-ai/a2ui-corpus": "^0.0.6"` locked to *exactly* `0.0.6`
|
package/package.json
CHANGED