Skip to content

Commit aeb3ca5

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

File tree

9 files changed

+43
-8
lines changed

9 files changed

+43
-8
lines changed

.github/release-please-manifest.json

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

packages/core/CHANGELOG.md

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

3+
## [10.3.0](https://github.com/storacha/ucanto/compare/core-v10.2.1...core-v10.3.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* validate attestation from another service ([#369](https://github.com/storacha/ucanto/issues/369)) ([bac2cb0](https://github.com/storacha/ucanto/commit/bac2cb08bd67de97ef6a7360713e4fd1d0ae1d5c)), closes [#267](https://github.com/storacha/ucanto/issues/267)
9+
310
## [10.2.1](https://github.com/storacha/ucanto/compare/core-v10.2.0...core-v10.2.1) (2025-01-22)
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.2.1",
4+
"version": "10.3.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/interface/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.2.0](https://github.com/storacha/ucanto/compare/interface-v10.1.1...interface-v10.2.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* allow alternative audience for server ([#371](https://github.com/storacha/ucanto/issues/371)) ([d793091](https://github.com/storacha/ucanto/commit/d793091d7a6fac702231b92e1181d4216ebce93a))
9+
* validate attestation from another service ([#369](https://github.com/storacha/ucanto/issues/369)) ([bac2cb0](https://github.com/storacha/ucanto/commit/bac2cb08bd67de97ef6a7360713e4fd1d0ae1d5c)), closes [#267](https://github.com/storacha/ucanto/issues/267)
10+
311
## [10.1.1](https://github.com/storacha/ucanto/compare/interface-v10.1.0...interface-v10.1.1) (2025-01-22)
412

513

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

packages/server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.2.0](https://github.com/storacha/ucanto/compare/server-v10.1.0...server-v10.2.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* allow alternative audience for server ([#371](https://github.com/storacha/ucanto/issues/371)) ([d793091](https://github.com/storacha/ucanto/commit/d793091d7a6fac702231b92e1181d4216ebce93a))
9+
* validate attestation from another service ([#369](https://github.com/storacha/ucanto/issues/369)) ([bac2cb0](https://github.com/storacha/ucanto/commit/bac2cb08bd67de97ef6a7360713e4fd1d0ae1d5c)), closes [#267](https://github.com/storacha/ucanto/issues/267)
10+
311
## [10.1.0](https://github.com/storacha/ucanto/compare/server-v10.0.2...server-v10.1.0) (2025-01-20)
412

513

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

packages/validator/CHANGELOG.md

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

3+
## [9.1.0](https://github.com/storacha/ucanto/compare/validator-v9.0.3...validator-v9.1.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* validate attestation from another service ([#369](https://github.com/storacha/ucanto/issues/369)) ([bac2cb0](https://github.com/storacha/ucanto/commit/bac2cb08bd67de97ef6a7360713e4fd1d0ae1d5c)), closes [#267](https://github.com/storacha/ucanto/issues/267)
9+
10+
11+
### Bug Fixes
12+
13+
* infinite recursion with unknown attestation ([#368](https://github.com/storacha/ucanto/issues/368)) ([d94496a](https://github.com/storacha/ucanto/commit/d94496a1aeabf21b8206a6e345fe6b7772b3d52a))
14+
315
## [9.0.3](https://github.com/storacha/ucanto/compare/validator-v9.0.2...validator-v9.0.3) (2025-01-22)
416

517

packages/validator/package.json

+1-1
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.0.3",
4+
"version": "9.1.0",
55
"keywords": [
66
"UCAN",
77
"ed25519",

0 commit comments

Comments
 (0)