Skip to content

Commit 79b8ef7

Browse files
Version Packages (#769)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 422cd7c commit 79b8ef7

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

.changeset/light-hairs-chew.md

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

examples/hardhat-truffe-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@nomiclabs/hardhat-etherscan": "^2.1.1",
1515
"@nomiclabs/hardhat-truffle5": "^2.0.0",
1616
"@nomiclabs/hardhat-web3": "^2.0.0",
17-
"@typechain/hardhat": "workspace:^6.1.2",
17+
"@typechain/hardhat": "workspace:^6.1.3",
1818
"@typechain/truffle-v5": "workspace:^8.0.1",
1919
"@types/chai": "^4.2.15",
2020
"@types/chai-as-promised": "^7.1.3",

packages/hardhat-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@ethersproject/abi": "^5.4.7",
2020
"@nomiclabs/hardhat-ethers": "^2.0.2",
2121
"@typechain/ethers-v5": "workspace:^10.1.0",
22-
"@typechain/hardhat": "workspace:^6.1.2",
22+
"@typechain/hardhat": "workspace:^6.1.3",
2323
"ethers": "^5.4.7",
2424
"hardhat": "^2.9.9",
2525
"test-utils": "1.0.0",

packages/hardhat/CHANGELOG.md

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

3+
## 6.1.3
4+
5+
### Patch Changes
6+
7+
- dc5ede9: Reduce the time it takes to load the plugin by importing every library only when needed
8+
39
## 6.1.2
410

511
### Patch 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": "6.1.2",
14+
"version": "6.1.3",
1515
"license": "MIT",
1616
"repository": "https://github.com/ethereum-ts/Typechain",
1717
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)