Skip to content

Commit

Permalink
Merge pull request #458 from ethereum-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
krzkaczor authored Aug 27, 2021
2 parents 428fc97 + 94ad847 commit bce7d5d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/grumpy-shoes-hug.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/target-ethers-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @typechain/ethers-v4

## 5.1.0

### Minor Changes

- b3c94a1: Adds overrides introduced by EIP-1559.

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/target-ethers-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "5.0.0",
"version": "5.1.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/target-truffle-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @typechain/truffle-v4

## 4.1.0

### Minor Changes

- b3c94a1: Adds overrides introduced by EIP-1559.

## 4.0.0

### Patch Changes

- Updated dependencies [d60a343]
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/target-truffle-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @typechain/truffle-v5

## 5.1.0

### Minor Changes

- b3c94a1: Adds overrides introduced by EIP-1559.

## 5.0.0

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

## 3.1.0

### Minor Changes

- b3c94a1: Adds overrides introduced by EIP-1559.

## 3.0.0

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

0 comments on commit bce7d5d

Please sign in to comment.