From 727abde830080498f6a7f6bddd72ebb3537e4c32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:01:59 -0700 Subject: [PATCH] chore: release main (#321) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 14 +++++++------- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/interface/CHANGELOG.md | 12 ++++++++++++ packages/interface/package.json | 2 +- packages/principal/CHANGELOG.md | 7 +++++++ packages/principal/package.json | 2 +- packages/server/CHANGELOG.md | 12 ++++++++++++ packages/server/package.json | 2 +- packages/transport/CHANGELOG.md | 7 +++++++ packages/transport/package.json | 2 +- packages/validator/CHANGELOG.md | 12 ++++++++++++ packages/validator/package.json | 2 +- 15 files changed, 78 insertions(+), 14 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a19e0971..3f5ebadf 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/client": "8.0.1", - "packages/core": "8.2.0", - "packages/interface": "8.1.0", - "packages/principal": "8.1.0", - "packages/server": "8.0.2", - "packages/transport": "8.0.0", - "packages/validator": "8.0.0" + "packages/client": "9.0.0", + "packages/core": "9.0.0", + "packages/interface": "9.0.0", + "packages/principal": "9.0.0", + "packages/server": "9.0.0", + "packages/transport": "9.0.0", + "packages/validator": "9.0.0" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index bad252b2..6a71cc4a 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/client-v8.0.1...client-v9.0.0) (2023-10-05) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.0.1](https://github.com/web3-storage/ucanto/compare/client-v8.0.0...client-v8.0.1) (2023-08-03) diff --git a/packages/client/package.json b/packages/client/package.json index afa8997d..445091be 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "8.0.1", + "version": "9.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f61bcf4d..2d1ab2b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/core-v8.2.0...core-v9.0.0) (2023-10-05) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.2.0](https://github.com/web3-storage/ucanto/compare/core-v8.1.0...core-v8.2.0) (2023-09-01) diff --git a/packages/core/package.json b/packages/core/package.json index ac1c7f05..b62c82d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "8.2.0", + "version": "9.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 319034a0..6f68b1b0 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/interface-v8.1.0...interface-v9.0.0) (2023-10-05) + + +### Features + +* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540)) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.1.0](https://github.com/web3-storage/ucanto/compare/interface-v8.0.0...interface-v8.1.0) (2023-09-01) diff --git a/packages/interface/package.json b/packages/interface/package.json index a2d8d01d..e336c0a6 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "8.1.0", + "version": "9.0.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ diff --git a/packages/principal/CHANGELOG.md b/packages/principal/CHANGELOG.md index 8d00e704..9a2281b5 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/principal-v8.1.0...principal-v9.0.0) (2023-10-05) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.1.0](https://github.com/web3-storage/ucanto/compare/principal-v8.0.0...principal-v8.1.0) (2023-09-01) diff --git a/packages/principal/package.json b/packages/principal/package.json index 9fbbf82b..e7e7ead6 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ucanto principal", - "version": "8.1.0", + "version": "9.0.0", "keywords": [ "UCAN", "ed25519", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 1c6c0ddf..6d5fa460 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/server-v8.0.2...server-v9.0.0) (2023-10-05) + + +### Features + +* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540)) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.0.2](https://github.com/web3-storage/ucanto/compare/server-v8.0.1...server-v8.0.2) (2023-08-03) diff --git a/packages/server/package.json b/packages/server/package.json index 1a830fb0..2ce146c8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "8.0.2", + "version": "9.0.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md index e4f37667..1694d781 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/transport-v8.0.0...transport-v9.0.0) (2023-10-05) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.0.0](https://github.com/web3-storage/ucanto/compare/transport-v7.0.3...transport-v8.0.0) (2023-05-22) diff --git a/packages/transport/package.json b/packages/transport/package.json index 2b93008e..155cd8f7 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "8.0.0", + "version": "9.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index cadcd3c9..d2750604 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.0.0](https://github.com/web3-storage/ucanto/compare/validator-v8.0.0...validator-v9.0.0) (2023-10-05) + + +### Features + +* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540)) + + +### Miscellaneous Chores + +* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743)) + ## [8.0.0](https://github.com/web3-storage/ucanto/compare/validator-v7.0.0...validator-v8.0.0) (2023-05-22) diff --git a/packages/validator/package.json b/packages/validator/package.json index 42b27f33..d2f2cdc5 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "8.0.0", + "version": "9.0.0", "keywords": [ "UCAN", "ed25519",