Skip to content

Commit

Permalink
πŸŽ‰ Release new version (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot authored Aug 2, 2022
1 parent 12c2d72 commit cae5bac
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-melons-prove.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rotten-glasses-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-feet-beam.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/typechain-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-typechain

## 1.0.1

### Patch Changes

- 00e9f1b: πŸͺ΅ Upgrade solc
2 changes: 1 addition & 1 deletion examples/typechain-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-typechain",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
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.3

### Patch Changes

- dca8950: 🎩 Allow string addresses in `changeTokenBalance`
- Updated dependencies [1bc6cd0]
- @ethereum-waffle/provider@4.0.3

## 4.0.2

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

### Patch Changes

- 00e9f1b: πŸͺ΅ Upgrade solc
- Updated dependencies [dca8950]
- Updated dependencies [00e9f1b]
- Updated dependencies [1bc6cd0]
- @ethereum-waffle/chai@4.0.3
- @ethereum-waffle/compiler@4.0.2
- @ethereum-waffle/mock-contract@4.0.2
- @ethereum-waffle/provider@4.0.3

## 4.0.2

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

## 4.0.2

### Patch Changes

- 00e9f1b: πŸͺ΅ Upgrade solc

## 4.0.1

### 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.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
6 changes: 6 additions & 0 deletions waffle-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethereum-waffle/e2e

## 4.0.2

### Patch Changes

- 00e9f1b: πŸͺ΅ Upgrade solc

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion waffle-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-waffle/e2e",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"main": "index.js",
"license": "MIT",
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.2

### Patch Changes

- 00e9f1b: πŸͺ΅ Upgrade solc

## 4.0.1

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

### Patch Changes

- 1bc6cd0: πŸ‘©πŸ»β€πŸ³ MockProvider: Use actual wallets from ganache in `getWallets`

## 4.0.2

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

0 comments on commit cae5bac

Please sign in to comment.