Skip to content

Commit

Permalink
Version Packages (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 24, 2023
1 parent b7ae5c6 commit f6b3b0b
Show file tree
Hide file tree
Showing 33 changed files with 151 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-eels-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-laws-beam.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ethers-v5-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/ethers-v5": "workspace:^11.0.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/ethers-v5": "workspace:^11.0.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v6": "workspace:^0.3.2",
"@typechain/ethers-v6": "workspace:^0.3.3",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat-truffe-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/hardhat": "workspace:^6.1.6",
"@typechain/truffle-v5": "workspace:^8.0.2",
"@typechain/hardhat": "workspace:^7.0.0",
"@typechain/truffle-v5": "workspace:^8.0.3",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -27,7 +27,7 @@
"hardhat": "^2.9.9",
"ts-generator": "0.0.8",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4.9.5",
"web3": "^1.3.4",
"web3-core": "^1",
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "workspace:^10.0.0",
"@typechain/hardhat": "workspace:^6.0.0",
"@typechain/ethers-v5": "workspace:^11.0.0",
"@typechain/hardhat": "workspace:^7.0.0",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -29,7 +29,7 @@
"@ethersproject/abi": "5.4.0",
"hardhat": "^2.9.9",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.0.0",
"typechain": "workspace:^8.2.0",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
8 changes: 8 additions & 0 deletions examples/truffle-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-truffle-v5

## 0.0.5

### Patch Changes

- Updated dependencies [15541e4]
- typechain@8.2.0
- @typechain/truffle-v5@8.0.3

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/truffle-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-truffle-v5",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"typecheck": "truffle compile && pnpm generate-types && tsc --noEmit"
},
"dependencies": {
"@typechain/truffle-v5": "workspace:^8.0.2",
"typechain": "workspace:^8.1.1",
"@typechain/truffle-v5": "workspace:^8.0.3",
"typechain": "workspace:^8.2.0",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/web3-v1": "workspace:^6.0.2",
"@typechain/web3-v1": "workspace:^6.0.3",
"@types/bn.js": "^4.11.6",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1"
"typechain": "workspace:^8.2.0"
},
"dependencies": {
"web3": "^1",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ethersproject/providers": "^5.4.7",
"@ethersproject/abi": "^5.4.7",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/hardhat": "workspace:^6.1.6",
"@typechain/ethers-v5": "workspace:^11.0.0",
"@typechain/hardhat": "workspace:^7.0.0",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1"
"typechain": "workspace:^8.2.0"
}
}
9 changes: 9 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @typechain/hardhat

## 7.0.0

### Patch Changes

- Updated dependencies [3eb6ed6]
- Updated dependencies [15541e4]
- @typechain/ethers-v5@11.0.0
- typechain@8.2.0

## 6.1.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "6.1.6",
"version": "7.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -36,21 +36,21 @@
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/ethers-v5": "workspace:^11.0.0",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"rimraf": "^3.0.2",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4"
},
"peerDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/ethers-v5": "workspace:^11.0.0",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.1.1"
"typechain": "workspace:^8.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/target-ethers-v5-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1"
"typechain": "workspace:^8.2.0"
},
"dependencies": {
"@ethersproject/abi": "^5.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @typechain/ethers-v5

## 11.0.0

### Major Changes

- 3eb6ed6: Removes PromiseOrValue

### Minor Changes

- 15541e4: Support for `nodenext` style import paths with new CLI flag: `--node16-modules`

### Patch Changes

- Updated dependencies [15541e4]
- typechain@8.2.0

## 10.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "10.2.1",
"version": "11.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ethersproject/abi": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"ethers": "^5.1.3",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": ">=4.3.0"
},
"devDependencies": {
Expand All @@ -46,7 +46,7 @@
"@types/lodash": "^4.14.139",
"ethers": "^5.1.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": ">=4.3.0",
"@types/proxyquire": "^1.3.28",
"proxyquire": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/target-ethers-v6-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1"
"typechain": "workspace:^8.2.0"
},
"dependencies": {
"ethers": "6.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/ethers-v6

## 0.3.3

### Patch Changes

- Updated dependencies [15541e4]
- typechain@8.2.0

## 0.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,7 +34,7 @@
},
"peerDependencies": {
"ethers": "6.x",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": ">=4.7.0"
},
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"ethers": "6.1.0",
"proxyquire": "^2.1.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": ">=4.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-starknet-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/bn.js": "^5.1.0",
"concurrently": "^7.1.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"wait-on": "^6.0.1"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/target-starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/starknet

## 0.2.5

### Patch Changes

- Updated dependencies [15541e4]
- typechain@8.2.0

## 0.2.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-starknet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeScript",
"ethereum"
],
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,14 +34,14 @@
},
"peerDependencies": {
"starknet": "^3.9.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": ">=4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.139",
"starknet": "^3.9.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v5-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test-utils": "1.0.0",
"truffle": "^5.1.21",
"ts-essentials": "^7.0.1",
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"typescript": "^4",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
2 changes: 2 additions & 0 deletions packages/target-truffle-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @typechain/truffle-v5

## 8.0.3

## 8.0.2

## 8.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/target-truffle-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "8.0.2",
"version": "8.0.3",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"web3": "^1"
},
"devDependencies": {
"typechain": "workspace:^8.1.1",
"typechain": "workspace:^8.2.0",
"@types/lodash": "^4.14.139",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
Loading

0 comments on commit f6b3b0b

Please sign in to comment.