From a4415dcbc4c6bb8330cf65bc3692f7584f0323c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 08:41:35 +0000 Subject: [PATCH] chore: release ucanto --- .github/release-please-manifest.json | 2 +- packages/client/CHANGELOG.md | 22 +++++++++++++++ packages/client/package.json | 10 +++---- packages/core/CHANGELOG.md | 20 ++++++++++++++ packages/core/package.json | 6 ++--- packages/interface/CHANGELOG.md | 13 +++++++++ packages/interface/package.json | 2 +- packages/principal/CHANGELOG.md | 18 +++++++++++++ packages/principal/package.json | 4 +-- packages/server/CHANGELOG.md | 26 ++++++++++++++++++ packages/server/package.json | 14 +++++----- packages/transport/CHANGELOG.md | 21 +++++++++++++++ packages/transport/package.json | 8 +++--- packages/validator/CHANGELOG.md | 24 +++++++++++++++++ packages/validator/package.json | 10 +++---- pnpm-lock.yaml | 40 ++++++++++++++-------------- 16 files changed, 192 insertions(+), 48 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a6b95740..3eae094b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"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 +{"packages/client":"5.0.0","packages/core":"5.0.0","packages/interface":"5.0.0","packages/principal":"5.0.0","packages/server":"5.0.0","packages/transport":"5.0.0","packages/validator":"5.0.0"} \ No newline at end of file diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 1310f28d..1a3ca150 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/client-v4.2.3...client-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + * devDependencies + * @ucanto/principal bumped from ^4.2.3 to ^5.0.0 + * @ucanto/core bumped from ^4.2.3 to ^5.0.0 + * @ucanto/transport bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/client-v4.1.0...client-v4.2.3) (2023-02-08) diff --git a/packages/client/package.json b/packages/client/package.json index 5040dd74..1d1f4de3 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": "5.0.0", "keywords": [ "UCAN", "RPC", @@ -29,15 +29,15 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/interface": "^4.2.3", + "@ucanto/interface": "^5.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.2.3", - "@ucanto/core": "^4.2.3", - "@ucanto/transport": "^4.2.3", + "@ucanto/principal": "^5.0.0", + "@ucanto/core": "^5.0.0", + "@ucanto/transport": "^5.0.0", "@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 a7614e4b..f61e9cbd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/core-v4.2.3...core-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + * devDependencies + * @ucanto/principal bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/core-v4.1.0...core-v4.2.3) (2023-02-08) diff --git a/packages/core/package.json b/packages/core/package.json index 908864c1..ec23f317 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": "5.0.0", "keywords": [ "UCAN", "RPC", @@ -32,13 +32,13 @@ "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-ucan": "^3.2.0", - "@ucanto/interface": "^4.2.3", + "@ucanto/interface": "^5.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.2.3", + "@ucanto/principal": "^5.0.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 d89e4693..9e907ba2 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/interface-v4.2.3...interface-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) +* Use schema stuff in the capabilities instead of custom parsing (#220) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://www.github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://www.github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + ### [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..c7271235 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": "5.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 13718d32..ec352a44 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/principal-v4.2.3...principal-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/principal-v4.1.0...principal-v4.2.3) (2023-02-08) diff --git a/packages/principal/package.json b/packages/principal/package.json index 7039e722..f87b1449 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": "5.0.0", "keywords": [ "UCAN", "ed25519", @@ -29,7 +29,7 @@ "dependencies": { "@ipld/dag-ucan": "^3.2.0", "@noble/ed25519": "^1.7.1", - "@ucanto/interface": "^4.2.3", + "@ucanto/interface": "^5.0.0", "multiformats": "^11.0.0", "one-webcrypto": "^1.0.3" }, diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index a232e176..0140a41a 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/server-v4.2.3...server-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) +* Use schema stuff in the capabilities instead of custom parsing (#220) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://www.github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://www.github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.2.3 to ^5.0.0 + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + * @ucanto/validator bumped from ^4.2.3 to ^5.0.0 + * devDependencies + * @ucanto/principal bumped from ^4.2.3 to ^5.0.0 + * @ucanto/client bumped from ^4.2.3 to ^5.0.0 + * @ucanto/transport bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/server-v4.1.0...server-v4.2.3) (2023-02-08) diff --git a/packages/server/package.json b/packages/server/package.json index b2da35a2..04019dc9 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": "5.0.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^4.2.3", - "@ucanto/interface": "^4.2.3", - "@ucanto/validator": "^4.2.3" + "@ucanto/core": "^5.0.0", + "@ucanto/interface": "^5.0.0", + "@ucanto/validator": "^5.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.2.3", - "@ucanto/client": "^4.2.3", - "@ucanto/transport": "^4.2.3", + "@ucanto/principal": "^5.0.0", + "@ucanto/client": "^5.0.0", + "@ucanto/transport": "^5.0.0", "@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 01837e9f..42b80137 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/transport-v4.2.3...transport-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.2.3 to ^5.0.0 + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + * devDependencies + * @ucanto/principal bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/transport-v4.1.0...transport-v4.2.3) (2023-02-08) diff --git a/packages/transport/package.json b/packages/transport/package.json index e0cf1e0b..c8741c35 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": "5.0.0", "keywords": [ "UCAN", "RPC", @@ -31,14 +31,14 @@ "dependencies": { "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^9.0.0", - "@ucanto/core": "^4.2.3", - "@ucanto/interface": "^4.2.3", + "@ucanto/core": "^5.0.0", + "@ucanto/interface": "^5.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.2.3", + "@ucanto/principal": "^5.0.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 c8eb3add..66aaad70 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [5.0.0](https://www.github.com/web3-storage/ucanto/compare/validator-v4.2.3...validator-v5.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* update session API (#227) +* Use schema stuff in the capabilities instead of custom parsing (#220) + +### Features + +* update session API ([#227](https://www.github.com/web3-storage/ucanto/issues/227)) ([9bbb2f7](https://www.github.com/web3-storage/ucanto/commit/9bbb2f796fd57ebe1ecd2112de1927b23a1577bd)) +* Use schema stuff in the capabilities instead of custom parsing ([#220](https://www.github.com/web3-storage/ucanto/issues/220)) ([8a578ae](https://www.github.com/web3-storage/ucanto/commit/8a578ae403f7270fc741f8aef07f1d3621fb29f9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.2.3 to ^5.0.0 + * @ucanto/interface bumped from ^4.2.3 to ^5.0.0 + * devDependencies + * @ucanto/client bumped from ^4.2.3 to ^5.0.0 + * @ucanto/principal bumped from ^4.2.3 to ^5.0.0 + ### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/validator-v4.1.0...validator-v4.2.3) (2023-02-08) diff --git a/packages/validator/package.json b/packages/validator/package.json index 54042c82..5ab30338 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": "5.0.0", "keywords": [ "UCAN", "ed25519", @@ -29,16 +29,16 @@ "dependencies": { "@ipld/car": "^5.0.3", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.2.3", - "@ucanto/interface": "^4.2.3", + "@ucanto/core": "^5.0.0", + "@ucanto/interface": "^5.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/client": "^4.2.3", - "@ucanto/principal": "^4.2.3", + "@ucanto/client": "^5.0.0", + "@ucanto/principal": "^5.0.0", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85e7d884..fffe2fa2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,10 +16,10 @@ importers: specifiers: '@types/chai': ^4.3.3 '@types/mocha': ^9.1.0 - '@ucanto/core': ^4.2.3 - '@ucanto/interface': ^4.2.3 - '@ucanto/principal': ^4.2.3 - '@ucanto/transport': ^4.2.3 + '@ucanto/core': ^5.0.0 + '@ucanto/interface': ^5.0.0 + '@ucanto/principal': ^5.0.0 + '@ucanto/transport': ^5.0.0 '@web-std/fetch': ^4.1.0 '@web-std/file': ^3.0.2 c8: ^7.11.0 @@ -54,8 +54,8 @@ importers: '@ipld/dag-ucan': ^3.2.0 '@types/chai': ^4.3.3 '@types/mocha': ^9.1.0 - '@ucanto/interface': ^4.2.3 - '@ucanto/principal': ^4.2.3 + '@ucanto/interface': ^5.0.0 + '@ucanto/principal': ^5.0.0 c8: ^7.11.0 chai: ^4.3.6 mocha: ^10.1.0 @@ -97,7 +97,7 @@ importers: '@noble/ed25519': ^1.7.1 '@types/chai': ^4.3.3 '@types/mocha': ^9.1.0 - '@ucanto/interface': ^4.2.3 + '@ucanto/interface': ^5.0.0 c8: ^7.11.0 chai: ^4.3.6 mocha: ^10.1.0 @@ -127,12 +127,12 @@ importers: '@types/chai': ^4.3.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/client': ^4.2.3 - '@ucanto/core': ^4.2.3 - '@ucanto/interface': ^4.2.3 - '@ucanto/principal': ^4.2.3 - '@ucanto/transport': ^4.2.3 - '@ucanto/validator': ^4.2.3 + '@ucanto/client': ^5.0.0 + '@ucanto/core': ^5.0.0 + '@ucanto/interface': ^5.0.0 + '@ucanto/principal': ^5.0.0 + '@ucanto/transport': ^5.0.0 + '@ucanto/validator': ^5.0.0 '@web-std/fetch': ^4.1.0 '@web-std/file': ^3.0.2 c8: ^7.11.0 @@ -171,9 +171,9 @@ importers: '@ipld/dag-cbor': ^9.0.0 '@types/chai': ^4.3.3 '@types/mocha': ^9.1.0 - '@ucanto/core': ^4.2.3 - '@ucanto/interface': ^4.2.3 - '@ucanto/principal': ^4.2.3 + '@ucanto/core': ^5.0.0 + '@ucanto/interface': ^5.0.0 + '@ucanto/principal': ^5.0.0 '@web-std/fetch': ^4.1.0 c8: ^7.11.0 chai: ^4.3.6 @@ -207,10 +207,10 @@ importers: '@types/chai': ^4.3.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/client': ^4.2.3 - '@ucanto/core': ^4.2.3 - '@ucanto/interface': ^4.2.3 - '@ucanto/principal': ^4.2.3 + '@ucanto/client': ^5.0.0 + '@ucanto/core': ^5.0.0 + '@ucanto/interface': ^5.0.0 + '@ucanto/principal': ^5.0.0 c8: ^7.11.0 chai: ^4.3.6 chai-subset: ^1.6.0