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

Version Packages

parent 5baee5e5
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/builder': patch
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Update to node.js version 16
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.3.3
### Patch Changes
- 0ab37fc9: Update to node.js version 16
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.3.2", "version": "0.3.3",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
...@@ -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.6", "@eth-optimism/message-relayer": "0.2.7",
"@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/builder # @eth-optimism/builder
## 0.1.1
### Patch Changes
- 0ab37fc9: Update to 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/builder", "name": "@eth-optimism/builder",
"version": "0.1.0", "version": "0.1.1",
"license": "MIT" "license": "MIT"
} }
# Changelog # Changelog
## 0.4.8
### Patch Changes
- 0ab37fc9: Update to node.js version 16
## 0.4.7 ## 0.4.7
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.4.7", "version": "0.4.8",
"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.6
### Patch Changes
- 0ab37fc9: Update to node.js version 16
## 0.5.5 ## 0.5.5
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.5", "version": "0.5.6",
"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.7
### Patch Changes
- 0ab37fc9: Update to node.js version 16
## 0.2.6 ## 0.2.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.2.6", "version": "0.2.7",
"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