Commit 64d886fe authored by smartcontracts's avatar smartcontracts Committed by GitHub

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

Version Packages
parents dfd5ac6e 0e92385a
---
'@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 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.16",
"@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/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
......
# @eth-optimism/message-relayer
## 0.3.2
### Patch Changes
- Updated dependencies [42227d69]
- Updated dependencies [84f63c49]
- @eth-optimism/sdk@1.0.0
## 0.3.1
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.3.1",
"version": "0.3.2",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -31,7 +31,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.2.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",
"bcfg": "^0.1.6",
"dotenv": "^10.0.0",
......
# @eth-optimism/replica-healthcheck
## 0.3.11
### Patch Changes
- Updated dependencies [42227d69]
- Updated dependencies [84f63c49]
- @eth-optimism/sdk@1.0.0
## 0.3.10
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "0.3.10",
"version": "0.3.11",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -34,7 +34,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "^0.2.5",
"@eth-optimism/sdk": "^1.0.0",
"dotenv": "^10.0.0",
"ethers": "^5.5.4",
"express": "^4.17.1",
......
# @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
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "0.2.5",
"version": "1.0.0",
"description": "[Optimism] Tools for working with Optimism",
"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