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

Version Packages

parent e4fbde24
---
'@eth-optimism/go-builder': patch
'@eth-optimism/js-builder': patch
---
Trigger releases
---
'@eth-optimism/sdk': minor
---
New isL2Provider helper function. Internal cleanups.
---
'@eth-optimism/contracts': patch
---
Remove l2 gas price hardhat task
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.20", "@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.0.4", "@eth-optimism/sdk": "1.1.0",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
......
# @eth-optimism/go-builder # @eth-optimism/go-builder
## 0.0.2
### Patch Changes
- fa978257: Trigger releases
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes
- 24bf252e: Add to changesets - 24bf252e: Add to changesets
{ {
"name": "@eth-optimism/go-builder", "name": "@eth-optimism/go-builder",
"version": "0.0.1", "version": "0.0.2",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/js-builder # @eth-optimism/js-builder
## 0.0.2
### Patch Changes
- fa978257: Trigger releases
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes
- 24bf252e: Add to changesets - 24bf252e: Add to changesets
{ {
"name": "@eth-optimism/js-builder", "name": "@eth-optimism/js-builder",
"version": "0.0.1", "version": "0.0.2",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# Changelog # Changelog
## 0.5.21
### Patch Changes
- 5818decb: Remove l2 gas price hardhat task
## 0.5.20 ## 0.5.20
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.20", "version": "0.5.21",
"description": "[Optimism] L1 and L2 smart contracts for Optimism", "description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.26
### Patch Changes
- Updated dependencies [5818decb]
- @eth-optimism/contracts@0.5.21
## 0.5.25 ## 0.5.25
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.25", "version": "0.5.26",
"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",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.6", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/contracts": "0.5.20", "@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.5
### Patch Changes
- Updated dependencies [a9f8e577]
- @eth-optimism/sdk@1.1.0
## 0.4.4 ## 0.4.4
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.4", "version": "0.4.5",
"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",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.6", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.0.4", "@eth-optimism/sdk": "1.1.0",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.0
### Minor Changes
- a9f8e577: New isL2Provider helper function. Internal cleanups.
### Patch Changes
- Updated dependencies [5818decb]
- @eth-optimism/contracts@0.5.21
## 1.0.4 ## 1.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.0.4", "version": "1.1.0",
"description": "[Optimism] Tools for working with Optimism", "description": "[Optimism] Tools for working with Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"typescript": "^4.6.2" "typescript": "^4.6.2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.20", "@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
......
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