Skip to content

Commit 46612a8

Browse files
chore: release main (#382)
🤖 I have created a release *beep* *boop* --- <details><summary>interface: 11.0.0</summary> ## [11.0.0](interface-v10.3.0...interface-v11.0.0) (2025-06-01) ### ⚠ BREAKING CHANGES * resolve multiple verifiers ([#381](#381)) ### Features * resolve multiple verifiers ([#381](#381)) ([6254993](6254993)) </details> <details><summary>server: 11.0.0</summary> ## [11.0.0](server-v10.2.0...server-v11.0.0) (2025-06-01) ### ⚠ BREAKING CHANGES * resolve multiple verifiers ([#381](#381)) ### Features * resolve multiple verifiers ([#381](#381)) ([6254993](6254993)) </details> <details><summary>validator: 10.0.0</summary> ## [10.0.0](validator-v9.1.0...validator-v10.0.0) (2025-06-01) ### ⚠ BREAKING CHANGES * resolve multiple verifiers ([#381](#381)) ### Features * resolve multiple verifiers ([#381](#381)) ([6254993](6254993)) </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 6254993 commit 46612a8

File tree

7 files changed

+39
-6
lines changed

7 files changed

+39
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/client": "9.0.1",
33
"packages/core": "10.4.0",
4-
"packages/interface": "10.3.0",
4+
"packages/interface": "11.0.0",
55
"packages/principal": "9.0.2",
6-
"packages/server": "10.2.0",
6+
"packages/server": "11.0.0",
77
"packages/transport": "9.2.0",
8-
"packages/validator": "9.1.0"
8+
"packages/validator": "10.0.0"
99
}

packages/interface/CHANGELOG.md

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

3+
## [11.0.0](https://github.com/storacha/ucanto/compare/interface-v10.3.0...interface-v11.0.0) (2025-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381))
9+
10+
### Features
11+
12+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381)) ([6254993](https://github.com/storacha/ucanto/commit/6254993eb7368040a6232d50a1d68a123d2ed799))
13+
314
## [10.3.0](https://github.com/storacha/ucanto/compare/interface-v10.2.0...interface-v10.3.0) (2025-05-13)
415

516

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": "10.3.0",
4+
"version": "11.0.0",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

packages/server/CHANGELOG.md

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

3+
## [11.0.0](https://github.com/storacha/ucanto/compare/server-v10.2.0...server-v11.0.0) (2025-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381))
9+
10+
### Features
11+
12+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381)) ([6254993](https://github.com/storacha/ucanto/commit/6254993eb7368040a6232d50a1d68a123d2ed799))
13+
314
## [10.2.0](https://github.com/storacha/ucanto/compare/server-v10.1.0...server-v10.2.0) (2025-02-13)
415

516

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": "10.2.0",
4+
"version": "11.0.0",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

packages/validator/CHANGELOG.md

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

3+
## [10.0.0](https://github.com/storacha/ucanto/compare/validator-v9.1.0...validator-v10.0.0) (2025-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381))
9+
10+
### Features
11+
12+
* resolve multiple verifiers ([#381](https://github.com/storacha/ucanto/issues/381)) ([6254993](https://github.com/storacha/ucanto/commit/6254993eb7368040a6232d50a1d68a123d2ed799))
13+
314
## [9.1.0](https://github.com/storacha/ucanto/compare/validator-v9.0.3...validator-v9.1.0) (2025-02-13)
415

516

packages/validator/package.json

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

0 commit comments

Comments
 (0)