Skip to content

Commit

Permalink
chore: release main (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent bf6274c commit 0f8dcf6
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client": "9.0.1",
"packages/core": "10.2.0",
"packages/interface": "10.1.0",
"packages/principal": "9.0.1",
"packages/core": "10.2.1",
"packages/interface": "10.1.1",
"packages/principal": "9.0.2",
"packages/server": "10.1.0",
"packages/transport": "9.1.1",
"packages/validator": "9.0.2"
"packages/validator": "9.0.3"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.2.1](https://github.com/storacha/ucanto/compare/core-v10.2.0...core-v10.2.1) (2025-01-22)


### Bug Fixes

* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))

## [10.2.0](https://github.com/storacha/ucanto/compare/core-v10.1.1...core-v10.2.0) (2025-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/core",
"description": "ucanto core",
"version": "10.2.0",
"version": "10.2.1",
"keywords": [
"UCAN",
"RPC",
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.1.1](https://github.com/storacha/ucanto/compare/interface-v10.1.0...interface-v10.1.1) (2025-01-22)


### Bug Fixes

* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))

## [10.1.0](https://github.com/storacha/ucanto/compare/interface-v10.0.2...interface-v10.1.0) (2025-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/interface",
"description": "interface definitions for ucanto",
"version": "10.1.0",
"version": "10.1.1",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.2](https://github.com/storacha/ucanto/compare/principal-v9.0.1...principal-v9.0.2) (2025-01-22)


### Bug Fixes

* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))

## [9.0.1](https://github.com/web3-storage/ucanto/compare/principal-v9.0.0...principal-v9.0.1) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/principal",
"description": "ucanto principal",
"version": "9.0.1",
"version": "9.0.2",
"keywords": [
"UCAN",
"ed25519",
Expand Down
7 changes: 7 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.3](https://github.com/storacha/ucanto/compare/validator-v9.0.2...validator-v9.0.3) (2025-01-22)


### Bug Fixes

* upgrade dependencies ([#366](https://github.com/storacha/ucanto/issues/366)) ([bf6274c](https://github.com/storacha/ucanto/commit/bf6274ce637bab6a97f38065cf6c2b7eb10e3c24))

## [9.0.2](https://github.com/web3-storage/ucanto/compare/validator-v9.0.1...validator-v9.0.2) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/validator",
"description": "UCAN RPC validators",
"version": "9.0.2",
"version": "9.0.3",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit 0f8dcf6

Please sign in to comment.