Skip to content

Commit 0f8dcf6

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

File tree

9 files changed

+36
-8
lines changed

9 files changed

+36
-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.0",
4-
"packages/interface": "10.1.0",
5-
"packages/principal": "9.0.1",
3+
"packages/core": "10.2.1",
4+
"packages/interface": "10.1.1",
5+
"packages/principal": "9.0.2",
66
"packages/server": "10.1.0",
77
"packages/transport": "9.1.1",
8-
"packages/validator": "9.0.2"
8+
"packages/validator": "9.0.3"
99
}

packages/core/CHANGELOG.md

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

3+
## [10.2.1](https://github.com/storacha/ucanto/compare/core-v10.2.0...core-v10.2.1) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))
9+
310
## [10.2.0](https://github.com/storacha/ucanto/compare/core-v10.1.1...core-v10.2.0) (2025-01-20)
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.0",
4+
"version": "10.2.1",
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.1](https://github.com/storacha/ucanto/compare/interface-v10.1.0...interface-v10.1.1) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))
9+
310
## [10.1.0](https://github.com/storacha/ucanto/compare/interface-v10.0.2...interface-v10.1.0) (2025-01-20)
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.1.0",
4+
"version": "10.1.1",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

packages/principal/CHANGELOG.md

+7
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/principal-v9.0.1...principal-v9.0.2) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))
9+
310
## [9.0.1](https://github.com/web3-storage/ucanto/compare/principal-v9.0.0...principal-v9.0.1) (2024-04-04)
411

512

packages/principal/package.json

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

packages/validator/CHANGELOG.md

+7
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/validator-v9.0.2...validator-v9.0.3) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))
9+
310
## [9.0.2](https://github.com/web3-storage/ucanto/compare/validator-v9.0.1...validator-v9.0.2) (2024-04-04)
411

512

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

0 commit comments

Comments
 (0)