Skip to content

Commit abb2783

Browse files
authored
Merge pull request #63 from 1Hive/changeset-release/master
chore: version packages
2 parents c0aba5a + 804149b commit abb2783

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

.changeset/real-apples-lie.md

-5
This file was deleted.

.changeset/rich-countries-pay.md

-5
This file was deleted.

packages/evmcrispr-terminal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
6-
"@1hive/evmcrispr": "0.10.2",
6+
"@1hive/evmcrispr": "0.10.3",
77
"@chakra-ui/anatomy": "^2.1.0",
88
"@chakra-ui/icons": "^2.0.14",
99
"@chakra-ui/merge-utils": "^2.0.5",

packages/evmcrispr/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @1hive/evmcrispr
22

3+
## 0.10.3
4+
5+
### Patch Changes
6+
7+
- 7153e0e: Fix exec and act commands to allow the use of tuples in the function signatures.
8+
- 49867e9: This patch includes a fix to the `aragon:install` command, which had a bug that prevented installing many instances of the same app.
9+
310
## 0.8.1
411

512
### Patch Changes

packages/evmcrispr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1hive/evmcrispr",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"codename": "collective wisdom",
55
"license": "GPL-3.0",
66
"description": "A library that encapsulates actions in EVM scripts for DAOs",

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)