Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#2526 from ethereum-optimism/chan…
Browse files Browse the repository at this point in the history
…geset-release/master

Version Packages
  • Loading branch information
mslipper authored May 2, 2022
2 parents 36a91c3 + 8aeb204 commit 102bee7
Show file tree
Hide file tree
Showing 24 changed files with 101 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-actors-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-squids-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-poets-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-adults-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-suits-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-points-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/integration-tests

## 0.5.11

### Patch Changes

- 36a91c30: Fix various actor tests

## 0.5.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.10",
"version": "0.5.11",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
Expand All @@ -28,9 +28,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.1.1",
"@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.2",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
Expand Down
7 changes: 7 additions & 0 deletions l2geth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.19

### Patch Changes

- 1bcee8f1: Fix `eth_getBlockRange`
- c799535d: Add system addresses for nightly goerli

## 0.5.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion l2geth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/l2geth",
"version": "0.5.18",
"version": "0.5.19",
"private": true,
"devDependencies": {}
}
8 changes: 8 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eth-optimism/common-ts

## 0.2.7

### Patch Changes

- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/common-ts",
"version": "0.2.6",
"version": "0.2.7",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/core-utils": "0.8.4",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"commander": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.22

### Patch Changes

- 51adb389: Add Teleportr mainnet deployment
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4

## 0.5.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts",
"version": "0.5.21",
"version": "0.5.22",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -57,7 +57,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/core-utils": "0.8.4",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/hardware-wallets": "^5.5.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/core-utils

## 0.8.4

### Patch Changes

- 5cb3a5f7: Add a `calldataCost` function that computes the cost of calldata
- 6b9fc055: Adds a one-liner for getting chain ID from provider

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/core-utils",
"version": "0.8.3",
"version": "0.8.4",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# data transport layer

## 0.5.28

### Patch Changes

- Updated dependencies [51adb389]
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/contracts@0.5.22
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/common-ts@0.2.7

## 0.5.27

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.27",
"version": "0.5.28",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.4",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
"@sentry/node": "^6.3.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/message-relayer

## 0.4.7

### Patch Changes

- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/sdk@1.1.2
- @eth-optimism/common-ts@0.2.7

## 0.4.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/message-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.4.6",
"version": "0.4.7",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.1.1",
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.2",
"ethers": "^5.5.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/replica-healthcheck

## 1.0.6

### Patch Changes

- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/common-ts@0.2.7

## 1.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/replica-healthcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.0.5",
"version": "1.0.6",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4",
"@ethersproject/abstract-provider": "^5.5.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/sdk

## 1.1.2

### Patch Changes

- Updated dependencies [51adb389]
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/contracts@0.5.22
- @eth-optimism/core-utils@0.8.4

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -65,8 +65,8 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.4",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
Expand Down

0 comments on commit 102bee7

Please sign in to comment.