Skip to content

Commit

Permalink
🎉 Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot committed Oct 4, 2022
1 parent f0b525d commit 06c4b26
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-years-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-bees-sort.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tasty-meals-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-turtles-brake.md

This file was deleted.

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.8

### Patch Changes

- a0f721a: Move ethers to peer deps
- f6d240e: 🛶 Updates for hardhat v2.11
- Updated dependencies [ee1d1b8]
- Updated dependencies [a0f721a]
- @ethereum-waffle/provider@4.0.5

## 4.0.7

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

## 4.0.8

### Patch Changes

- a0f721a: Move ethers to peer deps
- Updated dependencies [ee1d1b8]
- Updated dependencies [a0f721a]
- Updated dependencies [f6d240e]
- @ethereum-waffle/provider@4.0.5
- @ethereum-waffle/chai@4.0.8
- @ethereum-waffle/compiler@4.0.3
- @ethereum-waffle/mock-contract@4.0.3

## 4.0.7

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

## 4.0.3

### Patch Changes

- a0f721a: Move ethers to peer deps

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/compiler",
"description": "Compile solidity without the hassle.",
"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": false,
Expand Down
8 changes: 8 additions & 0 deletions waffle-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ethereum-waffle/ens

## 4.0.3

### Patch Changes

- f0b525d: 🥄 Add ENS dependencies as peer dependencies
- ee1d1b8: 😷 Upgrade ganache version
- a0f721a: Move ethers to peer deps

## 4.0.2

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

## 4.0.3

### Patch Changes

- a0f721a: Move ethers to peer deps

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-mock-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/mock-contract",
"description": "Mock smart contracts in a smart way.",
"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": false,
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.3

### Patch Changes

- a0f721a: Move ethers to peer deps

## 4.0.2

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

## 4.0.5

### Patch Changes

- ee1d1b8: 😷 Upgrade ganache version
- a0f721a: Move ethers to peer deps
- Updated dependencies [f0b525d]
- Updated dependencies [ee1d1b8]
- Updated dependencies [a0f721a]
- @ethereum-waffle/ens@4.0.3

## 4.0.4

### 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.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

0 comments on commit 06c4b26

Please sign in to comment.