Skip to content

Commit

Permalink
🎉 Release new version (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot authored Aug 19, 2022
1 parent 9940630 commit 2f8bbd1
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/modern-tools-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-crabs-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-rats-jump.md

This file was deleted.

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

## 4.0.5

### Patch Changes

- 9940630: 🦷 (Experimental) Automatically inject call history into hardhat provider
- Updated dependencies [2199c8d]
- Updated dependencies [febefc1]
- @ethereum-waffle/provider@4.0.4

## 4.0.4

### 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.4",
"version": "4.0.5",
"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.5

### Patch Changes

- Updated dependencies [9940630]
- Updated dependencies [2199c8d]
- Updated dependencies [febefc1]
- @ethereum-waffle/chai@4.0.5
- @ethereum-waffle/provider@4.0.4
- @ethereum-waffle/compiler@4.0.2
- @ethereum-waffle/mock-contract@4.0.2

## 4.0.4

### 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.4",
"version": "4.0.5",
"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-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethereum-waffle/ens

## 4.0.2

### Patch Changes

- 2199c8d: 🦜 Bump ganache

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-waffle/ens",
"version": "4.0.1",
"version": "4.0.2",
"description": "A mock ens implementation for testing.",
"repository": "git@github.com:EthWorks/Waffle.git",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
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.3

### Patch Changes

- 9940630: 🦷 (Experimental) Automatically inject call history into hardhat provider

## 4.0.2

### 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.2",
"version": "4.0.3",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions waffle-optimism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethereum-waffle/optimism

## 4.0.2

### Patch Changes

- 9940630: 🦷 (Experimental) Automatically inject call history into hardhat provider

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-optimism/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/optimism",
"description": "Testing waffle with optimism",
"version": "4.0.1",
"version": "4.0.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
9 changes: 9 additions & 0 deletions waffle-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ethereum-waffle/provider

## 4.0.4

### Patch Changes

- 2199c8d: 🦜 Bump ganache
- febefc1: 🧠 Fix error when address length less than 20
- Updated dependencies [2199c8d]
- @ethereum-waffle/ens@4.0.2

## 4.0.3

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

0 comments on commit 2f8bbd1

Please sign in to comment.