diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index be9bd9be..3eeb896e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/client": "5.1.0", - "packages/core": "5.2.0", - "packages/interface": "6.2.0", - "packages/principal": "5.1.0", - "packages/server": "6.1.0", - "packages/transport": "5.1.1", - "packages/validator": "6.1.0" + "packages/client": "6.0.0", + "packages/core": "6.0.0", + "packages/interface": "7.0.0", + "packages/principal": "5.2.0", + "packages/server": "7.0.0", + "packages/transport": "6.0.0", + "packages/validator": "7.0.0" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index fadac53e..43123e67 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/ucanto/compare/client-v5.1.0...client-v6.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [5.1.0](https://github.com/web3-storage/ucanto/compare/client-v5.0.0...client-v5.1.0) (2023-03-07) diff --git a/packages/client/package.json b/packages/client/package.json index 038faaf0..07dc44cf 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "5.1.0", + "version": "6.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 00ac8f56..9c3aee87 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/ucanto/compare/core-v5.2.0...core-v6.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a)) +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [5.2.0](https://github.com/web3-storage/ucanto/compare/core-v5.1.0...core-v5.2.0) (2023-03-14) diff --git a/packages/core/package.json b/packages/core/package.json index 17b02aad..f242c45c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "5.2.0", + "version": "6.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 49f48fa7..9a160be8 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/ucanto/compare/interface-v6.2.0...interface-v7.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a)) +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [6.2.0](https://github.com/web3-storage/ucanto/compare/interface-v6.1.0...interface-v6.2.0) (2023-03-14) diff --git a/packages/interface/package.json b/packages/interface/package.json index fee0788f..9d907eac 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "6.2.0", + "version": "7.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 c745c98f..8d164e87 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/web3-storage/ucanto/compare/principal-v5.1.0...principal-v5.2.0) (2023-03-30) + + +### Features + +* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a)) + ## [5.1.0](https://github.com/web3-storage/ucanto/compare/principal-v5.0.2...principal-v5.1.0) (2023-03-07) diff --git a/packages/principal/package.json b/packages/principal/package.json index f10cfc97..50693396 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ucanto principal", - "version": "5.1.0", + "version": "5.2.0", "keywords": [ "UCAN", "ed25519", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 74d66627..55162db2 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/ucanto/compare/server-v6.1.0...server-v7.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [6.1.0](https://github.com/web3-storage/ucanto/compare/server-v6.0.0...server-v6.1.0) (2023-03-13) diff --git a/packages/server/package.json b/packages/server/package.json index 861fa530..238316d9 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "6.1.0", + "version": "7.0.0", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md index ac6ca7be..845673db 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/ucanto/compare/transport-v5.1.1...transport-v6.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a)) +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [5.1.1](https://github.com/web3-storage/ucanto/compare/transport-v5.1.0...transport-v5.1.1) (2023-03-15) diff --git a/packages/transport/package.json b/packages/transport/package.json index 851ac77e..c708b460 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "5.1.1", + "version": "6.0.0", "keywords": [ "UCAN", "RPC", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 0912c908..744a3d91 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/ucanto/compare/validator-v6.1.0...validator-v7.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) + +### Features + +* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b)) + ## [6.1.0](https://github.com/web3-storage/ucanto/compare/validator-v6.0.0...validator-v6.1.0) (2023-03-13) diff --git a/packages/validator/package.json b/packages/validator/package.json index 1d96b76a..50cca53c 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "6.1.0", + "version": "7.0.0", "keywords": [ "UCAN", "ed25519",