Skip to content

Commit c34fc20

Browse files
chore: release main (#404)
🤖 I have created a release *beep* *boop* --- <details><summary>principal: 9.0.3</summary> ## [9.0.3](principal-v9.0.2...principal-v9.0.3) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>client: 9.0.2</summary> ## [9.0.2](client-v9.0.1...client-v9.0.2) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>core: 10.4.5</summary> ## [10.4.5](core-v10.4.4...core-v10.4.5) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>interface: 11.0.1</summary> ## [11.0.1](interface-v11.0.0...interface-v11.0.1) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>server: 11.0.3</summary> ## [11.0.3](server-v11.0.2...server-v11.0.3) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>transport: 9.2.1</summary> ## [9.2.1](transport-v9.2.0...transport-v9.2.1) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </details> <details><summary>validator: 10.0.1</summary> ## [10.0.1](validator-v10.0.0...validator-v10.0.1) (2025-10-24) ### Bug Fixes * github URLs ([#403](#403)) ([eaa7185](eaa7185)) </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 eaa7185 commit c34fc20

File tree

15 files changed

+63
-14
lines changed

15 files changed

+63
-14
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/client": "9.0.1",
3-
"packages/core": "10.4.4",
4-
"packages/interface": "11.0.0",
5-
"packages/principal": "9.0.2",
6-
"packages/server": "11.0.2",
7-
"packages/transport": "9.2.0",
8-
"packages/validator": "10.0.0"
2+
"packages/client": "9.0.2",
3+
"packages/core": "10.4.5",
4+
"packages/interface": "11.0.1",
5+
"packages/principal": "9.0.3",
6+
"packages/server": "11.0.3",
7+
"packages/transport": "9.2.1",
8+
"packages/validator": "10.0.1"
99
}

packages/client/CHANGELOG.md

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

3+
## [9.0.2](https://github.com/storacha/ucanto/compare/client-v9.0.1...client-v9.0.2) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))
9+
310
## [9.0.1](https://github.com/storacha/ucanto/compare/client-v9.0.0...client-v9.0.1) (2024-04-04)
411

512

packages/client/package.json

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

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.5](https://github.com/storacha/ucanto/compare/core-v10.4.4...core-v10.4.5) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))
9+
310
## [10.4.4](https://github.com/storacha/ucanto/compare/core-v10.4.3...core-v10.4.4) (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.4",
4+
"version": "10.4.5",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/interface/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.1](https://github.com/storacha/ucanto/compare/interface-v11.0.0...interface-v11.0.1) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))
9+
310
## [11.0.0](https://github.com/storacha/ucanto/compare/interface-v10.3.0...interface-v11.0.0) (2025-06-01)
411

512

packages/interface/package.json

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

packages/principal/CHANGELOG.md

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

3+
## [9.0.3](https://github.com/storacha/ucanto/compare/principal-v9.0.2...principal-v9.0.3) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))
9+
310
## [9.0.2](https://github.com/storacha/ucanto/compare/principal-v9.0.1...principal-v9.0.2) (2025-01-22)
411

512

packages/principal/package.json

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

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.3](https://github.com/storacha/ucanto/compare/server-v11.0.2...server-v11.0.3) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))
9+
310
## [11.0.2](https://github.com/storacha/ucanto/compare/server-v11.0.1...server-v11.0.2) (2025-10-23)
411

512

0 commit comments

Comments
 (0)