Skip to content

Commit 704d6b0

Browse files
Version Packages (#500)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd15b5c commit 704d6b0

File tree

9 files changed

+31
-22
lines changed

9 files changed

+31
-22
lines changed

.changeset/brown-pugs-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-gifts-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-bags-destroy.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/hardhat/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @typechain/hardhat
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- c93a1e7: Fixed generated contract factory constructors to accept 3 parameters when called from ContractFactory methods
8+
(`this.constructor(interface, bytecode, signer)`).
9+
10+
Fixes https://github.com/dethcrypto/TypeChain/issues/487
11+
312
## 2.3.0
413

514
### Minor Changes

packages/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"smartcontract",
1212
"blockchain"
1313
],
14-
"version": "2.3.0",
14+
"version": "2.3.1",
1515
"license": "MIT",
1616
"repository": "https://github.com/ethereum-ts/Typechain",
1717
"main": "./dist/index.js",

packages/target-ethers-v5/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @typechain/ethers-v5
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- ed871ca: Fix contract interface functions name for tuples
8+
9+
### Patch Changes
10+
11+
- c93a1e7: Fixed generated contract factory constructors to accept 3 parameters when called from ContractFactory methods
12+
(`this.constructor(interface, bytecode, signer)`).
13+
14+
Fixes https://github.com/dethcrypto/TypeChain/issues/487
15+
316
## 7.1.2
417

518
### Patch Changes

packages/target-ethers-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TypeChain",
99
"TypeScript"
1010
],
11-
"version": "7.1.2",
11+
"version": "7.2.0",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",

packages/typechain/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# typechain
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- c7c2913: Escaped reserved words in argument names
8+
39
## 5.1.2
410

511
### Patch Changes

packages/typechain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"smartcontract",
99
"blockchain"
1010
],
11-
"version": "5.1.2",
11+
"version": "5.2.0",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",

0 commit comments

Comments
 (0)