Skip to content

Commit

Permalink
Version Packages (#835)
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 13, 2023
1 parent 13db3fc commit d0f75e2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/ethers-v6-runner.md

This file was deleted.

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.1",
"@typechain/ethers-v6": "workspace:^0.3.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.1.1",
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.2

### Patch Changes

- 13db3fc: fix import type ContractRunner

## 0.3.1

### Patch 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.1",
"version": "0.3.2",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
30 changes: 23 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 d0f75e2

Please sign in to comment.