Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Oct 26, 2022
1 parent 83c5f9f commit 89c71e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/nervous-pens-relax.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/evmcrispr-terminal/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@1hive/evmcrispr": "0.7.1",
"@1hive/evmcrispr": "0.8.0",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand Down
10 changes: 10 additions & 0 deletions packages/evmcrispr/CHANGELOG.md
@@ -1,5 +1,15 @@
# @1hive/evmcrispr

## 0.8.0

### Minor Changes

- 7f60b3e: - General changes to commands:
- New eager run mode that fetches and return asynchronous and synchronous relevant data for building auto-completion suggestions.
- New method that returns contextual suggestions for a given argument position. This suggestions take into account previous commands, previous filled arguments and other info to produce the list of suggestion items to auto-complete the position.
- Expose new `Cas11AST` class that contains multiple methods to manipulate the parsed tree.
- Expose new methods to retrieve bindings from `BindingsManager`.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evmcrispr/package.json
@@ -1,6 +1,6 @@
{
"name": "@1hive/evmcrispr",
"version": "0.7.1",
"version": "0.8.0",
"codename": "modular consigliere",
"license": "GPL-3.0",
"description": "A library that encapsulates actions in EVM scripts for DAOs",
Expand Down

0 comments on commit 89c71e5

Please sign in to comment.