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 Jun 20, 2023
1 parent cf8997a commit 6ad8c97
Show file tree
Hide file tree
Showing 22 changed files with 107 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-carrots-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-poems-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-shoes-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-foxes-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-cheetahs-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-bulldogs-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-seahorses-add.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/chain-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @eth-optimism/drippie-mon

## 0.4.0

### Minor Changes

- d6388be4a: Added a new service wallet-mon to identify unexpected transfers from key accounts

### Patch Changes

- 287d317d3: Fixed an issue with logging the wrong timestamp.
- Updated dependencies [8d7dcc70c]
- Updated dependencies [119754c2f]
- Updated dependencies [d6388be4a]
- Updated dependencies [af292562f]
- @eth-optimism/core-utils@0.12.1
- @eth-optimism/sdk@3.0.0
- @eth-optimism/contracts-bedrock@0.15.0
- @eth-optimism/common-ts@0.8.2

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/chain-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/chain-mon",
"version": "0.3.1",
"version": "0.4.0",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -34,11 +34,11 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/common-ts": "0.8.2",
"@eth-optimism/contracts-periphery": "1.0.8",
"@eth-optimism/contracts-bedrock": "0.14.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "2.1.0",
"@eth-optimism/contracts-bedrock": "0.15.0",
"@eth-optimism/core-utils": "0.12.1",
"@eth-optimism/sdk": "3.0.0",
"ethers": "^5.7.0",
"@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eth-optimism/common-ts

## 0.8.2

### Patch Changes

- Updated dependencies [8d7dcc70c]
- Updated dependencies [d6388be4a]
- @eth-optimism/core-utils@0.12.1

## 0.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/common-ts",
"version": "0.8.1",
"version": "0.8.2",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/core-utils": "0.12.1",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/contracts-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eth-optimism/contracts-bedrock

## 0.15.0

### Minor Changes

- af292562f: Fix issue with deposits running out of gas

### Patch Changes

- Updated dependencies [8d7dcc70c]
- Updated dependencies [d6388be4a]
- @eth-optimism/core-utils@0.12.1

## 0.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.14.0",
"version": "0.15.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -53,7 +53,7 @@
"echidna:metering": "echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ."
},
"dependencies": {
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/core-utils": "^0.12.1",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"ethers": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-periphery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "0.14.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/contracts-bedrock": "0.15.0",
"@eth-optimism/core-utils": "^0.12.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.6",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/core-utils

## 0.12.1

### Patch Changes

- 8d7dcc70c: Delete legacy core-utils
- d6388be4a: Added a new service wallet-mon to identify unexpected transfers from key accounts

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/core-utils",
"version": "0.12.0",
"version": "0.12.1",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
Expand Down
17 changes: 17 additions & 0 deletions packages/fault-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @eth-optimism/fault-detector

## 1.0.0

### Major Changes

- 119754c2f: Make optimism/sdk default to bedrock mode

### Patch Changes

- 16ccbee24: Fix false error to warning
- 685addec2: Add better source maps and developer support
- Updated dependencies [8d7dcc70c]
- Updated dependencies [119754c2f]
- Updated dependencies [d6388be4a]
- @eth-optimism/core-utils@0.12.1
- @eth-optimism/sdk@3.0.0
- @eth-optimism/common-ts@0.8.2

## 0.6.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fault-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.6.4",
"version": "1.0.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -50,10 +50,10 @@
"tsx": "^3.12.7"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.8.1",
"@eth-optimism/common-ts": "^0.8.2",
"@eth-optimism/contracts": "^0.6.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^2.1.0",
"@eth-optimism/core-utils": "^0.12.1",
"@eth-optimism/sdk": "^3.0.0",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
9 changes: 9 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/replica-healthcheck

## 1.2.5

### Patch Changes

- Updated dependencies [8d7dcc70c]
- Updated dependencies [d6388be4a]
- @eth-optimism/core-utils@0.12.1
- @eth-optimism/common-ts@0.8.2

## 1.2.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/replica-healthcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.2.4",
"version": "1.2.5",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/common-ts": "0.8.2",
"@eth-optimism/core-utils": "0.12.1",
"@ethersproject/abstract-provider": "^5.7.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @eth-optimism/sdk

## 3.0.0

### Major Changes

- 119754c2f: Make optimism/sdk default to bedrock mode

### Patch Changes

- Updated dependencies [8d7dcc70c]
- Updated dependencies [d6388be4a]
- Updated dependencies [af292562f]
- @eth-optimism/core-utils@0.12.1
- @eth-optimism/contracts-bedrock@0.15.0

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/sdk",
"version": "2.1.0",
"version": "3.0.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@eth-optimism/contracts": "0.6.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.14.0",
"@eth-optimism/core-utils": "0.12.1",
"@eth-optimism/contracts-bedrock": "0.15.0",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
Expand Down

0 comments on commit 6ad8c97

Please sign in to comment.