Skip to content

Commit

Permalink
Version Packages (#1150)
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 tynes committed Jun 25, 2021
1 parent ee6660b commit ca2e96a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-badgers-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dancers-switch.md

This file was deleted.

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

### Patch Changes

- 40b99a6e: Add new RPC endpoint `rollup_gasPrices`

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/integration-tests",
"version": "0.1.0",
"version": "0.1.1",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
Expand All @@ -17,7 +17,7 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.4.0",
"@eth-optimism/contracts": "^0.4.1",
"@eth-optimism/core-utils": "^0.4.6",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@ethersproject/providers": "^5.0.24",
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.4.1

### Patch Changes

- 40b99a6e: Add new RPC endpoint `rollup_gasPrices`

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"private": true,
"devDependencies": {}
}
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.1

### Patch Changes

- 98e02cfa: Add 0.4.0 deployment artifacts

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit ca2e96a

Please sign in to comment.