Commit e3c08eaf authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

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