Skip to content

Commit

Permalink
🎉 Release new version (#663)
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 Mar 24, 2022
1 parent e318fd4 commit acf6381
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-beds-sort.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [ede638e]
- @ethereum-waffle/provider@4.0.0

## 4.0.0-alpha.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.0-alpha.1",
"version": "4.0.0",
"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

### Patch Changes

- Updated dependencies [ede638e]
- @ethereum-waffle/provider@4.0.0
- @ethereum-waffle/chai@4.0.0
- @ethereum-waffle/compiler@4.0.0-alpha.1
- @ethereum-waffle/mock-contract@4.0.0-alpha.1

## 4.0.0-alpha.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.0-alpha.1",
"version": "4.0.0",
"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-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# @ethereum-waffle/jest

## 3.3.1

### Patch Changes

- Updated dependencies [ede638e]
- @ethereum-waffle/provider@4.0.0

## 3.3.0

### Minor Changes

- 80d215b: - Fix vulnerabilities shown by `yarn audit`
Expand Down
2 changes: 1 addition & 1 deletion waffle-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/jest",
"description": "A sweet set of jest matchers for your blockchain testing needs.",
"version": "3.3.0",
"version": "3.3.1",
"author": "Adrian Li <li.adrianmc@gmail.com>",
"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.0

### Patch Changes

- ede638e: Replaced deprecated `ganache-core` package with `ganache`.

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

0 comments on commit acf6381

Please sign in to comment.