From 88c3741fc97847ef007f80bffe9f4b28e495a49b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:55:51 +0300 Subject: [PATCH] chore: new release (#4) Co-authored-by: github-actions[bot] --- .changeset/ten-trains-tickle.md | 5 ----- CHANGELOG.md | 6 ++++++ abi/src/interfaces/IInitializer.sol/IInitializer.json | 8 ++++---- package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/ten-trains-tickle.md diff --git a/.changeset/ten-trains-tickle.md b/.changeset/ten-trains-tickle.md deleted file mode 100644 index 8847cff..0000000 --- a/.changeset/ten-trains-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@peeramid-labs/eds": patch ---- - -fixed initializer interface to return correct types for distribution name and version diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fae712..63da132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @peeramid-labs/eds +## 0.2.1 + +### Patch Changes + +- [`19aef3082c8adbfe6ec81da6c9fbe3120393ae36`](https://github.com/peeramid-labs/eds/commit/19aef3082c8adbfe6ec81da6c9fbe3120393ae36) Thanks [@peersky](https://github.com/peersky)! - fixed initializer interface to return correct types for distribution name and version + ## 0.2.0 ### Minor Changes diff --git a/abi/src/interfaces/IInitializer.sol/IInitializer.json b/abi/src/interfaces/IInitializer.sol/IInitializer.json index f436ad3..67e1a7c 100644 --- a/abi/src/interfaces/IInitializer.sol/IInitializer.json +++ b/abi/src/interfaces/IInitializer.sol/IInitializer.json @@ -47,14 +47,14 @@ "type": "address[]" }, { - "internalType": "string", + "internalType": "bytes32", "name": "distributionName", - "type": "string" + "type": "bytes32" }, { - "internalType": "string", + "internalType": "uint256", "name": "distributionVersion", - "type": "string" + "type": "uint256" }, { "internalType": "bytes", diff --git a/package.json b/package.json index 0f9a429..5eb4234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peeramid-labs/eds", - "version": "0.2.0", + "version": "0.2.1", "files": [ "abi", "deployments",