Skip to content

Commit

Permalink
Merge pull request #336 from ethereum-ts/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
krzkaczor authored Mar 6, 2021
2 parents 207f392 + 87edb93 commit 66cedf7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-ravens-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-numbers-breathe.md

This file was deleted.

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

## 1.0.0
### Major Changes

- cd8b04b: Initial release
5 changes: 2 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": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -29,8 +29,7 @@
"test": "mocha --config ../../.mocharc.js",
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/fs-extra": "^9.0.7",
"ethers": "^5.0.31",
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

## 4.0.3

### Patch Changes

- dbfe92a: Improve error message in case of a missing target

## 4.0.2

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

0 comments on commit 66cedf7

Please sign in to comment.