Skip to content

Commit

Permalink
Version Packages (#1053)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and snario committed Jun 11, 2021
1 parent c520100 commit e389ba1
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-numbers-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-spiders-yell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/modern-chicken-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-feet-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-dogs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-snails-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-terms-worry.md

This file was deleted.

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.3.8

### Patch Changes

- 989a3027: Optimize main polling loops
- cc6c7f07: Bump golang version to 1.15

## 0.3.7

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

## 0.3.4

### Patch Changes

- baa3b761: Improve Sentry support, initializing as needed and ensuring ERROR logs route to Sentry
- cc742715: Fix typo in USE_HARDHAT config
- 98b7839f: Change monotonicity band-aid code to log warnings not errors
- c520100d: Fix a bug in fixMonotonicity auto healer
- 85362d44: Log additional data in monotonicity violation
- Updated dependencies [baa3b761]
- @eth-optimism/common-ts@0.1.3

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-submitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/batch-submitter",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/common-ts": "^0.1.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@eth-optimism/ynatm": "^0.2.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.1.3

### Patch Changes

- baa3b761: Improve Sentry support, initializing as needed and ensuring ERROR logs route to Sentry

## 0.1.2

### Patch 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.1.2",
"version": "0.1.3",
"main": "dist/index",
"files": [
"dist/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# data transport layer

## 0.3.6

### Patch Changes

- baa3b761: Improve Sentry support, initializing as needed and ensuring ERROR logs route to Sentry
- Updated dependencies [baa3b761]
- @eth-optimism/common-ts@0.1.3

## 0.3.5

### 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,6 +1,6 @@
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"main": "dist/index",
"files": [
Expand All @@ -21,7 +21,7 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/common-ts": "^0.1.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@ethersproject/providers": "^5.0.21",
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.1.5

### Patch Changes

- baa3b761: Improve Sentry support, initializing as needed and ensuring ERROR logs route to Sentry
- Updated dependencies [baa3b761]
- @eth-optimism/common-ts@0.1.3

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.4",
"version": "0.1.5",
"description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/common-ts": "^0.1.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@sentry/node": "6.2.5",
Expand Down

0 comments on commit e389ba1

Please sign in to comment.