Skip to content

Commit

Permalink
🎉 Release new version (alpha) (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefi-bot committed May 17, 2022
1 parent a26257e commit 2ef3d81
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,22 @@
"@ethereum-waffle/ens": "4.0.0-alpha.19",
"@ethereum-waffle/hardhat": "4.0.0-alpha.19",
"@ethereum-waffle/mock-contract": "4.0.0-alpha.19",
"@ethereum-waffle/provider": "4.0.0-alpha.19"
"@ethereum-waffle/provider": "4.0.0-alpha.19",
"@ethereum-waffle/optimism": "4.0.0-alpha.20"
},
"changesets": [
"add-src-to-npm",
"big-goats-guess",
"big-shrimps-rule",
"blue-frogs-reply",
"dirty-badgers-sin",
"dirty-walls-repeat",
"eighty-squids-knock",
"fluffy-queens-cross",
"smooth-yaks-hammer",
"strange-hairs-boil",
"tame-walls-speak",
"thin-items-hide",
"tricky-spiders-invite",
"update-ethers"
]
Expand Down
11 changes: 11 additions & 0 deletions waffle-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ethereum-waffle/chai

## 4.0.0-alpha.25

### Patch Changes

- e69f739: Support testing on optimism
- 1e598c5: BN closeTo actual may be a js number
- 2ccc395: Fix emit.withArgs not enough elements in list
- 79a421f: Test args of custom errors with .withArgs matcher
- Updated dependencies [1e479c3]
- @ethereum-waffle/provider@4.0.0-alpha.24

## 4.0.0-alpha.24

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

## 4.0.0-alpha.25

### Patch Changes

- Updated dependencies [e69f739]
- Updated dependencies [1e598c5]
- Updated dependencies [1e479c3]
- Updated dependencies [2ccc395]
- Updated dependencies [79a421f]
- @ethereum-waffle/chai@4.0.0-alpha.25
- @ethereum-waffle/provider@4.0.0-alpha.24
- @ethereum-waffle/compiler@4.0.0-alpha.21
- @ethereum-waffle/mock-contract@4.0.0-alpha.21

## 4.0.0-alpha.24

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

## 4.0.0-alpha.21

### Patch Changes

- a26257e: Add build step for waffle-optimism
- e69f739: Support testing on optimism
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.0-alpha.20",
"version": "4.0.0-alpha.21",
"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.0-alpha.24

### Patch Changes

- 1e479c3: Introduce TestProvider type

## 4.0.0-alpha.23

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

0 comments on commit 2ef3d81

Please sign in to comment.