Skip to content

Commit

Permalink
Version Packages (#44)
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 1, 2022
1 parent cbec898 commit a5f7430
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-rice-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/four-mayflies-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cougars-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-tools-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-planes-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-houses-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-owls-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-pigs-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cheetahs-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-bags-scream.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- a7bb4be: fix: catch clause can't have any type annotation

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-foundryup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foundry-rs/easy-foundryup",
"version": "0.1.2",
"version": "0.1.3",
"description": "Install and manage foundryup",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down
10 changes: 10 additions & 0 deletions packages/hardhat-anvil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @foundry-rs/hardhat-anvil

## 0.1.4

### Patch Changes

- 9ba6d04: use correct output dir for main entry
- 36c829b: fix dependency and anvil command issues
- a7bb4be: fix: catch clause can't have any type annotation
- Updated dependencies [a7bb4be]
- @foundry-rs/easy-foundryup@0.1.3

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.1.4",
"description": "Hardhat plugin for managing Anvil",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down Expand Up @@ -32,7 +32,7 @@
"README.md"
],
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.2",
"@foundry-rs/easy-foundryup": "^0.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/sinon-chai": "^3.2.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/hardhat-forge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @foundry-rs/hardhat-forge

## 0.1.4

### Patch Changes

- 7d3f9f3: fix: install missing dependency
- 9ba6d04: use correct output dir for main entry
- 64750ac: Enable downstream plugins to work with compile
- 736941e: Update artifact so that JSON will be ordered the same way that hh orders the keys
- b092fe5: Write hh style artifacts to disk
- Updated dependencies [a7bb4be]
- @foundry-rs/easy-foundryup@0.1.3

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.1.4",
"description": "Hardhat plugin for foundry's forge",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down Expand Up @@ -32,7 +32,7 @@
"README.md"
],
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.2",
"@foundry-rs/easy-foundryup": "^0.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/sinon-chai": "^3.2.3",
Expand Down
20 changes: 20 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @foundry-rs/hardhat

## 0.1.5

### Patch Changes

- 9ba6d04: use correct output dir for main entry
- 6d0971c: fix: reexport via package name import
- 505357b: Fix build ordering
- 47bb439: add test change
- 36c829b: fix dependency and anvil command issues
- Updated dependencies [7d3f9f3]
- Updated dependencies [9ba6d04]
- Updated dependencies [64750ac]
- Updated dependencies [36c829b]
- Updated dependencies [736941e]
- Updated dependencies [b092fe5]
- Updated dependencies [a7bb4be]
- @foundry-rs/hardhat-forge@0.1.4
- @foundry-rs/hardhat-anvil@0.1.4
- @foundry-rs/easy-foundryup@0.1.3

## 0.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "0.1.5",
"description": "Foundry's hardhat plugin",
"homepage": "https://github.com/foundry-rs/hardhat",
"repository": "github:foundry-rs/hardhat",
Expand Down Expand Up @@ -34,9 +34,9 @@
"README.md"
],
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.2",
"@foundry-rs/hardhat-anvil": "^0.1.1",
"@foundry-rs/hardhat-forge": "^0.1.1",
"@foundry-rs/easy-foundryup": "^0.1.3",
"@foundry-rs/hardhat-anvil": "^0.1.4",
"@foundry-rs/hardhat-forge": "^0.1.4",
"@types/sinon-chai": "^3.2.3",
"@types/web3": "1.0.19",
"camelcase-keys": "^7.0.2",
Expand Down

0 comments on commit a5f7430

Please sign in to comment.