Skip to content

Commit

Permalink
Version Packages (#878)
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] committed Oct 15, 2023
1 parent da71c45 commit 5f44d6c
Show file tree
Hide file tree
Showing 34 changed files with 149 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-baboons-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-suits-check.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ethers-v5-nodenext/package.json
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^11.1.1",
"@typechain/ethers-v5": "workspace:^11.1.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v5/package.json
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^11.1.1",
"@typechain/ethers-v5": "workspace:^11.1.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v6-nodenext/package.json
Expand Up @@ -11,10 +11,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v6": "workspace:^0.5.0",
"@typechain/ethers-v6": "workspace:^0.5.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v6/package.json
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v6": "workspace:^0.5.0",
"@typechain/ethers-v6": "workspace:^0.5.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat-truffe-v5/package.json
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:^9.0.0",
"@typechain/truffle-v5": "workspace:^8.0.6",
"@typechain/hardhat": "workspace:^9.1.0",
"@typechain/truffle-v5": "workspace:^8.0.7",
"@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.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.9.5",
"web3": "^1.3.4",
"web3-core": "^1",
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat/package.json
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.5.0",
"@typechain/hardhat": "workspace:^9.0.0",
"@typechain/ethers-v6": "workspace:^0.5.1",
"@typechain/hardhat": "workspace:^9.1.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.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
8 changes: 8 additions & 0 deletions examples/truffle-v5/CHANGELOG.md
@@ -1,5 +1,13 @@
# example-truffle-v5

## 0.0.9

### Patch Changes

- Updated dependencies [3469800]
- typechain@8.3.2
- @typechain/truffle-v5@8.0.7

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/truffle-v5/package.json
@@ -1,7 +1,7 @@
{
"name": "example-truffle-v5",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"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.6",
"typechain": "workspace:^8.3.1",
"@typechain/truffle-v5": "workspace:^8.0.7",
"typechain": "workspace:^8.3.2",
"@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
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/web3-v1": "workspace:^6.0.6",
"@typechain/web3-v1": "workspace:^6.0.7",
"@types/bn.js": "^4.11.6",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.1"
"typechain": "workspace:^8.3.2"
},
"dependencies": {
"web3": "^1",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-test/package.json
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.5.0",
"@typechain/hardhat": "workspace:^9.0.0",
"@typechain/ethers-v6": "workspace:^0.5.1",
"@typechain/hardhat": "workspace:^9.1.0",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"typechain": "workspace:^8.3.1"
"typechain": "workspace:^8.3.2"
}
}
12 changes: 12 additions & 0 deletions packages/hardhat/CHANGELOG.md
@@ -1,5 +1,17 @@
# @typechain/hardhat

## 9.1.0

### Minor Changes

- da71c45: Allow passing node16Modules flag to TypeChain

### Patch Changes

- Updated dependencies [3469800]
- typechain@8.3.2
- @typechain/ethers-v6@0.5.1

## 9.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hardhat/package.json
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "9.0.0",
"version": "9.1.0",
"license": "MIT",
"repository": "https://github.com/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.5.0",
"@typechain/ethers-v6": "workspace:^0.5.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.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4"
},
"peerDependencies": {
"@typechain/ethers-v6": "workspace:^0.5.0",
"@typechain/ethers-v6": "workspace:^0.5.1",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.3.1"
"typechain": "workspace:^8.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/target-ethers-v5-test/package.json
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.3.1"
"typechain": "workspace:^8.3.2"
},
"dependencies": {
"@ethersproject/abi": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
@@ -1,5 +1,12 @@
# @typechain/ethers-v5

## 11.1.2

### Patch Changes

- Updated dependencies [3469800]
- typechain@8.3.2

## 11.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-ethers-v5/package.json
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "11.1.1",
"version": "11.1.2",
"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.3.1",
"typechain": "workspace:^8.3.2",
"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.3.1",
"typechain": "workspace:^8.3.2",
"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
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.3.1"
"typechain": "workspace:^8.3.2"
},
"dependencies": {
"ethers": "6.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
@@ -1,5 +1,12 @@
# @typechain/ethers-v6

## 0.5.1

### Patch Changes

- Updated dependencies [3469800]
- typechain@8.3.2

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-ethers-v6/package.json
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "0.5.0",
"version": "0.5.1",
"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.3.1",
"typechain": "workspace:^8.3.2",
"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.3.1",
"typechain": "workspace:^8.3.2",
"typescript": ">=4.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-starknet-test/package.json
Expand Up @@ -20,7 +20,7 @@
"@types/bn.js": "^5.1.0",
"concurrently": "^7.1.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"wait-on": "^6.0.1"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/target-starknet/CHANGELOG.md
@@ -1,5 +1,12 @@
# @typechain/starknet

## 0.2.9

### Patch Changes

- Updated dependencies [3469800]
- typechain@8.3.2

## 0.2.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-starknet/package.json
Expand Up @@ -8,7 +8,7 @@
"TypeScript",
"ethereum"
],
"version": "0.2.8",
"version": "0.2.9",
"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.3.1",
"typechain": "workspace:^8.3.2",
"typescript": ">=4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.139",
"starknet": "^3.9.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v5-test/package.json
Expand Up @@ -31,7 +31,7 @@
"test-utils": "1.0.0",
"truffle": "^5.1.21",
"ts-essentials": "^7.0.1",
"typechain": "workspace:^8.3.1",
"typechain": "workspace:^8.3.2",
"typescript": "^4",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
2 changes: 2 additions & 0 deletions packages/target-truffle-v5/CHANGELOG.md
@@ -1,5 +1,7 @@
# @typechain/truffle-v5

## 8.0.7

## 8.0.6

## 8.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/target-truffle-v5/package.json
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "8.0.6",
"version": "8.0.7",
"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.3.1",
"typechain": "workspace:^8.3.2",
"@types/lodash": "^4.14.139",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down

0 comments on commit 5f44d6c

Please sign in to comment.