From c8ac1aa853715c64530515e088087e690c426e05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:18:18 +0200 Subject: [PATCH] Version Packages (#864) Co-authored-by: github-actions[bot] --- .changeset/moody-lamps-mix.md | 5 ----- .changeset/moody-mayflies-marry.md | 5 ----- examples/ethers-v6-nodenext/package.json | 2 +- examples/ethers-v6/package.json | 2 +- examples/hardhat-truffe-v5/package.json | 2 +- examples/hardhat/package.json | 4 ++-- packages/hardhat-test/package.json | 4 ++-- packages/hardhat/CHANGELOG.md | 8 ++++++++ packages/hardhat/package.json | 6 +++--- packages/target-ethers-v6/CHANGELOG.md | 10 ++++++++++ packages/target-ethers-v6/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 12 files changed, 37 insertions(+), 29 deletions(-) delete mode 100644 .changeset/moody-lamps-mix.md delete mode 100644 .changeset/moody-mayflies-marry.md diff --git a/.changeset/moody-lamps-mix.md b/.changeset/moody-lamps-mix.md deleted file mode 100644 index b3dff33bd..000000000 --- a/.changeset/moody-lamps-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typechain/ethers-v6": patch ---- - -fix: always use view overrides for statcCalls diff --git a/.changeset/moody-mayflies-marry.md b/.changeset/moody-mayflies-marry.md deleted file mode 100644 index 1370de44e..000000000 --- a/.changeset/moody-mayflies-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@typechain/ethers-v6': minor ---- - -Add support for ESM module resolutions using the `--node16-modules` flag in the `ethers-v6` target. diff --git a/examples/ethers-v6-nodenext/package.json b/examples/ethers-v6-nodenext/package.json index ddd6428e8..f47acd2ab 100644 --- a/examples/ethers-v6-nodenext/package.json +++ b/examples/ethers-v6-nodenext/package.json @@ -11,7 +11,7 @@ "typecheck": "pnpm generate-types && tsc --noEmit" }, "devDependencies": { - "@typechain/ethers-v6": "workspace:^0.4.3", + "@typechain/ethers-v6": "workspace:^0.5.0", "@types/bn.js": "^5.1.0", "ts-node": "^10.7.0", "typechain": "workspace:^8.3.1", diff --git a/examples/ethers-v6/package.json b/examples/ethers-v6/package.json index d25bcc7f2..c0347a846 100644 --- a/examples/ethers-v6/package.json +++ b/examples/ethers-v6/package.json @@ -10,7 +10,7 @@ "typecheck": "pnpm generate-types && tsc --noEmit" }, "devDependencies": { - "@typechain/ethers-v6": "workspace:^0.4.3", + "@typechain/ethers-v6": "workspace:^0.5.0", "@types/bn.js": "^5.1.0", "ts-node": "^10.7.0", "typechain": "workspace:^8.3.1", diff --git a/examples/hardhat-truffe-v5/package.json b/examples/hardhat-truffe-v5/package.json index dc58b025e..073112586 100644 --- a/examples/hardhat-truffe-v5/package.json +++ b/examples/hardhat-truffe-v5/package.json @@ -14,7 +14,7 @@ "@nomiclabs/hardhat-etherscan": "^2.1.1", "@nomiclabs/hardhat-truffle5": "^2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0", - "@typechain/hardhat": "workspace:^8.0.3", + "@typechain/hardhat": "workspace:^9.0.0", "@typechain/truffle-v5": "workspace:^8.0.6", "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", diff --git a/examples/hardhat/package.json b/examples/hardhat/package.json index 2d47042f4..4766137f0 100644 --- a/examples/hardhat/package.json +++ b/examples/hardhat/package.json @@ -13,8 +13,8 @@ "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.4", "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", - "@typechain/ethers-v6": "workspace:^0.4.3", - "@typechain/hardhat": "workspace:^8.0.3", + "@typechain/ethers-v6": "workspace:^0.5.0", + "@typechain/hardhat": "workspace:^9.0.0", "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", "@types/mocha": "^8.2.0", diff --git a/packages/hardhat-test/package.json b/packages/hardhat-test/package.json index 103462568..b9801f97c 100644 --- a/packages/hardhat-test/package.json +++ b/packages/hardhat-test/package.json @@ -18,8 +18,8 @@ "@ethersproject/providers": "^5.4.7", "@ethersproject/abi": "^5.4.7", "@nomicfoundation/hardhat-ethers": "^3.0.0", - "@typechain/ethers-v6": "workspace:^0.4.3", - "@typechain/hardhat": "workspace:^8.0.3", + "@typechain/ethers-v6": "workspace:^0.5.0", + "@typechain/hardhat": "workspace:^9.0.0", "ethers": "~6.3.0", "hardhat": "^2.9.9", "test-utils": "1.0.0", diff --git a/packages/hardhat/CHANGELOG.md b/packages/hardhat/CHANGELOG.md index 420843674..b83acd8be 100644 --- a/packages/hardhat/CHANGELOG.md +++ b/packages/hardhat/CHANGELOG.md @@ -1,5 +1,13 @@ # @typechain/hardhat +## 9.0.0 + +### Patch Changes + +- Updated dependencies [04ebda9] +- Updated dependencies [64d18f7] + - @typechain/ethers-v6@0.5.0 + ## 8.0.3 ### Patch Changes diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index c00f6cb55..8760e3907 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -11,7 +11,7 @@ "smartcontract", "blockchain" ], - "version": "8.0.3", + "version": "9.0.0", "license": "MIT", "repository": "https://github.com/ethereum-ts/Typechain", "main": "./dist/index.js", @@ -34,7 +34,7 @@ }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.0", - "@typechain/ethers-v6": "workspace:^0.4.3", + "@typechain/ethers-v6": "workspace:^0.5.0", "@types/fs-extra": "^9.0.7", "@types/rimraf": "^3.0.0", "ethers": "^6.1.0", @@ -44,7 +44,7 @@ "typescript": "^4" }, "peerDependencies": { - "@typechain/ethers-v6": "workspace:^0.4.3", + "@typechain/ethers-v6": "workspace:^0.5.0", "ethers": "^6.1.0", "hardhat": "^2.9.9", "typechain": "workspace:^8.3.1" diff --git a/packages/target-ethers-v6/CHANGELOG.md b/packages/target-ethers-v6/CHANGELOG.md index 7eaaeb81f..512251a69 100644 --- a/packages/target-ethers-v6/CHANGELOG.md +++ b/packages/target-ethers-v6/CHANGELOG.md @@ -1,5 +1,15 @@ # @typechain/ethers-v6 +## 0.5.0 + +### Minor Changes + +- 64d18f7: Add support for ESM module resolutions using the `--node16-modules` flag in the `ethers-v6` target. + +### Patch Changes + +- 04ebda9: fix: always use view overrides for statcCalls + ## 0.4.3 ### Patch Changes diff --git a/packages/target-ethers-v6/package.json b/packages/target-ethers-v6/package.json index 86dd7de44..bcde83490 100644 --- a/packages/target-ethers-v6/package.json +++ b/packages/target-ethers-v6/package.json @@ -8,7 +8,7 @@ "TypeChain", "TypeScript" ], - "version": "0.4.3", + "version": "0.5.0", "license": "MIT", "repository": "https://github.com/ethereum-ts/Typechain", "main": "./dist/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddd4d5311..40292dc81 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,7 +119,7 @@ importers: version: 6.1.0 devDependencies: '@typechain/ethers-v6': - specifier: workspace:^0.4.3 + specifier: workspace:^0.5.0 version: link:../../packages/target-ethers-v6 '@types/bn.js': specifier: ^5.1.0 @@ -141,7 +141,7 @@ importers: version: 6.3.0 devDependencies: '@typechain/ethers-v6': - specifier: workspace:^0.4.3 + specifier: workspace:^0.5.0 version: link:../../packages/target-ethers-v6 '@types/bn.js': specifier: ^5.1.0 @@ -174,10 +174,10 @@ importers: specifier: ^3.0.4 version: 3.0.4(ethers@6.3.0)(hardhat@2.9.9) '@typechain/ethers-v6': - specifier: workspace:^0.4.3 + specifier: workspace:^0.5.0 version: link:../../packages/target-ethers-v6 '@typechain/hardhat': - specifier: workspace:^8.0.3 + specifier: workspace:^9.0.0 version: link:../../packages/hardhat '@types/chai': specifier: ^4.2.15 @@ -231,7 +231,7 @@ importers: specifier: ^2.0.0 version: 2.0.0(hardhat@2.9.9)(web3@1.7.1) '@typechain/hardhat': - specifier: workspace:^8.0.3 + specifier: workspace:^9.0.0 version: link:../../packages/hardhat '@typechain/truffle-v5': specifier: workspace:^8.0.6 @@ -377,7 +377,7 @@ importers: specifier: ^3.0.0 version: 3.0.0(ethers@6.3.0)(hardhat@2.9.9) '@typechain/ethers-v6': - specifier: workspace:^0.4.3 + specifier: workspace:^0.5.0 version: link:../target-ethers-v6 '@types/fs-extra': specifier: ^9.0.7 @@ -413,10 +413,10 @@ importers: specifier: ^3.0.0 version: 3.0.0(ethers@6.3.0)(hardhat@2.9.9) '@typechain/ethers-v6': - specifier: workspace:^0.4.3 + specifier: workspace:^0.5.0 version: link:../target-ethers-v6 '@typechain/hardhat': - specifier: workspace:^8.0.3 + specifier: workspace:^9.0.0 version: link:../hardhat ethers: specifier: ~6.3.0