Skip to content

Commit

Permalink
chore: release main (#316)
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 Aug 3, 2023
1 parent c62f9c2 commit 733f9f3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client": "8.0.0",
"packages/core": "8.0.0",
"packages/client": "8.0.1",
"packages/core": "8.1.0",
"packages/interface": "8.0.0",
"packages/principal": "8.0.0",
"packages/server": "8.0.1",
"packages/server": "8.0.2",
"packages/transport": "8.0.0",
"packages/validator": "8.0.0"
}
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

## [8.0.1](https://github.com/web3-storage/ucanto/compare/client-v8.0.0...client-v8.0.1) (2023-08-03)


### Bug Fixes

* add missing dependency on `@ucanto/principal` ([#317](https://github.com/web3-storage/ucanto/issues/317)) ([c62f9c2](https://github.com/web3-storage/ucanto/commit/c62f9c239de4b2a8931b26364d4c401533f2bd93))

## [8.0.0](https://github.com/web3-storage/ucanto/compare/client-v7.0.1...client-v8.0.0) (2023-05-22)


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": "8.0.0",
"version": "8.0.1",
"keywords": [
"UCAN",
"RPC",
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

## [8.1.0](https://github.com/web3-storage/ucanto/compare/core-v8.0.0...core-v8.1.0) (2023-08-03)


### Features

* Add Uint64 support to schema ([#315](https://github.com/web3-storage/ucanto/issues/315)) ([2a74f92](https://github.com/web3-storage/ucanto/commit/2a74f92a7ea6da307e1dc4149f0d5a705842b659))

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


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": "8.0.0",
"version": "8.1.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
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.2](https://github.com/web3-storage/ucanto/compare/server-v8.0.1...server-v8.0.2) (2023-08-03)


### Bug Fixes

* add missing dependency on `@ucanto/principal` ([#317](https://github.com/web3-storage/ucanto/issues/317)) ([c62f9c2](https://github.com/web3-storage/ucanto/commit/c62f9c239de4b2a8931b26364d4c401533f2bd93))

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


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

0 comments on commit 733f9f3

Please sign in to comment.