Commit d504fbab authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1862 from ethereum-optimism/changeset-release/master

Version Packages
parents 6d74ca48 e3c08eaf
---
'@eth-optimism/hardhat-node': patch
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Build docker images with node.js version 16
......@@ -30,7 +30,7 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@eth-optimism/message-relayer": "0.2.7",
"@eth-optimism/message-relayer": "0.2.8",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0",
......
# @eth-optimism/hardhat-node
## 0.1.1
### Patch Changes
- 57d5b8f9: Build docker images with node.js version 16
## 0.1.0
### Minor Changes
- 81ccd6e4: `regenesis/0.5.0` release
......
{
"name": "@eth-optimism/hardhat-node",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"start": "hardhat node --network hardhat"
},
......
# Changelog
## 0.4.9
### Patch Changes
- 57d5b8f9: Build docker images with node.js version 16
## 0.4.8
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/batch-submitter",
"version": "0.4.8",
"version": "0.4.9",
"description": "[Optimism] Service for submitting transactions and transaction results",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.7
### Patch Changes
- 57d5b8f9: Build docker images with node.js version 16
## 0.5.6
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.6",
"version": "0.5.7",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/message-relayer
## 0.2.8
### Patch Changes
- 57d5b8f9: Build docker images with node.js version 16
## 0.2.7
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.2.7",
"version": "0.2.8",
"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