Skip to content

Commit

Permalink
chore: release main (#350)
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] committed Apr 4, 2024
1 parent 255f0c1 commit 97df5c4
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.0",
"packages/client": "9.0.1",
"packages/core": "10.0.0",
"packages/interface": "10.0.0",
"packages/principal": "9.0.0",
"packages/principal": "9.0.1",
"packages/server": "10.0.0",
"packages/transport": "9.1.0",
"packages/validator": "9.0.1"
"packages/transport": "9.1.1",
"packages/validator": "9.0.2"
}
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* trigger interface upgrade for all packages ([#349](https://github.com/web3-storage/ucanto/issues/349)) ([255f0c1](https://github.com/web3-storage/ucanto/commit/255f0c1a7779ae9356e8f889e22b491a9789d334))

## [9.0.0](https://github.com/web3-storage/ucanto/compare/client-v8.0.1...client-v9.0.0) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/client",
"description": "UCAN RPC Client",
"version": "9.0.0",
"version": "9.0.1",
"keywords": [
"UCAN",
"RPC",
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.1](https://github.com/web3-storage/ucanto/compare/principal-v9.0.0...principal-v9.0.1) (2024-04-04)


### Bug Fixes

* trigger interface upgrade for all packages ([#349](https://github.com/web3-storage/ucanto/issues/349)) ([255f0c1](https://github.com/web3-storage/ucanto/commit/255f0c1a7779ae9356e8f889e22b491a9789d334))

## [9.0.0](https://github.com/web3-storage/ucanto/compare/principal-v8.1.0...principal-v9.0.0) (2023-10-05)


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.0",
"version": "9.0.1",
"keywords": [
"UCAN",
"ed25519",
Expand Down
7 changes: 7 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.1.1](https://github.com/web3-storage/ucanto/compare/transport-v9.1.0...transport-v9.1.1) (2024-04-04)


### Bug Fixes

* trigger interface upgrade for all packages ([#349](https://github.com/web3-storage/ucanto/issues/349)) ([255f0c1](https://github.com/web3-storage/ucanto/commit/255f0c1a7779ae9356e8f889e22b491a9789d334))

## [9.1.0](https://github.com/web3-storage/ucanto/compare/transport-v9.0.2...transport-v9.1.0) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/transport",
"description": "ucanto transport",
"version": "9.1.0",
"version": "9.1.1",
"keywords": [
"UCAN",
"RPC",
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.2](https://github.com/web3-storage/ucanto/compare/validator-v9.0.1...validator-v9.0.2) (2024-04-04)


### Bug Fixes

* trigger interface upgrade for all packages ([#349](https://github.com/web3-storage/ucanto/issues/349)) ([255f0c1](https://github.com/web3-storage/ucanto/commit/255f0c1a7779ae9356e8f889e22b491a9789d334))

## [9.0.1](https://github.com/web3-storage/ucanto/compare/validator-v9.0.0...validator-v9.0.1) (2023-11-16)


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.1",
"version": "9.0.2",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit 97df5c4

Please sign in to comment.