Skip to content

Commit

Permalink
Merge pull request #435 from ethereum-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
krzkaczor authored Jul 19, 2021
2 parents 627299c + 2fece90 commit 62cfdaa
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-eagles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-vans-occur.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/hardhat

## 2.2.0

### Minor Changes

- 21a5062: Always use hardhat project root as cwd while generating types. All paths in the config are now always
relative to the project root as well.

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "2.1.2",
"version": "2.2.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
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

## 5.1.2

### Patch Changes

- a3feb27: Support extracting library references in hardhat style artifacts

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.1.2",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down

0 comments on commit 62cfdaa

Please sign in to comment.