Skip to content

Commit

Permalink
chore: release main (#314)
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 May 23, 2023
1 parent 54268cd commit d6f1f7b
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": "8.0.0",
"packages/interface": "8.0.0",
"packages/principal": "8.0.0",
"packages/server": "8.0.0",
"packages/server": "8.0.1",
"packages/transport": "8.0.0",
"packages/validator": "8.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

## [8.0.1](https://github.com/web3-storage/ucanto/compare/server-v8.0.0...server-v8.0.1) (2023-05-23)


### Bug Fixes

* ensure `@ucanto/server` depends on v8 deps ([#313](https://github.com/web3-storage/ucanto/issues/313)) ([54268cd](https://github.com/web3-storage/ucanto/commit/54268cd47806d789fba7daffd1cdc50ca944833a))

## [8.0.0](https://github.com/web3-storage/ucanto/compare/server-v7.0.2...server-v8.0.0) (2023-05-19)


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

0 comments on commit d6f1f7b

Please sign in to comment.