Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #789

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fast-hornets-trade.md

This file was deleted.

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.1.0",
"@typechain/ethers-v5": "workspace:^10.1.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"typescript": "^4.6"
},
"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.3",
"@typechain/truffle-v5": "workspace:^8.0.1",
"@typechain/hardhat": "workspace:^6.1.4",
"@typechain/truffle-v5": "workspace:^8.0.2",
"@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.0",
"typechain": "workspace:^8.1.1",
"typescript": "^4.6",
"web3": "^1.3.4",
"web3-core": "^1",
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.4

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1
- @typechain/truffle-v5@8.0.2

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.1",
"typechain": "workspace:^8.1.0",
"@typechain/truffle-v5": "workspace:^8.0.2",
"typechain": "workspace:^8.1.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.1",
"@typechain/web3-v1": "workspace:^6.0.2",
"@types/bn.js": "^4.11.6",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.0"
"typechain": "workspace:^8.1.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",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "workspace:^10.1.0",
"@typechain/hardhat": "workspace:^6.1.3",
"@typechain/ethers-v5": "workspace:^10.1.1",
"@typechain/hardhat": "workspace:^6.1.4",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0"
"typechain": "workspace:^8.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typechain/hardhat

## 6.1.4

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1
- @typechain/ethers-v5@10.1.1

## 6.1.3

### 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.3",
"version": "6.1.4",
"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.1.0",
"@typechain/ethers-v5": "workspace:^10.1.1",
"@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.0",
"typechain": "workspace:^8.1.1",
"typescript": "^4"
},
"peerDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@typechain/ethers-v5": "workspace:^10.1.0",
"@typechain/ethers-v5": "workspace:^10.1.1",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.1.0"
"typechain": "workspace:^8.1.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.0.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0"
"typechain": "workspace:^8.1.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

## 10.1.1

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1

## 10.1.0

### Minor 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.1.0",
"version": "10.1.1",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"ethers": "^5.1.3",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"typescript": ">=4.3.0"
},
"devDependencies": {
Expand All @@ -47,7 +47,7 @@
"@types/lodash": "^4.14.139",
"ethers": "^5.1.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"typescript": ">=4.3.0",
"@types/proxyquire": "^1.3.28",
"proxyquire": "^2.1.3"
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 @@ -21,7 +21,7 @@
"concurrently": "^7.1.0",
"ganache": "^7.0.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.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.4

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.0",
"typechain": "workspace:^8.1.1",
"typescript": ">=4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.139",
"starknet": "^3.9.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"typescript": "^4.6.3"
},
"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.0",
"typechain": "workspace:^8.1.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.2

## 8.0.1

## 8.0.0
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.1",
"version": "8.0.2",
"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.0",
"typechain": "workspace:^8.1.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.0.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"web3": "^1.6.0",
"web3-eth-contract": "^1.6.0",
"web3-core": "^1",
Expand Down
7 changes: 7 additions & 0 deletions packages/target-web3-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/web3-v1

## 6.0.2

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1

## 6.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -31,13 +31,13 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"peerDependencies": {
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"web3": "^1",
"web3-core": "^1",
"web3-eth-contract": "^1"
},
"devDependencies": {
"typechain": "workspace:^8.1.0",
"typechain": "workspace:^8.1.1",
"test-utils": "1.0.0",
"@types/lodash": "^4.14.139",
"web3": "^1",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test-e2e

## 9.9.12

### Patch Changes

- Updated dependencies [bbc9656]
- typechain@8.1.1
- @typechain/ethers-v5@10.1.1

## 9.9.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/test-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-e2e",
"private": true,
"version": "9.9.11",
"version": "9.9.12",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
"format:fix": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"fs-extra": "^9.1.0",
"@types/fs-extra": "^9.0.7",
"typechain": "workspace:^8.1.0",
"@typechain/ethers-v5": "workspace:^10.1.0"
"typechain": "workspace:^8.1.1",
"@typechain/ethers-v5": "workspace:^10.1.1"
},
"devDependencies": {
"mocha": "^8.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/typechain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# typechain

## 8.1.1

### Patch Changes

- bbc9656: Skip run if project has no ABIs

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typechain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"smartcontract",
"blockchain"
],
"version": "8.1.0",
"version": "8.1.1",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
Loading