From 32bf27c33f533e297bb751e1bc5ae56d8791a14d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:25:17 -0800 Subject: [PATCH] chore: release main (#232) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 14 +++++++------- packages/client/CHANGELOG.md | 23 ++++++++++++++++++++++- packages/client/package.json | 2 +- packages/core/CHANGELOG.md | 23 ++++++++++++++++++++++- packages/core/package.json | 2 +- packages/interface/CHANGELOG.md | 18 ++++++++++++++++++ packages/interface/package.json | 2 +- packages/principal/CHANGELOG.md | 23 ++++++++++++++++++++++- packages/principal/package.json | 2 +- packages/server/CHANGELOG.md | 25 ++++++++++++++++++++++++- packages/server/package.json | 2 +- packages/transport/CHANGELOG.md | 23 ++++++++++++++++++++++- packages/transport/package.json | 2 +- packages/validator/CHANGELOG.md | 25 ++++++++++++++++++++++++- packages/validator/package.json | 2 +- 15 files changed, 168 insertions(+), 20 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index aca77295..778014d9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/client": "4.2.3", - "packages/core": "4.2.3", - "packages/interface": "4.2.3", - "packages/principal": "4.2.3", - "packages/server": "4.2.3", - "packages/transport": "4.2.3", - "packages/validator": "4.2.3" + "packages/client": "4.3.0", + "packages/core": "4.3.0", + "packages/interface": "4.3.0", + "packages/principal": "4.3.0", + "packages/server": "4.3.0", + "packages/transport": "4.3.0", + "packages/validator": "4.3.0" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 1310f28d..4a04a00e 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/client-v4.2.3...client-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/client-v4.1.0...client-v4.2.3) (2023-02-08) @@ -502,4 +523,4 @@ * devDependencies * @ucanto/authority bumped from 0.0.1 to ^0.2.0 * @ucanto/transport bumped from 0.0.1 to ^0.2.0 - * @ucanto/core bumped from 0.0.1 to ^0.2.0 \ No newline at end of file + * @ucanto/core bumped from 0.0.1 to ^0.2.0 diff --git a/packages/client/package.json b/packages/client/package.json index ea5bf4a4..e9680479 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "4.2.3", + "version": "4.3.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a7614e4b..5edf2bec 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/core-v4.2.3...core-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/core-v4.1.0...core-v4.2.3) (2023-02-08) @@ -477,4 +498,4 @@ * dependencies * @ucanto/interface bumped from 0.0.1 to ^0.2.0 * devDependencies - * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 diff --git a/packages/core/package.json b/packages/core/package.json index e7df4749..9f9ce2e9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "4.2.3", + "version": "4.3.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index d89e4693..1b735a04 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/interface-v4.2.3...interface-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/interface-v4.1.0...interface-v4.2.3) (2023-02-08) diff --git a/packages/interface/package.json b/packages/interface/package.json index ba4bb0bf..cfbbd6bb 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "4.2.3", + "version": "4.3.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 13718d32..a18d6b1b 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/principal-v4.2.3...principal-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/principal-v4.1.0...principal-v4.2.3) (2023-02-08) @@ -435,4 +456,4 @@ ### Features -* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) \ No newline at end of file +* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) diff --git a/packages/principal/package.json b/packages/principal/package.json index d391c065..ac8d3c77 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ucanto principal", - "version": "4.2.3", + "version": "4.3.0", "keywords": [ "UCAN", "ed25519", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index a232e176..ea0c7a61 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/server-v4.2.3...server-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/server-v4.1.0...server-v4.2.3) (2023-02-08) @@ -667,4 +690,4 @@ * devDependencies * @ucanto/client bumped from 0.0.1 to ^0.2.0 * @ucanto/transport bumped from 0.0.1 to ^0.2.0 - * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 diff --git a/packages/server/package.json b/packages/server/package.json index 3d60c93f..9bc07a5f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "4.2.3", + "version": "4.3.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 01837e9f..05c460e0 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/transport-v4.2.3...transport-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/transport-v4.1.0...transport-v4.2.3) (2023-02-08) @@ -508,4 +529,4 @@ * @ucanto/interface bumped from 0.0.1 to ^0.2.0 * @ucanto/core bumped from 0.0.1 to ^0.2.0 * devDependencies - * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 diff --git a/packages/transport/package.json b/packages/transport/package.json index f53b612e..d1898bd6 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "4.2.3", + "version": "4.3.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index c8eb3add..259fb99f 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [4.3.0](https://github.com/web3-storage/ucanto/compare/validator-v4.2.3...validator-v4.3.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) + +### Features + +* update session API ([#227](https://github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + + +### Bug Fixes + +* reconfigure release-please ([#230](https://github.com/web3-storage/ucanto/issues/230)) ([c16e100](https://github.com/web3-storage/ucanto/commit/c16e10004a5d9f3071f9bfe833e3888851fe4202)) + + +### Miscellaneous Chores + +* release 4.3.0 ([b53bf3d](https://github.com/web3-storage/ucanto/commit/b53bf3d9fb582006598aa02ae4c534dfcc68c189)) + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/validator-v4.1.0...validator-v4.2.3) (2023-02-08) @@ -641,4 +664,4 @@ * @ucanto/interface bumped from ^0.0.1 to ^0.2.0 * devDependencies * @ucanto/client bumped from ^0.0.1 to ^0.2.0 - * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 diff --git a/packages/validator/package.json b/packages/validator/package.json index 5db74d00..5c66a499 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "4.2.3", + "version": "4.3.0", "keywords": [ "UCAN", "ed25519",