Skip to content

Commit

Permalink
Version Packages (#565)
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 Dec 22, 2021
1 parent ab3680e commit 581b369
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .changeset/fifty-berries-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-files-rest.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- 5f81ca9: Using `--ts-nocheck` (`config.tsNocheck`) flag, you can now add `// @ts-nocheck` comment in case where code
generated by TypeChain doesn't pass typechecking.

Read more in [TypeScript docs][tsdocs].

[tsdocs]:
(https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#-ts-nocheck-in-typescript-files)

## 3.0.0

### Major 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/typechain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# typechain

## 6.1.0

### Minor Changes

- 5f81ca9: Using `--ts-nocheck` (`config.tsNocheck`) flag, you can now add `// @ts-nocheck` comment in case where code
generated by TypeChain doesn't pass typechecking.

Read more in [TypeScript docs][tsdocs].

[tsdocs]:
(https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#-ts-nocheck-in-typescript-files)

- 156c744: Given --help flag, `typechain` CLI now shows the usage guide.

## 6.0.5

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

0 comments on commit 581b369

Please sign in to comment.