Skip to content

Commit

Permalink
Bump to 3.1.2 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkirejczyk committed Oct 23, 2020
1 parent 8c5942d commit cc925f6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions docs/release-notes/3.1.2.md
@@ -0,0 +1,2 @@
* Add changeTokenBalance matcher
* Fix staticcall for calls with multiple parameters
4 changes: 2 additions & 2 deletions waffle-chai/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/chai",
"description": "A sweet set of chai matchers for your blockchain testing needs.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.2",
"ethers": "^5.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions waffle-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "ethereum-waffle",
"description": "Sweeter, faster and simpler than truffle.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -42,10 +42,10 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/chai": "^3.1.1",
"@ethereum-waffle/compiler": "^3.1.1",
"@ethereum-waffle/mock-contract": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/chai": "^3.1.2",
"@ethereum-waffle/compiler": "^3.1.2",
"@ethereum-waffle/mock-contract": "^3.1.2",
"@ethereum-waffle/provider": "^3.1.2",
"ethers": "^5.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions waffle-compiler/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/compiler",
"description": "Compile solidity without the hassle.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@openzeppelin/contracts": "^3.0.1",
"@ethereum-waffle/chai": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/chai": "^3.1.2",
"@ethereum-waffle/provider": "^3.1.2",
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-string": "^1.4.2",
Expand Down
6 changes: 3 additions & 3 deletions waffle-e2e/package.json
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"ethers": "^5.0.1",
"@ethereum-waffle/compiler": "^3.1.1",
"@ethereum-waffle/chai": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/compiler": "^3.1.2",
"@ethereum-waffle/chai": "^3.1.2",
"@ethereum-waffle/provider": "^3.1.2",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion waffle-ens/package.json
@@ -1,6 +1,6 @@
{
"name": "@ethereum-waffle/ens",
"version": "3.1.1",
"version": "3.1.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
4 changes: 2 additions & 2 deletions waffle-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/jest",
"description": "A sweet set of jest matchers for your blockchain testing needs.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Adrian Li <li.adrianmc@gmail.com>",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.2",
"ethers": "^5.0.0",
"jest-diff": "^26.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions waffle-mock-contract/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/mock-contract",
"description": "Mock smart contracts in a smart way.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -44,9 +44,9 @@
"ethers": "^5.0.1"
},
"devDependencies": {
"@ethereum-waffle/chai": "^3.1.1",
"@ethereum-waffle/compiler": "^3.1.1",
"@ethereum-waffle/provider": "^3.1.1",
"@ethereum-waffle/chai": "^3.1.2",
"@ethereum-waffle/compiler": "^3.1.2",
"@ethereum-waffle/provider": "^3.1.2",
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^5.2.7",
Expand Down
4 changes: 2 additions & 2 deletions waffle-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/provider",
"description": "A mock provider for your blockchain testing needs.",
"version": "3.1.1",
"version": "3.1.2",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/ens": "^3.1.1",
"@ethereum-waffle/ens": "^3.1.2",
"ethers": "^5.0.1",
"ganache-core": "^2.10.2",
"patch-package": "^6.2.2",
Expand Down

0 comments on commit cc925f6

Please sign in to comment.