Skip to content

Commit

Permalink
chore: release main (#305)
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 f62831f commit 9e79e96
Show file tree
Hide file tree
Showing 7 changed files with 42 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": "7.0.1",
"packages/core": "7.1.1",
"packages/interface": "7.1.0",
"packages/core": "8.0.0",
"packages/interface": "8.0.0",
"packages/principal": "7.0.0",
"packages/server": "7.0.2",
"packages/server": "8.0.0",
"packages/transport": "7.0.3",
"packages/validator": "7.0.0"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* add Schema.bytes ([#300](https://github.com/web3-storage/ucanto/issues/300)) ([2bbdd1c](https://github.com/web3-storage/ucanto/commit/2bbdd1c4725ec716bd06c512fec933d48e9820e0))
* archive/extract api for delegations ([#287](https://github.com/web3-storage/ucanto/issues/287)) ([75036c1](https://github.com/web3-storage/ucanto/commit/75036c1af6cb35ea564087aa1a3b0d76b0099476))
* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.1.1](https://github.com/web3-storage/ucanto/compare/core-v7.1.0...core-v7.1.1) (2023-05-02)


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

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


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* archive/extract api for delegations ([#287](https://github.com/web3-storage/ucanto/issues/287)) ([75036c1](https://github.com/web3-storage/ucanto/commit/75036c1af6cb35ea564087aa1a3b0d76b0099476))
* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.1.0](https://github.com/web3-storage/ucanto/compare/interface-v7.0.1...interface-v7.1.0) (2023-04-27)


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": "7.1.0",
"version": "8.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/server/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/server-v7.0.2...server-v8.0.0) (2023-05-19)


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.0.2](https://github.com/web3-storage/ucanto/compare/server-v7.0.1...server-v7.0.2) (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.2",
"version": "8.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit 9e79e96

Please sign in to comment.