From 2bb89441ab1881f489480e75444d67bde35c9239 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:34:53 +0000 Subject: [PATCH] chore: release main (#178) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/client/CHANGELOG.md | 10 ++++++++++ packages/client/package.json | 10 +++++----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 6 +++--- packages/interface/CHANGELOG.md | 7 +++++++ packages/interface/package.json | 2 +- packages/principal/CHANGELOG.md | 14 ++++++++++++++ packages/principal/package.json | 4 ++-- packages/server/CHANGELOG.md | 20 ++++++++++++++++++++ packages/server/package.json | 14 +++++++------- packages/transport/CHANGELOG.md | 9 +++++++++ packages/transport/package.json | 8 ++++---- packages/validator/CHANGELOG.md | 18 ++++++++++++++++++ packages/validator/package.json | 10 +++++----- 15 files changed, 114 insertions(+), 28 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 799b22a8..857b88b9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"packages/client":"4.0.2","packages/core":"4.0.2","packages/interface":"4.0.2","packages/principal":"4.0.2","packages/server":"4.0.2","packages/transport":"4.0.2","packages/validator":"4.0.2"} \ No newline at end of file +{"packages/client":"4.0.3","packages/core":"4.0.3","packages/interface":"4.1.0","packages/principal":"4.1.0","packages/server":"4.1.0","packages/transport":"4.0.3","packages/validator":"4.1.0"} \ No newline at end of file diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index bb7b162a..f7595b8c 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + * devDependencies + * @ucanto/principal bumped from ^4.0.2 to ^4.1.0 + * @ucanto/core bumped from ^4.0.2 to ^4.0.3 + * @ucanto/transport bumped from ^4.0.2 to ^4.0.3 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/client-v4.0.2...client-v4.0.2) (2022-12-02) diff --git a/packages/client/package.json b/packages/client/package.json index 6dadf2b4..328798db 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "4.0.2", + "version": "4.0.3", "keywords": [ "UCAN", "RPC", @@ -29,15 +29,15 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/interface": "^4.0.2", + "@ucanto/interface": "^4.1.0", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.0.2", - "@ucanto/core": "^4.0.2", - "@ucanto/transport": "^4.0.2", + "@ucanto/principal": "^4.1.0", + "@ucanto/core": "^4.0.3", + "@ucanto/transport": "^4.0.3", "@web-std/fetch": "^4.1.0", "@web-std/file": "^3.0.2", "c8": "^7.11.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b4740f3c..f5df4771 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + * devDependencies + * @ucanto/principal bumped from ^4.0.2 to ^4.1.0 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/core-v4.0.2...core-v4.0.2) (2022-12-02) diff --git a/packages/core/package.json b/packages/core/package.json index c963e407..c216a34f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "4.0.2", + "version": "4.0.3", "keywords": [ "UCAN", "RPC", @@ -32,13 +32,13 @@ "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", "@ipld/dag-ucan": "^3.0.1", - "@ucanto/interface": "^4.0.2", + "@ucanto/interface": "^4.1.0", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.0.2", + "@ucanto/principal": "^4.1.0", "c8": "^7.11.0", "chai": "^4.3.6", "mocha": "^10.1.0", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 9732b888..3ca549a7 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.0](https://github.com/web3-storage/ucanto/compare/interface-v4.0.2...interface-v4.1.0) (2022-12-14) + + +### Features + +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/interface-v4.0.2...interface-v4.0.2) (2022-12-02) diff --git a/packages/interface/package.json b/packages/interface/package.json index 22f19c62..8db5cc6b 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.0.2", + "version": "4.1.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 897a0e54..2fdd657c 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.1.0](https://github.com/web3-storage/ucanto/compare/principal-v4.0.2...principal-v4.1.0) (2022-12-14) + + +### Features + +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/principal-v4.0.2...principal-v4.0.2) (2022-12-02) diff --git a/packages/principal/package.json b/packages/principal/package.json index 15273ab1..2f38fd30 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ed25519 principal", - "version": "4.0.2", + "version": "4.1.0", "keywords": [ "UCAN", "ed25519", @@ -29,7 +29,7 @@ "dependencies": { "@ipld/dag-ucan": "^3.0.1", "@noble/ed25519": "^1.7.1", - "@ucanto/interface": "^4.0.2", + "@ucanto/interface": "^4.1.0", "multiformats": "^10.0.2", "one-webcrypto": "^1.0.3" }, diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index ef3983ef..6688788c 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [4.1.0](https://github.com/web3-storage/ucanto/compare/server-v4.0.2...server-v4.1.0) (2022-12-14) + + +### Features + +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.2 to ^4.0.3 + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + * @ucanto/validator bumped from ^4.0.2 to ^4.1.0 + * devDependencies + * @ucanto/principal bumped from ^4.0.2 to ^4.1.0 + * @ucanto/client bumped from ^4.0.2 to ^4.0.3 + * @ucanto/transport bumped from ^4.0.2 to ^4.0.3 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/server-v4.0.2...server-v4.0.2) (2022-12-02) diff --git a/packages/server/package.json b/packages/server/package.json index 819fe7de..3d3516c1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "4.0.2", + "version": "4.1.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^4.0.2", - "@ucanto/interface": "^4.0.2", - "@ucanto/validator": "^4.0.2" + "@ucanto/core": "^4.0.3", + "@ucanto/interface": "^4.1.0", + "@ucanto/validator": "^4.1.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.0.2", - "@ucanto/client": "^4.0.2", - "@ucanto/transport": "^4.0.2", + "@ucanto/principal": "^4.1.0", + "@ucanto/client": "^4.0.3", + "@ucanto/transport": "^4.0.3", "@web-std/fetch": "^4.1.0", "@web-std/file": "^3.0.2", "c8": "^7.11.0", diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md index f896b3e5..e88e7a87 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.2 to ^4.0.3 + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + * devDependencies + * @ucanto/principal bumped from ^4.0.2 to ^4.1.0 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/transport-v4.0.2...transport-v4.0.2) (2022-12-02) diff --git a/packages/transport/package.json b/packages/transport/package.json index 68dcd0a2..041c43bd 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "4.0.2", + "version": "4.0.3", "keywords": [ "UCAN", "RPC", @@ -31,14 +31,14 @@ "dependencies": { "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.0.2", - "@ucanto/interface": "^4.0.2", + "@ucanto/core": "^4.0.3", + "@ucanto/interface": "^4.1.0", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.0.2", + "@ucanto/principal": "^4.1.0", "@web-std/fetch": "^4.1.0", "c8": "^7.11.0", "chai": "^4.3.6", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index fad40fd7..84ada638 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.1.0](https://github.com/web3-storage/ucanto/compare/validator-v4.0.2...validator-v4.1.0) (2022-12-14) + + +### Features + +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.2 to ^4.0.3 + * @ucanto/interface bumped from ^4.0.2 to ^4.1.0 + * devDependencies + * @ucanto/client bumped from ^4.0.2 to ^4.0.3 + * @ucanto/principal bumped from ^4.0.2 to ^4.1.0 + ## [4.0.2](https://github.com/web3-storage/ucanto/compare/validator-v4.0.2...validator-v4.0.2) (2022-12-02) diff --git a/packages/validator/package.json b/packages/validator/package.json index 024ea67d..e74b2276 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "4.0.2", + "version": "4.1.0", "keywords": [ "UCAN", "ed25519", @@ -29,16 +29,16 @@ "dependencies": { "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.0.2", - "@ucanto/interface": "^4.0.2", + "@ucanto/core": "^4.0.3", + "@ucanto/interface": "^4.1.0", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/client": "^4.0.2", - "@ucanto/principal": "^4.0.2", + "@ucanto/client": "^4.0.3", + "@ucanto/principal": "^4.1.0", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0",