Skip to content

Commit

Permalink
Version Packages (#854)
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 Jul 17, 2023
1 parent cd4bb0f commit 724a4d5
Show file tree
Hide file tree
Showing 33 changed files with 145 additions and 93 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-ghosts-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-eggs-brush.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:^11.0.0",
"@typechain/ethers-v5": "workspace:^11.0.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"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:^11.0.0",
"@typechain/ethers-v5": "workspace:^11.0.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"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.4.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"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:^8.0.0",
"@typechain/truffle-v5": "workspace:^8.0.3",
"@typechain/hardhat": "workspace:^8.0.1",
"@typechain/truffle-v5": "workspace:^8.0.4",
"@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.2.0",
"typechain": "workspace:^8.2.1",
"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": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@typechain/ethers-v6": "workspace:^0.4.0",
"@typechain/hardhat": "workspace:^8.0.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/hardhat": "workspace:^8.0.1",
"@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.2.0",
"typechain": "workspace:^8.2.1",
"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.6

### Patch Changes

- Updated dependencies [cd4bb0f]
- [email protected]
- @typechain/truffle-v5@8.0.4

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.3",
"typechain": "workspace:^8.2.0",
"@typechain/truffle-v5": "workspace:^8.0.4",
"typechain": "workspace:^8.2.1",
"@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.3",
"@typechain/web3-v1": "workspace:^6.0.4",
"@types/bn.js": "^4.11.6",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.0"
"typechain": "workspace:^8.2.1"
},
"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",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@typechain/ethers-v6": "workspace:^0.4.0",
"@typechain/hardhat": "workspace:^8.0.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/hardhat": "workspace:^8.0.1",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.0"
"typechain": "workspace:^8.2.1"
}
}
10 changes: 10 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @typechain/hardhat

## 8.0.1

### Patch Changes

- c2b3f1b: Support for the newest hardhat-ethers version
- Updated dependencies [c2b3f1b]
- Updated dependencies [cd4bb0f]
- @typechain/ethers-v6@0.4.1
- [email protected]

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"license": "MIT",
"repository": "https:/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,19 +34,19 @@
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@typechain/ethers-v6": "workspace:^0.4.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"rimraf": "^3.0.2",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"typescript": "^4"
},
"peerDependencies": {
"@typechain/ethers-v6": "workspace:^0.4.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.2.0"
"typechain": "workspace:^8.2.1"
}
}
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.2.0"
"typechain": "workspace:^8.2.1"
},
"dependencies": {
"@ethersproject/abi": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/ethers-v5

## 11.0.1

### Patch Changes

- Updated dependencies [cd4bb0f]
- [email protected]

## 11.0.0

### Major 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": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"repository": "https:/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.2.0",
"typechain": "workspace:^8.2.1",
"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.2.0",
"typechain": "workspace:^8.2.1",
"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.2.0"
"typechain": "workspace:^8.2.1"
},
"dependencies": {
"ethers": "6.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typechain/ethers-v6

## 0.4.1

### Patch Changes

- c2b3f1b: Support for the newest hardhat-ethers version
- Updated dependencies [cd4bb0f]
- [email protected]

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"license": "MIT",
"repository": "https:/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,7 +34,7 @@
},
"peerDependencies": {
"ethers": "6.x",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"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.2.0",
"typechain": "workspace:^8.2.1",
"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.2.0",
"typechain": "workspace:^8.2.1",
"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.6

### Patch Changes

- Updated dependencies [cd4bb0f]
- [email protected]

## 0.2.5

### 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.5",
"version": "0.2.6",
"license": "MIT",
"repository": "https:/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,14 +34,14 @@
},
"peerDependencies": {
"starknet": "^3.9.0",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"typescript": ">=4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.139",
"starknet": "^3.9.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"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.2.0",
"typechain": "workspace:^8.2.1",
"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.4

## 8.0.3

## 8.0.2
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.3",
"version": "8.0.4",
"license": "MIT",
"repository": "https:/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"web3": "^1"
},
"devDependencies": {
"typechain": "workspace:^8.2.0",
"typechain": "workspace:^8.2.1",
"@types/lodash": "^4.14.139",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-web3-v1-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.2.0",
"typechain": "workspace:^8.2.1",
"web3": "^1.6.0",
"web3-eth-contract": "^1.6.0",
"web3-core": "^1",
Expand Down
Loading

0 comments on commit 724a4d5

Please sign in to comment.