Skip to content

Commit

Permalink
🎉 Release new version (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot authored Jul 26, 2022
1 parent 41e809f commit b329845
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/shy-nails-design.md

This file was deleted.

8 changes: 8 additions & 0 deletions waffle-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ethereum-waffle/chai

## 4.0.2

### Patch Changes

- 41e809f: Decode revert string in hardhat 2.9.4+
- Updated dependencies [41e809f]
- @ethereum-waffle/provider@4.0.2

## 4.0.1

### 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.1",
"version": "4.0.2",
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
"repository": "[email protected]: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.2

### Patch Changes

- Updated dependencies [41e809f]
- @ethereum-waffle/chai@4.0.2
- @ethereum-waffle/provider@4.0.2
- @ethereum-waffle/compiler@4.0.1
- @ethereum-waffle/mock-contract@4.0.1

## 4.0.1

### 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.1",
"version": "4.0.2",
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
"repository": "[email protected]:EthWorks/Waffle.git",
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions waffle-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethereum-waffle/hardhat

## 4.0.2

### Patch Changes

- 41e809f: Decode revert string in hardhat 2.9.4+

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/hardhat",
"description": "A sweet set of chai matchers for your blockchain testing needs.",
"version": "4.0.1",
"version": "4.0.2",
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
"repository": "[email protected]:EthWorks/Waffle.git",
"private": true,
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.2

### Patch Changes

- 41e809f: Decode revert string in hardhat 2.9.4+

## 4.0.1

### 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.1",
"version": "4.0.2",
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
"repository": "[email protected]:EthWorks/Waffle.git",
"private": false,
Expand Down

0 comments on commit b329845

Please sign in to comment.