Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2022
1 parent de405ea commit 9e2ec98
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 37 deletions.
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

0 comments on commit 9e2ec98

Please sign in to comment.