Skip to content

Commit

Permalink
🎉 Release new version (alpha) (#741)
Browse files Browse the repository at this point in the history
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
  • Loading branch information
truefi-bot and truefi-bot committed Jun 7, 2022
1 parent e631daf commit b2ee4d0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"changesets": [
"add-src-to-npm",
"angry-lamps-crash",
"big-goats-guess",
"big-shrimps-rule",
"blue-frogs-reply",
Expand All @@ -33,6 +34,7 @@
"tame-walls-speak",
"thin-items-hide",
"tricky-spiders-invite",
"update-ethers"
"update-ethers",
"yellow-pugs-drive"
]
}
7 changes: 7 additions & 0 deletions waffle-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ethereum-waffle/chai

## 4.0.0-alpha.26

### Patch Changes

- 9b0e87c: Optimism fix revertedWith matcher
- e631daf: Fix Optimism revertedWith matcher 2

## 4.0.0-alpha.25

### 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.25",
"version": "4.0.0-alpha.26",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
10 changes: 10 additions & 0 deletions waffle-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ethereum-waffle

## 4.0.0-alpha.26

### Patch Changes

- Updated dependencies [9b0e87c]
- Updated dependencies [e631daf]
- @ethereum-waffle/chai@4.0.0-alpha.26
- @ethereum-waffle/compiler@4.0.0-alpha.21
- @ethereum-waffle/mock-contract@4.0.0-alpha.21

## 4.0.0-alpha.25

### 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.25",
"version": "4.0.0-alpha.26",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down

0 comments on commit b2ee4d0

Please sign in to comment.