Skip to content

Commit

Permalink
Version Packages (#106)
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 Oct 2, 2022
1 parent 83a5e01 commit 863eb1b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/thick-hats-unite.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.7

### Patch Changes

- 83a5e01: Fix forkUrl option handling

## 0.1.6

### 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.6",
"version": "0.1.7",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @foundry-rs/hardhat

## 0.1.8

### Patch Changes

- 83a5e01: Fix forkUrl option handling
- Updated dependencies [83a5e01]
- @foundry-rs/hardhat-anvil@0.1.7

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.1.8",
"description": "Foundry's hardhat plugin",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.3",
"@foundry-rs/hardhat-anvil": "^0.1.6",
"@foundry-rs/hardhat-anvil": "^0.1.7",
"@foundry-rs/hardhat-forge": "^0.1.8",
"@types/sinon-chai": "^3.2.3",
"@types/web3": "1.0.19",
Expand Down

0 comments on commit 863eb1b

Please sign in to comment.