Skip to content

Commit

Permalink
Version Packages (#56)
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
gakonst and github-actions[bot] authored Jun 15, 2022
1 parent e02aee0 commit 77dccb4
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-rivers-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ads-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-rice-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-otters-sing.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- e02aee0: fix flaky tests

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-anvil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foundry-rs/hardhat-anvil",
"version": "0.1.4",
"version": "0.1.5",
"description": "Hardhat plugin for managing Anvil",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down
8 changes: 8 additions & 0 deletions packages/hardhat-forge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @foundry-rs/hardhat-forge

## 0.1.7

### Patch Changes

- e02aee0: Add deprecated private method for typechain compat
- e02aee0: Use the correct source name in the artifact
- e02aee0: Implement `Artifacts.getBuildInfo`

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-forge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foundry-rs/hardhat-forge",
"version": "0.1.6",
"version": "0.1.7",
"description": "Hardhat plugin for foundry's forge",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down
12 changes: 12 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @foundry-rs/hardhat

## 0.1.6

### Patch Changes

- e02aee0: fix flaky tests
- Updated dependencies [e02aee0]
- Updated dependencies [e02aee0]
- Updated dependencies [e02aee0]
- Updated dependencies [e02aee0]
- @foundry-rs/hardhat-forge@0.1.7
- @foundry-rs/hardhat-anvil@0.1.5

## 0.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foundry-rs/hardhat",
"version": "0.1.5",
"version": "0.1.6",
"description": "Foundry's hardhat plugin",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.3",
"@foundry-rs/hardhat-anvil": "^0.1.4",
"@foundry-rs/hardhat-forge": "^0.1.4",
"@foundry-rs/hardhat-anvil": "^0.1.5",
"@foundry-rs/hardhat-forge": "^0.1.7",
"@types/sinon-chai": "^3.2.3",
"@types/web3": "1.0.19",
"camelcase-keys": "^7.0.2",
Expand Down

0 comments on commit 77dccb4

Please sign in to comment.