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 Jan 23, 2023
1 parent 851dbb0 commit 1ffc88d
Show file tree
Hide file tree
Showing 28 changed files with 102 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-paws-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-chairs-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-trains-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-crabs-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-avocados-dance.md

This file was deleted.

6 changes: 3 additions & 3 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-periphery": "^1.0.6",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-periphery": "^1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.0",
"@eth-optimism/sdk": "1.10.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.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.32

### Patch Changes

- ea817097b: Use default cas gap of 25 million

## 0.5.31

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

## 0.0.18

### Patch Changes

- Updated dependencies [4964be480]
- @eth-optimism/contracts-bedrock@0.11.3
- @eth-optimism/sdk@1.10.1

## 0.0.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.17",
"version": "0.0.18",
"description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT",
"author": "",
Expand All @@ -18,9 +18,9 @@
"test:coverage": "yarn test"
},
"dependencies": {
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.9.1",
"@eth-optimism/sdk": "^1.10.1",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/common-ts

## 0.7.1

### Patch Changes

- f04e5db2d: Fix unknown option error in base service v2

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0",
"version": "0.7.1",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/contracts-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/contracts-bedrock

## 0.11.3

### Patch Changes

- 4964be480: Added a test for large deposit gaps

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.11.2",
"version": "0.11.3",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/contracts-periphery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/contracts-periphery

## 1.0.7

### Patch Changes

- 4c64a5811: Update the attestation station impl to 1.1.0

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-periphery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-periphery",
"version": "1.0.6",
"version": "1.0.7",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# data transport layer

## 0.5.52

### Patch Changes

- Updated dependencies [f04e5db2d]
- @eth-optimism/common-ts@0.7.1

## 0.5.51

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.51",
"version": "0.5.52",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/drippie-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/drippie-mon

## 0.4.3

### Patch Changes

- Updated dependencies [f04e5db2d]
- Updated dependencies [4c64a5811]
- @eth-optimism/common-ts@0.7.1
- @eth-optimism/contracts-periphery@1.0.7
- @eth-optimism/sdk@1.10.1

## 0.4.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/drippie-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.4.2",
"version": "0.4.3",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/contracts-periphery": "1.0.6",
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/contracts-periphery": "1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.0",
"@eth-optimism/sdk": "1.10.1",
"ethers": "^5.7.0"
},
"devDependencies": {
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.5.27

### Patch Changes

- Updated dependencies [f04e5db2d]
- @eth-optimism/common-ts@0.7.1
- @eth-optimism/sdk@1.10.1

## 0.5.26

### 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,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.26",
"version": "0.5.27",
"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.7.0",
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.0",
"@eth-optimism/sdk": "1.10.1",
"ethers": "^5.7.0"
},
"devDependencies": {
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

## 1.2.1

### Patch Changes

- Updated dependencies [f04e5db2d]
- @eth-optimism/common-ts@0.7.1

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.2.1",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/sdk

## 1.10.1

### Patch Changes

- Updated dependencies [4964be480]
- @eth-optimism/contracts-bedrock@0.11.3

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.10.0",
"version": "1.10.1",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-bedrock": "0.11.3",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
Expand Down
6 changes: 6 additions & 0 deletions proxyd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/proxyd

## 3.13.0

### Minor Changes

- 6de891d3b: Add sender-based rate limiter

## 3.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion proxyd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/proxyd",
"version": "3.12.0",
"version": "3.13.0",
"private": true,
"dependencies": {}
}

0 comments on commit 1ffc88d

Please sign in to comment.