diff --git a/.changeset/real-apples-lie.md b/.changeset/real-apples-lie.md deleted file mode 100644 index 6c1006b5..00000000 --- a/.changeset/real-apples-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@1hive/evmcrispr': patch ---- - -Fix exec and act commands to allow the use of tuples in the function signatures. diff --git a/.changeset/rich-countries-pay.md b/.changeset/rich-countries-pay.md deleted file mode 100644 index 2a98414a..00000000 --- a/.changeset/rich-countries-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@1hive/evmcrispr': patch ---- - -This patch includes a fix to the `aragon:install` command, which had a bug that prevented installing many instances of the same app. diff --git a/packages/evmcrispr-terminal/package.json b/packages/evmcrispr-terminal/package.json index c7d5e759..4e5ad3a5 100644 --- a/packages/evmcrispr-terminal/package.json +++ b/packages/evmcrispr-terminal/package.json @@ -3,7 +3,7 @@ "version": "0.3.0", "private": true, "dependencies": { - "@1hive/evmcrispr": "0.10.2", + "@1hive/evmcrispr": "0.10.3", "@chakra-ui/anatomy": "^2.1.0", "@chakra-ui/icons": "^2.0.14", "@chakra-ui/merge-utils": "^2.0.5", diff --git a/packages/evmcrispr/CHANGELOG.md b/packages/evmcrispr/CHANGELOG.md index a646267e..d44f61d4 100644 --- a/packages/evmcrispr/CHANGELOG.md +++ b/packages/evmcrispr/CHANGELOG.md @@ -1,5 +1,12 @@ # @1hive/evmcrispr +## 0.10.3 + +### Patch Changes + +- 7153e0e: Fix exec and act commands to allow the use of tuples in the function signatures. +- 49867e9: This patch includes a fix to the `aragon:install` command, which had a bug that prevented installing many instances of the same app. + ## 0.8.1 ### Patch Changes diff --git a/packages/evmcrispr/package.json b/packages/evmcrispr/package.json index d7f996c0..ebea1bb7 100644 --- a/packages/evmcrispr/package.json +++ b/packages/evmcrispr/package.json @@ -1,6 +1,6 @@ { "name": "@1hive/evmcrispr", - "version": "0.10.2", + "version": "0.10.3", "codename": "collective wisdom", "license": "GPL-3.0", "description": "A library that encapsulates actions in EVM scripts for DAOs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70b5aeea..0b450925 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,7 +107,7 @@ importers: packages/evmcrispr-terminal: specifiers: - '@1hive/evmcrispr': 0.10.2 + '@1hive/evmcrispr': 0.10.3 '@chakra-ui/anatomy': ^2.1.0 '@chakra-ui/icons': ^2.0.14 '@chakra-ui/merge-utils': ^2.0.5