diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3ed657df..c95adce0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"packages/client":"1.0.0","packages/core":"1.0.0","packages/interface":"1.0.0","packages/principal":"1.0.0","packages/server":"1.0.1","packages/transport":"1.0.0","packages/validator":"1.0.0"} \ No newline at end of file +{"packages/client":"1.0.1","packages/core":"1.0.1","packages/interface":"1.0.0","packages/principal":"1.0.1","packages/server":"1.0.2","packages/transport":"1.0.1","packages/validator":"1.0.1"} \ No newline at end of file diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 59d075ec..37038b22 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/client-v1.0.0...client-v1.0.1) (2022-09-21) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @ucanto/principal bumped from ^1.0.0 to ^1.0.1 + * @ucanto/core bumped from ^1.0.0 to ^1.0.1 + * @ucanto/transport bumped from ^1.0.0 to ^1.0.1 + ## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/client-v0.6.0...client-v1.0.0) (2022-09-14) @@ -173,4 +184,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 e4caf610..392c5768 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "UCAN", "RPC", @@ -36,9 +36,9 @@ "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^1.0.0", - "@ucanto/core": "^1.0.0", - "@ucanto/transport": "^1.0.0", + "@ucanto/principal": "^1.0.1", + "@ucanto/core": "^1.0.1", + "@ucanto/transport": "^1.0.1", "@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 6ca8ec08..b7cece0c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/core-v1.0.0...core-v1.0.1) (2022-09-21) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @ucanto/principal bumped from ^1.0.0 to ^1.0.1 + ## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/core-v0.6.0...core-v1.0.0) (2022-09-14) @@ -147,4 +156,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 1abb24e1..4061d8dd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "UCAN", "RPC", @@ -39,7 +39,7 @@ "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^1.0.0", + "@ucanto/principal": "^1.0.1", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0", diff --git a/packages/principal/CHANGELOG.md b/packages/principal/CHANGELOG.md index 9ee35cf6..82a1758c 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/principal-v1.0.0...principal-v1.0.1) (2022-09-21) + + +### Bug Fixes + +* parse should take strings ([#93](https://www.github.com/web3-storage/ucanto/issues/93)) ([db57d6b](https://www.github.com/web3-storage/ucanto/commit/db57d6bdf3ad989e4dc6e906d9b0bce4befbd735)) + ## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/principal-v0.5.0...principal-v1.0.0) (2022-09-14) @@ -128,4 +135,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 d007c33e..d641bc5c 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ed25519 principal", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "UCAN", "ed25519", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 08667a7b..e2622228 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [1.0.2](https://www.github.com/web3-storage/ucanto/compare/server-v1.0.1...server-v1.0.2) (2022-09-21) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^1.0.0 to ^1.0.1 + * @ucanto/validator bumped from ^1.0.0 to ^1.0.1 + * devDependencies + * @ucanto/principal bumped from ^1.0.0 to ^1.0.1 + * @ucanto/client bumped from ^1.0.0 to ^1.0.1 + * @ucanto/transport bumped from ^1.0.0 to ^1.0.1 + ### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/server-v1.0.0...server-v1.0.1) (2022-09-21) diff --git a/packages/server/package.json b/packages/server/package.json index 5fec236a..d737f687 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "1.0.1", + "version": "1.0.2", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^1.0.0", + "@ucanto/core": "^1.0.1", "@ucanto/interface": "^1.0.0", - "@ucanto/validator": "^1.0.0" + "@ucanto/validator": "^1.0.1" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^1.0.0", - "@ucanto/client": "^1.0.0", - "@ucanto/transport": "^1.0.0", + "@ucanto/principal": "^1.0.1", + "@ucanto/client": "^1.0.1", + "@ucanto/transport": "^1.0.1", "@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 849a4fb3..caa9f2d9 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/transport-v1.0.0...transport-v1.0.1) (2022-09-21) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^1.0.0 to ^1.0.1 + * devDependencies + * @ucanto/principal bumped from ^1.0.0 to ^1.0.1 + ## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/transport-v0.7.0...transport-v1.0.0) (2022-09-14) @@ -168,4 +179,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 83dda423..c0dee6bd 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "UCAN", "RPC", @@ -31,7 +31,7 @@ "dependencies": { "@ipld/car": "^4.1.5", "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.0", + "@ucanto/core": "^1.0.1", "@ucanto/interface": "^1.0.0", "multiformats": "^9.8.1" }, @@ -39,7 +39,7 @@ "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^1.0.0", + "@ucanto/principal": "^1.0.1", "@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 ed880c54..62c128c4 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/validator-v1.0.0...validator-v1.0.1) (2022-09-21) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^1.0.0 to ^1.0.1 + * devDependencies + * @ucanto/principal bumped from ^1.0.0 to ^1.0.1 + * @ucanto/client bumped from ^1.0.0 to ^1.0.1 + ## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/validator-v0.6.0...validator-v1.0.0) (2022-09-14) @@ -178,4 +190,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 7256b080..e838f7e0 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "UCAN", "ed25519", @@ -29,7 +29,7 @@ "dependencies": { "@ipld/car": "^4.1.5", "@ipld/dag-cbor": "^7.0.3", - "@ucanto/core": "^1.0.0", + "@ucanto/core": "^1.0.1", "@ucanto/interface": "^1.0.0", "multiformats": "^9.8.1" }, @@ -37,8 +37,8 @@ "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^1.0.0", - "@ucanto/client": "^1.0.0", + "@ucanto/principal": "^1.0.1", + "@ucanto/client": "^1.0.1", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d23a410..624c70c8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,10 +17,10 @@ importers: '@types/chai': ^4.3.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/core': ^1.0.0 + '@ucanto/core': ^1.0.1 '@ucanto/interface': ^1.0.0 - '@ucanto/principal': ^1.0.0 - '@ucanto/transport': ^1.0.0 + '@ucanto/principal': ^1.0.1 + '@ucanto/transport': ^1.0.1 '@web-std/fetch': ^4.1.0 '@web-std/file': ^3.0.2 c8: ^7.11.0 @@ -60,7 +60,7 @@ importers: '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 '@ucanto/interface': ^1.0.0 - '@ucanto/principal': ^1.0.0 + '@ucanto/principal': ^1.0.1 c8: ^7.11.0 chai: ^4.3.6 chai-subset: ^1.6.0 @@ -133,12 +133,12 @@ importers: '@types/chai': ^4.3.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/client': ^1.0.0 - '@ucanto/core': ^1.0.0 + '@ucanto/client': ^1.0.1 + '@ucanto/core': ^1.0.1 '@ucanto/interface': ^1.0.0 - '@ucanto/principal': ^1.0.0 - '@ucanto/transport': ^1.0.0 - '@ucanto/validator': ^1.0.0 + '@ucanto/principal': ^1.0.1 + '@ucanto/transport': ^1.0.1 + '@ucanto/validator': ^1.0.1 '@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.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/core': ^1.0.0 + '@ucanto/core': ^1.0.1 '@ucanto/interface': ^1.0.0 - '@ucanto/principal': ^1.0.0 + '@ucanto/principal': ^1.0.1 '@web-std/fetch': ^4.1.0 c8: ^7.11.0 chai: ^4.3.6 @@ -217,10 +217,10 @@ importers: '@types/chai': ^4.3.3 '@types/chai-subset': ^1.3.3 '@types/mocha': ^9.1.0 - '@ucanto/client': ^1.0.0 - '@ucanto/core': ^1.0.0 + '@ucanto/client': ^1.0.1 + '@ucanto/core': ^1.0.1 '@ucanto/interface': ^1.0.0 - '@ucanto/principal': ^1.0.0 + '@ucanto/principal': ^1.0.1 c8: ^7.11.0 chai: ^4.3.6 chai-subset: ^1.6.0