Skip to content

Commit b405121

Browse files
chore: release main (#365)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15648a8 commit b405121

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

.github/release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/client": "9.0.1",
3-
"packages/core": "10.1.1",
4-
"packages/interface": "10.0.2",
3+
"packages/core": "10.2.0",
4+
"packages/interface": "10.1.0",
55
"packages/principal": "9.0.1",
6-
"packages/server": "10.0.2",
6+
"packages/server": "10.1.0",
77
"packages/transport": "9.1.1",
88
"packages/validator": "9.0.2"
99
}

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.2.0](https://github.com/storacha/ucanto/compare/core-v10.1.1...core-v10.2.0) (2025-01-20)
4+
5+
6+
### Features
7+
8+
* define `resolveDIDKey` server option ([#364](https://github.com/storacha/ucanto/issues/364)) ([15648a8](https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5))
9+
310
## [10.1.1](https://github.com/storacha/ucanto/compare/core-v10.1.0...core-v10.1.1) (2025-01-18)
411

512

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/core",
33
"description": "ucanto core",
4-
"version": "10.1.1",
4+
"version": "10.2.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/interface/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/storacha/ucanto/compare/interface-v10.0.2...interface-v10.1.0) (2025-01-20)
4+
5+
6+
### Features
7+
8+
* define `resolveDIDKey` server option ([#364](https://github.com/storacha/ucanto/issues/364)) ([15648a8](https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5))
9+
310
## [10.0.2](https://github.com/web3-storage/ucanto/compare/interface-v10.0.1...interface-v10.0.2) (2024-05-10)
411

512

packages/interface/package.json

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

packages/server/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/storacha/ucanto/compare/server-v10.0.2...server-v10.1.0) (2025-01-20)
4+
5+
6+
### Features
7+
8+
* define `resolveDIDKey` server option ([#364](https://github.com/storacha/ucanto/issues/364)) ([15648a8](https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5))
9+
310
## [10.0.2](https://github.com/storacha/ucanto/compare/server-v10.0.1...server-v10.0.2) (2025-01-18)
411

512

packages/server/package.json

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

0 commit comments

Comments
 (0)