Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #187

Merged
merged 3 commits into from
Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/good-maps-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-apricots-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-shrimps-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-foxes-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-deers-know.md

This file was deleted.

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

## 0.3.8

### Patch Changes

- 6a6f0c0: Hard-code build info file as a temporary fix

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/contracts",
"version": "0.3.7",
"version": "0.3.8",
"description": "ChugSplash contracts",
"main": "dist/index",
"types": "dist/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chugsplash/core

## 0.3.11

### Patch Changes

- 9d38797: Update chugsplash-register task to work locally
- Updated dependencies [6a6f0c0]
- @chugsplash/contracts@0.3.8

## 0.3.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/core",
"version": "0.3.10",
"version": "0.3.11",
"description": "ChugSplash core library",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/smartcontracts/chugsplash.git"
},
"dependencies": {
"@chugsplash/contracts": "^0.3.7",
"@chugsplash/contracts": "^0.3.8",
"@eth-optimism/contracts-bedrock": "^0.8.0",
"@eth-optimism/core-utils": "^0.9.1",
"ethers": "^5.6.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chugsplash/executor

## 0.4.1

### Patch Changes

- 7b33791: Integrate etherscan verification into executor

## 0.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/executor",
"version": "0.4.0",
"version": "0.4.1",
"description": "ChugSplash deployment execution bot",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -28,9 +28,9 @@
"url": "https://github.com/smartcontracts/chugsplash.git"
},
"devDependencies": {
"@chugsplash/contracts": "^0.3.7",
"@chugsplash/core": "^0.3.10",
"@chugsplash/plugins": "^0.5.10",
"@chugsplash/contracts": "^0.3.8",
"@chugsplash/core": "^0.3.11",
"@chugsplash/plugins": "^0.5.11",
"@eth-optimism/common-ts": "^0.6.0",
"@eth-optimism/core-utils": "^0.9.3",
"@nomiclabs/hardhat-ethers": "^2.2.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chugsplash/plugins

## 0.5.11

### Patch Changes

- 3c939bd: Refactor remote bundling logic
- 7b33791: Integrate etherscan verification into executor
- 6941e89: Remove spinner from subtasks. Also update chugsplash-propose task to be more descriptive and robust.
- 9d38797: Update chugsplash-register task to work locally
- Updated dependencies [6a6f0c0]
- Updated dependencies [9d38797]
- @chugsplash/contracts@0.3.8
- @chugsplash/core@0.3.11

## 0.5.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/plugins",
"version": "0.5.10",
"version": "0.5.11",
"description": "ChugSplash plugins",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -28,8 +28,8 @@
"url": "https://github.com/smartcontracts/chugsplash.git"
},
"dependencies": {
"@chugsplash/contracts": "^0.3.7",
"@chugsplash/core": "^0.3.10",
"@chugsplash/contracts": "^0.3.8",
"@chugsplash/core": "^0.3.11",
"@eth-optimism/core-utils": "^0.9.1",
"@ethereumjs/common": "^3.0.1",
"@ethereumjs/vm": "^6.2.0",
Expand Down