Skip to content

Commit

Permalink
🎉 Release new version (alpha) (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefi-bot committed May 6, 2022
1 parent 4622881 commit ba7033f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
"changesets": [
"add-src-to-npm",
"big-goats-guess",
"big-shrimps-rule",
"dirty-badgers-sin",
"fluffy-queens-cross",
"tame-walls-speak",
"tricky-spiders-invite",
Expand Down
10 changes: 10 additions & 0 deletions waffle-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ethereum-waffle/chai

## 4.0.0-alpha.24

### Patch Changes

- ba71ce4: Add support for custom errors in hardhat
- 587ff49: Allow chaining matchers
- 4622881: Support panic codes in ganache
- Updated dependencies [4622881]
- @ethereum-waffle/provider@4.0.0-alpha.23

## 4.0.0-alpha.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-chai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/chai",
"description": "A sweet set of chai matchers for your blockchain testing needs.",
"version": "4.0.0-alpha.23",
"version": "4.0.0-alpha.24",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
12 changes: 12 additions & 0 deletions waffle-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ethereum-waffle

## 4.0.0-alpha.24

### Patch Changes

- Updated dependencies [ba71ce4]
- Updated dependencies [587ff49]
- Updated dependencies [4622881]
- @ethereum-waffle/chai@4.0.0-alpha.24
- @ethereum-waffle/provider@4.0.0-alpha.23
- @ethereum-waffle/compiler@4.0.0-alpha.21
- @ethereum-waffle/mock-contract@4.0.0-alpha.21

## 4.0.0-alpha.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ethereum-waffle",
"description": "Sweeter, faster and simpler than truffle.",
"version": "4.0.0-alpha.23",
"version": "4.0.0-alpha.24",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions waffle-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethereum-waffle/provider

## 4.0.0-alpha.23

### Patch Changes

- 4622881: Support panic codes in ganache

## 4.0.0-alpha.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/provider",
"description": "A mock provider for your blockchain testing needs.",
"version": "4.0.0-alpha.22",
"version": "4.0.0-alpha.23",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down

0 comments on commit ba7033f

Please sign in to comment.