@adia-ai/a2ui-runtime 0.3.2 → 0.3.4
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 +34 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,40 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
|
13
13
|
|
|
14
14
|
_No pending changes._
|
|
15
15
|
|
|
16
|
+
## [0.3.4] - 2026-05-07
|
|
17
|
+
|
|
18
|
+
### Ride-along (no source changes)
|
|
19
|
+
|
|
20
|
+
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
21
|
+
|
|
22
|
+
## [0.3.3] - 2026-05-07
|
|
23
|
+
|
|
24
|
+
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- `version`: `0.3.2` → `0.3.3`.
|
|
29
|
+
- `dependencies["@adia-ai/...]`: `^0.3.0` (patch-cut asymmetry — caret already covers 0.3.x; ranges unchanged).
|
|
30
|
+
|
|
31
|
+
### No source changes
|
|
32
|
+
|
|
33
|
+
`@adia-ai/a2ui-runtime` source is byte-identical to `0.3.2`. The cut is a version bump + ride-along on the lockstep policy.
|
|
34
|
+
|
|
35
|
+
## [0.3.2] - 2026-05-06
|
|
36
|
+
|
|
37
|
+
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
38
|
+
one version per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
39
|
+
Internal `@adia-ai/*` dep ranges unchanged at `^0.3.0`.
|
|
40
|
+
|
|
41
|
+
### No source changes
|
|
42
|
+
|
|
43
|
+
This package's source is byte-identical to v0.3.1. The cut bumps
|
|
44
|
+
version only.
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- `version`: `0.3.1` → `0.3.2`.
|
|
49
|
+
|
|
16
50
|
## [0.3.1] - 2026-05-06
|
|
17
51
|
|
|
18
52
|
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-runtime",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "A2UI runtime \u2014 renderer, registry, streams, surface manifest, and wiring primitives for the A2UI (Agent-to-UI) protocol. Framework-agnostic; pairs with any A2UI-conformant component set.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -28,4 +28,4 @@
|
|
|
28
28
|
"url": "git+https://github.com/adiahealth/gen-ui-kit.git",
|
|
29
29
|
"directory": "packages/a2ui/runtime"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|