Skip to content

Commit 5345057

Browse files
chore: release main (#398)
🤖 I have created a release *beep* *boop* --- <details><summary>core: 10.4.2</summary> ## [10.4.2](core-v10.4.1...core-v10.4.2) (2025-10-23) ### Bug Fixes * updates to README to test releases ([#397](#397)) ([a695615](a695615)) </details> <details><summary>server: 11.0.2</summary> ## [11.0.2](server-v11.0.1...server-v11.0.2) (2025-10-23) ### Bug Fixes * updates to README to test releases ([#397](#397)) ([a695615](a695615)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a695615 commit 5345057

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/client": "9.0.1",
3-
"packages/core": "10.4.1",
3+
"packages/core": "10.4.2",
44
"packages/interface": "11.0.0",
55
"packages/principal": "9.0.2",
6-
"packages/server": "11.0.1",
6+
"packages/server": "11.0.2",
77
"packages/transport": "9.2.0",
88
"packages/validator": "10.0.0"
99
}

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.4.2](https://github.com/storacha/ucanto/compare/core-v10.4.1...core-v10.4.2) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* updates to README to test releases ([#397](https://github.com/storacha/ucanto/issues/397)) ([a695615](https://github.com/storacha/ucanto/commit/a695615c810893b9da399add791f9fdf7c9e2a16))
9+
310
## [10.4.1](https://github.com/storacha/ucanto/compare/core-v10.4.0...core-v10.4.1) (2025-10-23)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/core",
33
"description": "ucanto core",
4-
"version": "10.4.1",
4+
"version": "10.4.2",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.0.2](https://github.com/storacha/ucanto/compare/server-v11.0.1...server-v11.0.2) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* updates to README to test releases ([#397](https://github.com/storacha/ucanto/issues/397)) ([a695615](https://github.com/storacha/ucanto/commit/a695615c810893b9da399add791f9fdf7c9e2a16))
9+
310
## [11.0.1](https://github.com/storacha/ucanto/compare/server-v11.0.0...server-v11.0.1) (2025-10-23)
411

512

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/server",
33
"description": "UCAN RPC Server",
4-
"version": "11.0.1",
4+
"version": "11.0.2",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

0 commit comments

Comments
 (0)