Skip to content

Commit

Permalink
Bump all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Nov 4, 2020
1 parent 4c9af13 commit f654c68
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/target-ethers-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "1.0.1",
"version": "2.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -33,7 +33,7 @@
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"peerDependencies": {
"typechain": "^3.0.0",
"typechain": "^4.0.0",
"ethers": "^4.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/target-ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -33,7 +33,7 @@
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"peerDependencies": {
"typechain": "^3.0.0",
"typechain": "^4.0.0",
"ethers": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/target-truffle-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "2.0.3",
"version": "3.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -31,7 +31,7 @@
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"peerDependencies": {
"typechain": "^3.0.0",
"typechain": "^4.0.0",
"truffle": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"peerDependencies": {
"typechain": "^3.0.0",
"typechain": "^4.0.0",
"truffle": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/target-web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -32,7 +32,7 @@
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"peerDependencies": {
"typechain": "^3.0.0",
"typechain": "^4.0.0",
"web3": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typechain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"smartcontract",
"blockchain"
],
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down

0 comments on commit f654c68

Please sign in to comment.