Commit a1e75f18 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2285 from ethereum-optimism/develop

release
parents 3ad9f739 64d886fe
---
'@eth-optimism/sdk': patch
---
Fix typo in constructor docstring
---
'@eth-optimism/sdk': major
---
Update README and bump SDK to 1.0.0
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.16", "@eth-optimism/contracts": "0.5.16",
"@eth-optimism/core-utils": "0.8.1", "@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "0.2.5", "@eth-optimism/sdk": "1.0.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/message-relayer # @eth-optimism/message-relayer
## 0.3.2
### Patch Changes
- Updated dependencies [42227d69]
- Updated dependencies [84f63c49]
- @eth-optimism/sdk@1.0.0
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.3.1", "version": "0.3.2",
"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",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.1", "@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.1", "@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "^0.2.5", "@eth-optimism/sdk": "^1.0.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.6", "bcfg": "^0.1.6",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 0.3.11
### Patch Changes
- Updated dependencies [42227d69]
- Updated dependencies [84f63c49]
- @eth-optimism/sdk@1.0.0
## 0.3.10 ## 0.3.10
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "0.3.10", "version": "0.3.11",
"description": "[Optimism] Service for monitoring the health of replica nodes", "description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.1", "@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.1", "@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "^0.2.5", "@eth-optimism/sdk": "^1.0.0",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"ethers": "^5.5.4", "ethers": "^5.5.4",
"express": "^4.17.1", "express": "^4.17.1",
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.0.0
### Major Changes
- 84f63c49: Update README and bump SDK to 1.0.0
### Patch Changes
- 42227d69: Fix typo in constructor docstring
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "0.2.5", "version": "1.0.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",
......
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