Skip to content

Commit

Permalink
Version Packages (#828)
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 7, 2023
1 parent a036651 commit 86bb9a3
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-cobras-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-readers-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-kings-reply.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^10.2.0",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v6": "workspace:^0.3.0",
"@typechain/ethers-v6": "workspace:^0.3.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/hardhat-truffe-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:^6.1.5",
"@typechain/hardhat": "workspace:^6.1.6",
"@typechain/truffle-v5": "workspace:^8.0.2",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@ethersproject/providers": "^5.4.7",
"@ethersproject/abi": "^5.4.7",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "workspace:^10.2.0",
"@typechain/hardhat": "workspace:^6.1.5",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@typechain/hardhat": "workspace:^6.1.6",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
Expand Down
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.6

### Patch Changes

- Updated dependencies [5b0759d]
- Updated dependencies [a036651]
- @typechain/ethers-v5@10.2.1

## 6.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "6.1.6",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -36,7 +36,7 @@
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "workspace:^10.2.0",
"@typechain/ethers-v5": "workspace:^10.2.1",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^5.4.7",
Expand All @@ -48,7 +48,7 @@
"peerDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@typechain/ethers-v5": "workspace:^10.2.0",
"@typechain/ethers-v5": "workspace:^10.2.1",
"ethers": "^5.4.7",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.1.1"
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.2.1

### Patch Changes

- 5b0759d: Remove obsolete peer dependency `@ethersproject/bytes@^5.0.0` from `target-ethers-v5`
- a036651: Fix for unused type in new ethers-v5 codegen

## 10.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "10.2.1",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @typechain/ethers-v6

## 0.3.1

### Patch Changes

- ddf77dc: ethers-v6: added new reserved keywords labels

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.1",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
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.14

### Patch Changes

- Updated dependencies [5b0759d]
- Updated dependencies [a036651]
- @typechain/ethers-v5@10.2.1

## 9.9.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "9.9.14",
"scripts": {
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
"format:fix": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
Expand All @@ -16,7 +16,7 @@
"fs-extra": "^9.1.0",
"@types/fs-extra": "^9.0.7",
"typechain": "workspace:^8.1.1",
"@typechain/ethers-v5": "workspace:^10.2.0"
"@typechain/ethers-v5": "workspace:^10.2.1"
},
"devDependencies": {
"mocha": "^8.2.0"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86bb9a3

Please sign in to comment.