Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2021
1 parent a371248 commit 08a7658
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-bags-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-queens-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-steaks-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-moons-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-avocados-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-ways-glow.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- e4067d4c: Fix the gas oracle gas price prometheus metric

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion go/gas-oracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/gas-oracle",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"devDependencies": {}
}
10 changes: 10 additions & 0 deletions go/proxyd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/proxyd

## 3.1.0

### Minor Changes

- da6138fd: Updated metrics, support local rate limiter

### Patch Changes

- 6c7f483b: Add support for additional SSL certificates in Docker container

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion go/proxyd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/proxyd",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"dependencies": {}
}
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.3.2

### Patch Changes

- d141095c: Allow for unprotected transactions

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"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.4",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/message-relayer": "0.2.4",
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@eth-optimism/message-relayer": "0.2.5",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0",
Expand Down
6 changes: 6 additions & 0 deletions l2geth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.2

### Patch Changes

- d141095c: Allow for unprotected transactions

## 0.5.1

### 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.1",
"version": "0.5.2",
"private": true,
"devDependencies": {}
}
8 changes: 8 additions & 0 deletions packages/batch-submitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.7

### Patch Changes

- Updated dependencies [584cbc25]
- @eth-optimism/core-utils@0.7.3
- @eth-optimism/contracts@0.5.5

## 0.4.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/batch-submitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/batch-submitter",
"version": "0.4.6",
"version": "0.4.7",
"description": "[Optimism] Service for submitting transactions and transaction results",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.4",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.4.1",
"@ethersproject/providers": "^5.4.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.5

### Patch Changes

- Updated dependencies [584cbc25]
- @eth-optimism/core-utils@0.7.3

## 0.5.4

### 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.4",
"version": "0.5.5",
"description": "[Optimism] L1 and L2 smart contracts for Optimistic Ethereum",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/core-utils": "0.7.3",
"@ethersproject/abstract-provider": "^5.4.1",
"@ethersproject/abstract-signer": "^5.4.1",
"@ethersproject/hardware-wallets": "^5.4.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/core-utils

## 0.7.3

### Patch Changes

- 584cbc25: Clean up the L1 => L2 address aliasing utilities

## 0.7.2

### 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.7.2",
"version": "0.7.3",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
Expand Down
9 changes: 9 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# data transport layer

## 0.5.5

### Patch Changes

- 128e0f84: Handle unprotected transactions
- Updated dependencies [584cbc25]
- @eth-optimism/core-utils@0.7.3
- @eth-optimism/contracts@0.5.5

## 0.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.5.5",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.4",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0",
"@sentry/node": "^6.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eth-optimism/message-relayer

## 0.2.5

### Patch Changes

- Updated dependencies [584cbc25]
- @eth-optimism/core-utils@0.7.3
- @eth-optimism/contracts@0.5.5

## 0.2.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/message-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/message-relayer",
"version": "0.2.4",
"version": "0.2.5",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.4",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/contracts": "0.5.5",
"@eth-optimism/core-utils": "0.7.3",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.6",
"dotenv": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/regenesis-surgery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@discoveryjs/json-ext": "^0.5.3",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/core-utils": "0.7.3",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/replica-healthcheck

## 0.3.3

### Patch Changes

- Updated dependencies [584cbc25]
- @eth-optimism/core-utils@0.7.3

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "0.3.2",
"version": "0.3.3",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.7.2",
"@eth-optimism/core-utils": "0.7.3",
"dotenv": "^10.0.0",
"ethers": "^5.4.5",
"express": "^4.17.1",
Expand Down

0 comments on commit 08a7658

Please sign in to comment.