Skip to content

Commit

Permalink
chore: release main (#311)
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 May 22, 2023
1 parent 3d1adbf commit 12c1020
Show file tree
Hide file tree
Showing 9 changed files with 52 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": "7.0.1",
"packages/client": "8.0.0",
"packages/core": "8.0.0",
"packages/interface": "8.0.0",
"packages/principal": "7.0.0",
"packages/principal": "8.0.0",
"packages/server": "8.0.0",
"packages/transport": "7.0.3",
"packages/validator": "7.0.0"
"packages/transport": "8.0.0",
"packages/validator": "8.0.0"
}
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310))

### Features

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310)) ([3d1adbf](https://github.com/web3-storage/ucanto/commit/3d1adbf0011db1a1d602040bbdc84b1e3721f62c))

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


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": "7.0.1",
"version": "8.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
11 changes: 11 additions & 0 deletions packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310))

### Features

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310)) ([3d1adbf](https://github.com/web3-storage/ucanto/commit/3d1adbf0011db1a1d602040bbdc84b1e3721f62c))

## [7.0.0](https://github.com/web3-storage/ucanto/compare/principal-v0.7.0...principal-v7.0.0) (2023-04-11)


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

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


### ⚠ BREAKING CHANGES

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310))

### Features

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310)) ([3d1adbf](https://github.com/web3-storage/ucanto/commit/3d1adbf0011db1a1d602040bbdc84b1e3721f62c))

## [7.0.3](https://github.com/web3-storage/ucanto/compare/transport-v7.0.2...transport-v7.0.3) (2023-04-26)


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": "7.0.3",
"version": "8.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
11 changes: 11 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310))

### Features

* update `@ucanto/interface` dependencies ([#310](https://github.com/web3-storage/ucanto/issues/310)) ([3d1adbf](https://github.com/web3-storage/ucanto/commit/3d1adbf0011db1a1d602040bbdc84b1e3721f62c))

## [7.0.0](https://github.com/web3-storage/ucanto/compare/validator-v0.7.0...validator-v7.0.0) (2023-04-11)


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": "7.0.0",
"version": "8.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit 12c1020

Please sign in to comment.