From e98f772fdb66249a6d3b0571fcfcac7c71d32d56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:52:59 -0800 Subject: [PATCH] chore: release main (#210) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/client/CHANGELOG.md | 20 +++++++++++++++- packages/client/package.json | 8 +++---- packages/core/CHANGELOG.md | 23 ++++++++++++++++++- packages/core/package.json | 4 ++-- packages/interface/CHANGELOG.md | 7 ++++++ packages/principal/CHANGELOG.md | 16 ++++++++++++- packages/principal/package.json | 2 +- packages/server/CHANGELOG.md | 22 +++++++++++++++++- packages/server/package.json | 12 +++++----- packages/transport/CHANGELOG.md | 19 +++++++++++++++- packages/transport/package.json | 6 ++--- packages/validator/CHANGELOG.md | 34 +++++++++++++++++++++++++++- packages/validator/package.json | 8 +++---- 14 files changed, 156 insertions(+), 27 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 13d0f872..a6b95740 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"packages/client":"4.1.0","packages/core":"4.1.0","packages/interface":"4.1.0","packages/principal":"4.1.0","packages/server":"4.1.0","packages/transport":"4.1.0","packages/validator":"4.1.0"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 2e0075f0..1310f28d 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/client-v4.1.0...client-v4.2.3) (2023-02-08) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.2.3 + * @ucanto/core bumped from ^4.1.0 to ^4.2.3 + * @ucanto/transport bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/client-v4.0.3...client-v4.1.0) (2023-01-24) @@ -484,4 +502,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 + * @ucanto/core bumped from 0.0.1 to ^0.2.0 \ No newline at end of file diff --git a/packages/client/package.json b/packages/client/package.json index 6b55f3ce..5040dd74 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -29,15 +29,15 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.2.3", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", - "@ucanto/core": "^4.1.0", - "@ucanto/transport": "^4.1.0", + "@ucanto/principal": "^4.2.3", + "@ucanto/core": "^4.2.3", + "@ucanto/transport": "^4.2.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 8b8b8683..a7614e4b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/core-v4.1.0...core-v4.2.3) (2023-02-08) + + +### Bug Fixes + +* do not call exports import or export ([#217](https://www.github.com/web3-storage/ucanto/issues/217)) ([3c1ab06](https://www.github.com/web3-storage/ucanto/commit/3c1ab0601445398f8660de652a954e53d1c9f7aa)) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/core-v4.0.3...core-v4.1.0) (2023-01-24) @@ -456,4 +477,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 + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 5e5f3a63..908864c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -32,13 +32,13 @@ "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-ucan": "^3.2.0", - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.2.3", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", + "@ucanto/principal": "^4.2.3", "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 4377fda7..d89e4693 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/interface-v4.1.0...interface-v4.2.3) (2023-02-08) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/interface-v4.0.3...interface-v4.1.0) (2023-01-24) diff --git a/packages/principal/CHANGELOG.md b/packages/principal/CHANGELOG.md index 713b0f3b..13718d32 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/principal-v4.1.0...principal-v4.2.3) (2023-02-08) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/principal-v4.0.3...principal-v4.1.0) (2023-01-24) @@ -421,4 +435,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)) +* 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 diff --git a/packages/principal/package.json b/packages/principal/package.json index 87c811b4..75a6b7f0 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -29,7 +29,7 @@ "dependencies": { "@ipld/dag-ucan": "^3.2.0", "@noble/ed25519": "^1.7.1", - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.2.3", "multiformats": "^11.0.0", "one-webcrypto": "^1.0.3" }, diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index be2e39e9..a232e176 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/server-v4.1.0...server-v4.2.3) (2023-02-08) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.1.0 to ^4.2.3 + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + * @ucanto/validator bumped from ^4.1.0 to ^4.2.3 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.2.3 + * @ucanto/client bumped from ^4.1.0 to ^4.2.3 + * @ucanto/transport bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/server-v4.0.3...server-v4.1.0) (2023-01-24) @@ -647,4 +667,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 + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file diff --git a/packages/server/package.json b/packages/server/package.json index 7323977a..b2da35a2 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^4.1.0", - "@ucanto/interface": "^4.1.0", - "@ucanto/validator": "^4.1.0" + "@ucanto/core": "^4.2.3", + "@ucanto/interface": "^4.2.3", + "@ucanto/validator": "^4.2.3" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", - "@ucanto/client": "^4.1.0", - "@ucanto/transport": "^4.1.0", + "@ucanto/principal": "^4.2.3", + "@ucanto/client": "^4.2.3", + "@ucanto/transport": "^4.2.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 08990f09..01837e9f 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/transport-v4.1.0...transport-v4.2.3) (2023-02-08) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.1.0 to ^4.2.3 + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/transport-v4.0.3...transport-v4.1.0) (2023-01-24) @@ -491,4 +508,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 + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file diff --git a/packages/transport/package.json b/packages/transport/package.json index 4e408b08..e0cf1e0b 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -31,14 +31,14 @@ "dependencies": { "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^9.0.0", - "@ucanto/core": "^4.1.0", - "@ucanto/interface": "^4.1.0", + "@ucanto/core": "^4.2.3", + "@ucanto/interface": "^4.2.3", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", + "@ucanto/principal": "^4.2.3", "@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 c1c96d7e..c8eb3add 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/validator-v4.1.0...validator-v4.2.3) (2023-02-08) + + +### ⚠ BREAKING CHANGES + +* wildcard support in capabilies (#218) + +### Features + +* wildcard support in capabilies ([#218](https://www.github.com/web3-storage/ucanto/issues/218)) ([545d9c2](https://www.github.com/web3-storage/ucanto/commit/545d9c25d9bd8000eaff4978432bc1bbba14654e)) + + +### Bug Fixes + +* add [@returns](https://www.github.com/returns) to @ucanto/validator Schema.dictionary() to avoid problematic inference when using derives ([#215](https://www.github.com/web3-storage/ucanto/issues/215)) ([620421d](https://www.github.com/web3-storage/ucanto/commit/620421d450a82d165301ae8d0ebad1ec041db636)) + + +### Miscellaneous Chores + +* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.1.0 to ^4.2.3 + * @ucanto/interface bumped from ^4.1.0 to ^4.2.3 + * devDependencies + * @ucanto/client bumped from ^4.1.0 to ^4.2.3 + * @ucanto/principal bumped from ^4.1.0 to ^4.2.3 + ## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/validator-v4.0.3...validator-v4.1.0) (2023-01-24) @@ -609,4 +641,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 + * @ucanto/authority bumped from 0.0.1 to ^0.2.0 \ No newline at end of file diff --git a/packages/validator/package.json b/packages/validator/package.json index 46c49c4d..54042c82 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -29,16 +29,16 @@ "dependencies": { "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.1.0", - "@ucanto/interface": "^4.1.0", + "@ucanto/core": "^4.2.3", + "@ucanto/interface": "^4.2.3", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/client": "^4.1.0", - "@ucanto/principal": "^4.1.0", + "@ucanto/client": "^4.2.3", + "@ucanto/principal": "^4.2.3", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0",