From 22cf019c3b28e0a75a84b301ed0ca63ff7340089 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 16:55:10 +0000 Subject: [PATCH] chore: release main --- .github/release-please-manifest.json | 6 +++--- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/interface/CHANGELOG.md | 12 ++++++++++++ packages/interface/package.json | 2 +- packages/server/CHANGELOG.md | 11 +++++++++++ packages/server/package.json | 2 +- 7 files changed, 42 insertions(+), 6 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d967659a..0ef3fae4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 68f5243e..c1a70efe 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index fcc026a8..85109ad1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "7.1.1", + "version": "8.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 86aa6bff..8318ba3e 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -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) diff --git a/packages/interface/package.json b/packages/interface/package.json index 3793fc90..6c896ebf 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -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": [ diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index c7297b6b..ad6aba04 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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) diff --git a/packages/server/package.json b/packages/server/package.json index d6dec92a..4f70b806 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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": [