Skip to content

Commit

Permalink
Merge pull request #6809 from ethereum-optimism/changeset-release/dev…
Browse files Browse the repository at this point in the history
…elop

Version Packages
  • Loading branch information
OptimismBot authored Aug 16, 2023
2 parents 5877ee2 + a2db348 commit 82d0359
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-poets-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-shirts-wonder.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/chain-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @eth-optimism/drippie-mon

## 0.4.3

### Patch Changes

- [#6796](https://github.com/ethereum-optimism/optimism/pull/6796) [`a196c63ad`](https://github.com/ethereum-optimism/optimism/commit/a196c63ad67de04c4143e0ccd6fe4dc27fb2833b) Thanks [@roninjin10](https://github.com/roninjin10)! - Upgraded npm dependencies to latest

- Updated dependencies [[`dfa309e34`](https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e)]:
- @eth-optimism/core-utils@0.12.3
- @eth-optimism/common-ts@0.8.4
- @eth-optimism/sdk@3.1.1

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/chain-mon",
"version": "0.4.2",
"version": "0.4.3",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
Expand Down
7 changes: 7 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/common-ts

## 0.8.4

### Patch Changes

- Updated dependencies [[`dfa309e34`](https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e)]:
- @eth-optimism/core-utils@0.12.3

## 0.8.3

### 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.8.3",
"version": "0.8.4",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.12.2",
"@eth-optimism/core-utils": "0.12.3",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.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.12.3

### Patch Changes

- [#6797](https://github.com/ethereum-optimism/optimism/pull/6797) [`dfa309e34`](https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e) Thanks [@roninjin10](https://github.com/roninjin10)! - Upgraded npm dependencies to latest

## 0.12.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.12.2",
"version": "0.12.3",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
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

## 3.1.1

### Patch Changes

- Updated dependencies [[`dfa309e34`](https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e)]:
- @eth-optimism/core-utils@0.12.3

## 3.1.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": "3.1.0",
"version": "3.1.1",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.6.0",
"@eth-optimism/contracts-bedrock": "0.16.0",
"@eth-optimism/core-utils": "0.12.2",
"@eth-optimism/core-utils": "0.12.3",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^10.0.1",
Expand Down
25 changes: 16 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82d0359

Please sign in to comment.