Skip to content

Commit

Permalink
chore: release main (#352)
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 10, 2024
1 parent efa3506 commit 265de28
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/client": "9.0.1",
"packages/core": "10.0.0",
"packages/interface": "10.0.0",
"packages/core": "10.0.1",
"packages/interface": "10.0.1",
"packages/principal": "9.0.1",
"packages/server": "10.0.0",
"packages/transport": "9.1.1",
Expand Down
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.0.1](https://github.com/web3-storage/ucanto/compare/core-v10.0.0...core-v10.0.1) (2024-04-08)


### Bug Fixes

* add link to receipt ([#351](https://github.com/web3-storage/ucanto/issues/351)) ([efa3506](https://github.com/web3-storage/ucanto/commit/efa3506efc333040e90daa8482c8eafb5dc81941))

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


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.0.0",
"version": "10.0.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.0.1](https://github.com/web3-storage/ucanto/compare/interface-v10.0.0...interface-v10.0.1) (2024-04-08)


### Bug Fixes

* add link to receipt ([#351](https://github.com/web3-storage/ucanto/issues/351)) ([efa3506](https://github.com/web3-storage/ucanto/commit/efa3506efc333040e90daa8482c8eafb5dc81941))

## [10.0.0](https://github.com/web3-storage/ucanto/compare/interface-v9.0.0...interface-v10.0.0) (2024-04-04)


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.0.0",
"version": "10.0.1",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit 265de28

Please sign in to comment.