Skip to content

Commit 89c71e5

Browse files
committed
chore: version packages
1 parent 83c5f9f commit 89c71e5

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/nervous-pens-relax.md

-9
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.7.1",
6+
"@1hive/evmcrispr": "0.8.0",
77
"@chakra-ui/react": "^1.8.8",
88
"@emotion/react": "^11",
99
"@emotion/styled": "^11",

packages/evmcrispr/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 7f60b3e: - General changes to commands:
8+
- New eager run mode that fetches and return asynchronous and synchronous relevant data for building auto-completion suggestions.
9+
- 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.
10+
- Expose new `Cas11AST` class that contains multiple methods to manipulate the parsed tree.
11+
- Expose new methods to retrieve bindings from `BindingsManager`.
12+
313
## 0.7.1
414

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

0 commit comments

Comments
 (0)