Commit 0e8eae39 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1834 from ethereum-optimism/develop

Develop -> Master Release PR
parents 0c551e78 5b4d65d4
---
'@eth-optimism/gas-oracle': patch
---
Fixed gas-oacle tx/not_significant metric name
---
'@eth-optimism/proxyd': patch
---
Trigger release of proxyd
---
'@eth-optimism/proxyd': patch
---
Bump proxyd to test release build workflow
---
'@eth-optimism/message-relayer': patch
---
Fix dockerfile
# @eth-optimism/gas-oracle
## 0.1.2
### Patch Changes
- 5a3996ec: Fixed gas-oacle tx/not_significant metric name
## 0.1.1
### Patch Changes
......
{
"name": "@eth-optimism/gas-oracle",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"devDependencies": {}
}
# @eth-optimism/proxyd
## 3.1.1
### Patch Changes
- b8802054: Trigger release of proxyd
- 34fcb277: Bump proxyd to test release build workflow
## 3.1.0
### Minor Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"dependencies": {}
}
......@@ -30,7 +30,7 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@eth-optimism/message-relayer": "0.2.5",
"@eth-optimism/message-relayer": "0.2.6",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0",
......
# @eth-optimism/message-relayer
## 0.2.6
### Patch Changes
- 6b73a94a: Fix dockerfile
## 0.2.5
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.2.5",
"version": "0.2.6",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment