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 Apr 1, 2024
1 parent e61cd76 commit c416a85
Show file tree
Hide file tree
Showing 23 changed files with 89 additions and 34 deletions.
14 changes: 0 additions & 14 deletions .changeset/modern-geese-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-ducks-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-months-drop.md

This file was deleted.

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

## 1.0.4

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion endpoint-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/endpoint-monitor",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"dependencies": {}
}
6 changes: 6 additions & 0 deletions indexer/api-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/indexer-api

## 0.0.5

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion indexer/api-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/indexer-api",
"version": "0.0.4",
"version": "0.0.5",
"description": "[Optimism] typescript types for the indexer service",
"main": "indexer.cjs",
"module": "indexer.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/chain-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eth-optimism/drippie-mon

## 0.6.4

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

- Updated dependencies [[`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3), [`ac5b061dfce6a9817b928a8703be9252daaeeca7`](https://github.com/ethereum-optimism/optimism/commit/ac5b061dfce6a9817b928a8703be9252daaeeca7), [`87093b0e9144a4709f11c7fbd631828847d891f9`](https://github.com/ethereum-optimism/optimism/commit/87093b0e9144a4709f11c7fbd631828847d891f9)]:
- @eth-optimism/common-ts@0.8.9
- @eth-optimism/contracts-bedrock@0.17.2
- @eth-optimism/core-utils@0.13.2
- @eth-optimism/sdk@3.3.0

## 0.6.3

### 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.6.3",
"version": "0.6.4",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
Expand Down
9 changes: 9 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/common-ts

## 0.8.9

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

- Updated dependencies [[`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3)]:
- @eth-optimism/core-utils@0.13.2

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"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.17.2

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.17.1

### 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.17.1",
"version": "0.17.2",
"description": "Contracts for Optimism Specs",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/contracts-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/contracts-ts

## 0.17.2

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-ts",
"version": "0.17.0",
"version": "0.17.2",
"description": "TypeScript interface for Contracts Bedrock",
"license": "MIT",
"repository": {
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.13.2

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.13.1

### 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.13.1",
"version": "0.13.2",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/fee-estimation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/fee-estimation

## 0.15.4

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.15.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fee-estimation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/fee-estimation",
"version": "0.15.3",
"version": "0.15.4",
"description": "Lightweight library for doing OP-Chain gas estimation",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @eth-optimism/sdk

## 3.3.0

### Minor Changes

- [#9951](https://github.com/ethereum-optimism/optimism/pull/9951) [`ac5b061dfce6a9817b928a8703be9252daaeeca7`](https://github.com/ethereum-optimism/optimism/commit/ac5b061dfce6a9817b928a8703be9252daaeeca7) Thanks [@smartcontracts](https://github.com/smartcontracts)! - Updates SDK for FPAC proven withdrawals mapping.

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

- [#9973](https://github.com/ethereum-optimism/optimism/pull/9973) [`87093b0e9144a4709f11c7fbd631828847d891f9`](https://github.com/ethereum-optimism/optimism/commit/87093b0e9144a4709f11c7fbd631828847d891f9) Thanks [@raffaele-oplabs](https://github.com/raffaele-oplabs)! - Added support for MODE sepolia and MODE mainnet

- Updated dependencies [[`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3)]:
- @eth-optimism/contracts-bedrock@0.17.2
- @eth-optimism/core-utils@0.13.2

## 3.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/sdk",
"version": "3.2.3",
"version": "3.3.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3js-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/web3.js-plugin

## 0.1.4

### Patch Changes

- [#9964](https://github.com/ethereum-optimism/optimism/pull/9964) [`8241220898128e1f61064f22dcb6fdd0a5f043c3`](https://github.com/ethereum-optimism/optimism/commit/8241220898128e1f61064f22dcb6fdd0a5f043c3) Thanks [@roninjin10](https://github.com/roninjin10)! - Removed only-allow command from package.json

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web3js-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/web3.js-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Web3.js plugin for doing OP-Chain gas estimation",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c416a85

Please sign in to comment.