Skip to content

Commit

Permalink
Merge pull request sphinx-labs#543 from chugsplash/changeset-release/…
Browse files Browse the repository at this point in the history
…main

Version Packages
  • Loading branch information
RPate97 authored Mar 1, 2023
2 parents 3225d30 + ecbf67d commit 90dc6f4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-years-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-chicken-know.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- 6b3e2ed: Fix Etherscan verification constructor args
- 6b3e2ed: Fix contract verification constructor args

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "ChugSplash core library",
"main": "dist/index",
"types": "dist/index",
Expand Down
10 changes: 10 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chugsplash/executor

## 0.8.1

### Patch Changes

- 6b3e2ed: Fix Etherscan verification constructor args
- 6b3e2ed: Fix contract verification constructor args
- Updated dependencies [6b3e2ed]
- Updated dependencies [6b3e2ed]
- @chugsplash/core@0.8.1

## 0.8.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/executor",
"version": "0.8.0",
"version": "0.8.1",
"description": "ChugSplash deployment execution bot",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@chugsplash/contracts": "^0.6.0",
"@chugsplash/core": "^0.8.0",
"@chugsplash/core": "^0.8.1",
"@eth-optimism/common-ts": "^0.7.1",
"@eth-optimism/core-utils": "^0.9.3",
"dotenv": "^16.0.3",
Expand All @@ -41,7 +41,7 @@
},
"dependencies": {
"@amplitude/node": "^1.10.2",
"@chugsplash/core": "^0.8.0",
"@chugsplash/core": "^0.8.1",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
Expand Down

0 comments on commit 90dc6f4

Please sign in to comment.