From 37f1d660da9b9f6cbac03542700d641cc741ce0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:07:21 -0700 Subject: [PATCH] chore: release ucanto (#81) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/authority/CHANGELOG.md | 16 ++++++++++- packages/authority/package.json | 4 +-- packages/client/CHANGELOG.md | 20 +++++++++++++- packages/client/package.json | 10 +++---- packages/core/CHANGELOG.md | 18 ++++++++++++- packages/core/package.json | 6 ++--- packages/interface/CHANGELOG.md | 7 +++++ packages/interface/package.json | 2 +- packages/server/CHANGELOG.md | 22 ++++++++++++++- packages/server/package.json | 14 +++++----- packages/transport/CHANGELOG.md | 19 ++++++++++++- packages/transport/package.json | 8 +++--- packages/validator/CHANGELOG.md | 20 +++++++++++++- packages/validator/package.json | 10 +++---- pnpm-lock.yaml | 40 ++++++++++++++-------------- 16 files changed, 164 insertions(+), 54 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e45fe940..da0176d9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"packages/authority":"0.4.5","packages/client":"0.5.4","packages/core":"0.5.4","packages/interface":"0.6.2","packages/server":"0.6.4","packages/transport":"0.6.3","packages/validator":"0.5.5"} \ No newline at end of file +{"packages/authority":"0.5.0","packages/client":"0.6.0","packages/core":"0.6.0","packages/interface":"0.7.0","packages/server":"0.7.0","packages/transport":"0.7.0","packages/validator":"0.6.0"} \ No newline at end of file diff --git a/packages/authority/CHANGELOG.md b/packages/authority/CHANGELOG.md index ba291a9a..cdfeb68f 100644 --- a/packages/authority/CHANGELOG.md +++ b/packages/authority/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.5.0](https://www.github.com/web3-storage/ucanto/compare/authority-v0.4.5...authority-v0.5.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + ### [0.4.5](https://www.github.com/web3-storage/ucanto/compare/authority-v0.4.4...authority-v0.4.5) (2022-07-11) @@ -96,4 +110,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/authority/package.json b/packages/authority/package.json index c57f8317..697515d3 100644 --- a/packages/authority/package.json +++ b/packages/authority/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/authority", "description": "ed25519 identity", - "version": "0.4.5", + "version": "0.5.0", "keywords": [ "UCAN", "ed25519", @@ -29,7 +29,7 @@ "dependencies": { "@ipld/dag-ucan": "^1.7.0-beta", "@noble/ed25519": "^1.6.1", - "@ucanto/interface": "^0.6.2", + "@ucanto/interface": "^0.7.0", "multiformats": "^9.6.4" }, "devDependencies": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 86b038b9..df54f3e6 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.6.0](https://www.github.com/web3-storage/ucanto/compare/client-v0.5.4...client-v0.6.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + * devDependencies + * @ucanto/authority bumped from ^0.4.5 to ^0.5.0 + * @ucanto/core bumped from ^0.5.4 to ^0.6.0 + * @ucanto/transport bumped from ^0.6.3 to ^0.7.0 + ### [0.5.4](https://www.github.com/web3-storage/ucanto/compare/client-v0.5.3...client-v0.5.4) (2022-07-11) @@ -133,4 +151,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 31ba3d4c..1714711d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "0.5.4", + "version": "0.6.0", "keywords": [ "UCAN", "RPC", @@ -29,16 +29,16 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/interface": "^0.6.2", + "@ucanto/interface": "^0.7.0", "multiformats": "^9.6.4" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/authority": "^0.4.5", - "@ucanto/core": "^0.5.4", - "@ucanto/transport": "^0.6.3", + "@ucanto/authority": "^0.5.0", + "@ucanto/core": "^0.6.0", + "@ucanto/transport": "^0.7.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 f8d5e9ad..9675a21a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.6.0](https://www.github.com/web3-storage/ucanto/compare/core-v0.5.4...core-v0.6.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + * devDependencies + * @ucanto/authority bumped from ^0.4.5 to ^0.5.0 + ### [0.5.4](https://www.github.com/web3-storage/ucanto/compare/core-v0.5.3...core-v0.5.4) (2022-07-11) @@ -111,4 +127,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 aff0afdf..e074bef2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "0.5.4", + "version": "0.6.0", "keywords": [ "UCAN", "RPC", @@ -32,14 +32,14 @@ "@ipld/car": "^4.1.0", "@ipld/dag-cbor": "^7.0.1", "@ipld/dag-ucan": "^1.7.0-beta", - "@ucanto/interface": "^0.6.2", + "@ucanto/interface": "^0.7.0", "multiformats": "^9.6.4" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/authority": "^0.4.5", + "@ucanto/authority": "^0.5.0", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 5adedf12..a13659c9 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://www.github.com/web3-storage/ucanto/compare/interface-v0.6.2...interface-v0.7.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + ### [0.6.2](https://www.github.com/web3-storage/ucanto/compare/interface-v0.6.1...interface-v0.6.2) (2022-07-01) diff --git a/packages/interface/package.json b/packages/interface/package.json index d7f2d87d..1df820c6 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "0.6.2", + "version": "0.7.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 620c1b98..34a9cbb5 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.7.0](https://www.github.com/web3-storage/ucanto/compare/server-v0.6.4...server-v0.7.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^0.5.4 to ^0.6.0 + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + * @ucanto/validator bumped from ^0.5.5 to ^0.6.0 + * devDependencies + * @ucanto/authority bumped from ^0.4.5 to ^0.5.0 + * @ucanto/client bumped from ^0.5.4 to ^0.6.0 + * @ucanto/transport bumped from ^0.6.3 to ^0.7.0 + ### [0.6.4](https://www.github.com/web3-storage/ucanto/compare/server-v0.6.3...server-v0.6.4) (2022-07-11) @@ -165,4 +185,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 1d25fad0..600efe38 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "0.6.4", + "version": "0.7.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^0.5.4", - "@ucanto/interface": "^0.6.2", - "@ucanto/validator": "^0.5.5" + "@ucanto/core": "^0.6.0", + "@ucanto/interface": "^0.7.0", + "@ucanto/validator": "^0.6.0" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/authority": "^0.4.5", - "@ucanto/client": "^0.5.4", - "@ucanto/transport": "^0.6.3", + "@ucanto/authority": "^0.5.0", + "@ucanto/client": "^0.6.0", + "@ucanto/transport": "^0.7.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 8c5c0cda..5d44d007 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.0](https://www.github.com/web3-storage/ucanto/compare/transport-v0.6.3...transport-v0.7.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^0.5.4 to ^0.6.0 + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + * devDependencies + * @ucanto/authority bumped from ^0.4.5 to ^0.5.0 + ### [0.6.3](https://www.github.com/web3-storage/ucanto/compare/transport-v0.6.2...transport-v0.6.3) (2022-07-11) @@ -125,4 +142,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 6ebd54e5..d14750c3 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "0.6.3", + "version": "0.7.0", "keywords": [ "UCAN", "RPC", @@ -31,15 +31,15 @@ "dependencies": { "@ipld/car": "^4.1.0", "@ipld/dag-cbor": "^7.0.1", - "@ucanto/core": "^0.5.4", - "@ucanto/interface": "^0.6.2", + "@ucanto/core": "^0.6.0", + "@ucanto/interface": "^0.7.0", "multiformats": "^9.6.4" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/authority": "^0.4.5", + "@ucanto/authority": "^0.5.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 c98b1182..27511e80 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.6.0](https://www.github.com/web3-storage/ucanto/compare/validator-v0.5.5...validator-v0.6.0) (2022-07-28) + + +### Features + +* delgation iterate, more errors and types ([0606168](https://www.github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^0.5.4 to ^0.6.0 + * @ucanto/interface bumped from ^0.6.2 to ^0.7.0 + * devDependencies + * @ucanto/authority bumped from ^0.4.5 to ^0.5.0 + * @ucanto/client bumped from ^0.5.4 to ^0.6.0 + ### [0.5.5](https://www.github.com/web3-storage/ucanto/compare/validator-v0.5.4...validator-v0.5.5) (2022-07-11) @@ -138,4 +156,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 f43237c5..c58ee6fd 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "0.5.5", + "version": "0.6.0", "keywords": [ "UCAN", "ed25519", @@ -29,16 +29,16 @@ "dependencies": { "@ipld/car": "^4.1.0", "@ipld/dag-cbor": "^7.0.1", - "@ucanto/core": "^0.5.4", - "@ucanto/interface": "^0.6.2", + "@ucanto/core": "^0.6.0", + "@ucanto/interface": "^0.7.0", "multiformats": "^9.6.4" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/authority": "^0.4.5", - "@ucanto/client": "^0.5.4", + "@ucanto/authority": "^0.5.0", + "@ucanto/client": "^0.6.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 b70e9890..acf39988 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: '@noble/ed25519': ^1.6.1 '@types/chai': ^4.3.0 '@types/mocha': ^9.1.0 - '@ucanto/interface': ^0.6.2 + '@ucanto/interface': ^0.7.0 c8: ^7.11.0 chai: ^4.3.6 mocha: ^9.2.2 @@ -46,10 +46,10 @@ importers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/authority': ^0.4.5 - '@ucanto/core': ^0.5.4 - '@ucanto/interface': ^0.6.2 - '@ucanto/transport': ^0.6.3 + '@ucanto/authority': ^0.5.0 + '@ucanto/core': ^0.6.0 + '@ucanto/interface': ^0.7.0 + '@ucanto/transport': ^0.7.0 '@web-std/fetch': ^4.1.0 '@web-std/file': ^3.0.2 c8: ^7.11.0 @@ -88,8 +88,8 @@ importers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/authority': ^0.4.5 - '@ucanto/interface': ^0.6.2 + '@ucanto/authority': ^0.5.0 + '@ucanto/interface': ^0.7.0 c8: ^7.11.0 chai: ^4.3.6 chai-subset: ^1.6.0 @@ -133,12 +133,12 @@ importers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/authority': ^0.4.5 - '@ucanto/client': ^0.5.4 - '@ucanto/core': ^0.5.4 - '@ucanto/interface': ^0.6.2 - '@ucanto/transport': ^0.6.3 - '@ucanto/validator': ^0.5.5 + '@ucanto/authority': ^0.5.0 + '@ucanto/client': ^0.6.0 + '@ucanto/core': ^0.6.0 + '@ucanto/interface': ^0.7.0 + '@ucanto/transport': ^0.7.0 + '@ucanto/validator': ^0.6.0 '@web-std/fetch': ^4.1.0 '@web-std/file': ^3.0.2 c8: ^7.11.0 @@ -178,9 +178,9 @@ importers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/authority': ^0.4.5 - '@ucanto/core': ^0.5.4 - '@ucanto/interface': ^0.6.2 + '@ucanto/authority': ^0.5.0 + '@ucanto/core': ^0.6.0 + '@ucanto/interface': ^0.7.0 '@web-std/fetch': ^4.1.0 c8: ^7.11.0 chai: ^4.3.6 @@ -217,10 +217,10 @@ importers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/authority': ^0.4.5 - '@ucanto/client': ^0.5.4 - '@ucanto/core': ^0.5.4 - '@ucanto/interface': ^0.6.2 + '@ucanto/authority': ^0.5.0 + '@ucanto/client': ^0.6.0 + '@ucanto/core': ^0.6.0 + '@ucanto/interface': ^0.7.0 c8: ^7.11.0 chai: ^4.3.6 chai-subset: ^1.6.0