@adia-ai/a2ui-mcp 0.7.12 → 0.7.14
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 +14 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-mcp
|
|
2
2
|
|
|
3
|
+
## [0.7.14] — 2026-06-08
|
|
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.14 work shipped in input-ui/textarea-ui .value upgrade-safety fix. See `packages/web-components/CHANGELOG.md (0.7.14)` for details.
|
|
7
|
+
|
|
8
|
+
## [0.7.13] — 2026-06-06
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **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.
|
|
12
|
+
|
|
3
13
|
## [0.7.12] — 2026-06-04
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
|
@@ -749,7 +759,7 @@ _Nothing yet._
|
|
|
749
759
|
|
|
750
760
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
751
761
|
0.2.2 → 0.2.3 per
|
|
752
|
-
[`docs/specs/package-architecture.md` § 15](
|
|
762
|
+
[`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
753
763
|
Patch cut — no breaking changes.
|
|
754
764
|
|
|
755
765
|
### Changed
|
|
@@ -764,7 +774,7 @@ Patch cut — no breaking changes.
|
|
|
764
774
|
`@adia-ai/a2ui-mcp` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
|
|
765
775
|
## [0.2.2] - 2026-05-02
|
|
766
776
|
|
|
767
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](
|
|
777
|
+
**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
778
|
|
|
769
779
|
### Changed
|
|
770
780
|
|
|
@@ -782,7 +792,7 @@ Patch cut — no breaking changes.
|
|
|
782
792
|
---
|
|
783
793
|
## [0.2.1] - 2026-05-02
|
|
784
794
|
|
|
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](
|
|
795
|
+
**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
796
|
|
|
787
797
|
### Changed
|
|
788
798
|
|
|
@@ -814,7 +824,7 @@ When the composer's scope-drift gate (a2ui-compose) flags `result.scopeDrift.dri
|
|
|
814
824
|
|
|
815
825
|
**Lockstep cut + corpus caret-lock fix.** All 8 published `@adia-ai/*`
|
|
816
826
|
packages now share one version, governed by
|
|
817
|
-
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](
|
|
827
|
+
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
818
828
|
|
|
819
829
|
This release **fixes a live shipping bug** in 0.1.3: the `dependencies`
|
|
820
830
|
range `"@adia-ai/a2ui-corpus": "^0.0.6"` locked to *exactly* `0.0.6`
|
package/package.json
CHANGED