Skip to content

Commit

Permalink
chore: release main (#292)
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 Apr 25, 2023
1 parent 5ed3651 commit ee198fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/core": "7.0.1",
"packages/interface": "7.0.1",
"packages/principal": "7.0.0",
"packages/server": "7.0.1",
"packages/server": "7.0.2",
"packages/transport": "7.0.2",
"packages/validator": "7.0.0"
}
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.0.2](https://github.com/web3-storage/ucanto/compare/server-v7.0.1...server-v7.0.2) (2023-04-25)


### Bug Fixes

* error inference of provide ([#291](https://github.com/web3-storage/ucanto/issues/291)) ([5ed3651](https://github.com/web3-storage/ucanto/commit/5ed3651212aa03ecde18154f7bb4c31e52bc60d3))

## [7.0.1](https://github.com/web3-storage/ucanto/compare/server-v7.0.0...server-v7.0.1) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "7.0.1",
"version": "7.0.2",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit ee198fb

Please sign in to comment.