Skip to content

Commit 1ea125f

Browse files
authored
Merge pull request #55 from 1Hive/changeset-release/master
chore: version packages
2 parents 6b39154 + a2c3b4e commit 1ea125f

File tree

5 files changed

+23
-35
lines changed

5 files changed

+23
-35
lines changed

.changeset/tidy-trains-tap.md

-15
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.2.0",
44
"private": true,
55
"dependencies": {
6-
"@1hive/evmcrispr": "0.8.0",
6+
"@1hive/evmcrispr": "0.8.1",
77
"@chakra-ui/icons": "^2.0.11",
88
"@chakra-ui/react": "^1.8.8",
99
"@emotion/react": "^11",

packages/evmcrispr/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- db469c4: - New `print` command.
8+
- New autocompletion suggestions for Aragon agents and tokens retrieved via the `@token` helper.
9+
- New arithmetic operator `^` for exponentiation in mathematical calculations.
10+
- Add support to the `goerli` network on the `aragonos` module.
11+
- Add support to `payable` functions on the `exec` commands.
12+
- Reintroduce `raw` command.
13+
- Fix line endings in Windows.
14+
- Fix `BigNumber` edge case operations.
15+
- Fix underscored view function calls when using the call operator (`::`). For example: `token-manager::MINT_ROLE()`.
16+
- Add improvements to `set` command.
17+
- Add improvements to `@get` helper.
18+
319
## 0.8.0
420

521
### Minor 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.8.0",
3+
"version": "0.8.1",
44
"codename": "modular consigliere",
55
"license": "GPL-3.0",
66
"description": "A library that encapsulates actions in EVM scripts for DAOs",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)