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 Jan 12, 2023
1 parent 8034790 commit 5c82590
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-actors-yawn.md

This file was deleted.

2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-periphery": "^1.0.6",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/drippie-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/drippie-mon

## 0.4.2

### Patch Changes

- Updated dependencies [3f4b3c328]
- @eth-optimism/sdk@1.10.0

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/drippie-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.4.1",
"version": "0.4.2",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/contracts-periphery": "1.0.6",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/message-relayer

## 0.5.26

### Patch Changes

- Updated dependencies [3f4b3c328]
- @eth-optimism/sdk@1.10.0

## 0.5.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/message-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.25",
"version": "0.5.26",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
9 changes: 7 additions & 2 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/sdk

## 1.10.0

### Minor Changes

- 3f4b3c328: Add in goerli bedrock addresses

## 1.9.1

### Patch Changes
Expand Down Expand Up @@ -454,8 +460,7 @@

### Patch Changes

- 44420939: 1. Fix a bug in `L2Provider.getL1GasPrice()`
2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.
- 44420939: 1. Fix a bug in `L2Provider.getL1GasPrice()` 2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.

## 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/sdk",
"version": "1.9.1",
"version": "1.10.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 5c82590

Please sign in to comment.