Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2022
1 parent 6b39154 commit a2c3b4e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 35 deletions.
15 changes: 0 additions & 15 deletions .changeset/tidy-trains-tap.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/evmcrispr-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@1hive/evmcrispr": "0.8.0",
"@1hive/evmcrispr": "0.8.1",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
Expand Down
16 changes: 16 additions & 0 deletions packages/evmcrispr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @1hive/evmcrispr

## 0.8.1

### Patch Changes

- db469c4: - New `print` command.
- New autocompletion suggestions for Aragon agents and tokens retrieved via the `@token` helper.
- New arithmetic operator `^` for exponentiation in mathematical calculations.
- Add support to the `goerli` network on the `aragonos` module.
- Add support to `payable` functions on the `exec` commands.
- Reintroduce `raw` command.
- Fix line endings in Windows.
- Fix `BigNumber` edge case operations.
- Fix underscored view function calls when using the call operator (`::`). For example: `token-manager::MINT_ROLE()`.
- Add improvements to `set` command.
- Add improvements to `@get` helper.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evmcrispr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1hive/evmcrispr",
"version": "0.8.0",
"version": "0.8.1",
"codename": "modular consigliere",
"license": "GPL-3.0",
"description": "A library that encapsulates actions in EVM scripts for DAOs",
Expand Down
23 changes: 5 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2c3b4e

Please sign in to comment.