Commit fc730148 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#582)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent e3f55ad7
---
"@eth-optimism/smock": minor
---
Adds support for hardhat ^2.2.0, required because of move to ethereumjs-vm v5.
---
"@eth-optimism/contracts": patch
---
Remove trailing whitespace from many files
# Changelog # Changelog
## 0.2.7
### Patch Changes
- e3f55ad: Remove trailing whitespace from many files
## 0.2.6 ## 0.2.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.2.6", "version": "0.2.7",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.0.3", "@eth-optimism/hardhat-ovm": "^0.0.3",
"@eth-optimism/smock": "^1.0.2", "@eth-optimism/smock": "^1.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.1", "@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0", "@typechain/ethers-v5": "1.0.0",
......
# @eth-optimism/smock # @eth-optimism/smock
## 1.1.0
### Minor Changes
- 79f812d: Adds support for hardhat ^2.2.0, required because of move to ethereumjs-vm v5.
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"files": [ "files": [
"dist/src/*" "dist/src/*"
], ],
"version": "1.0.2", "version": "1.1.0",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index", "types": "dist/src/index",
"license": "MIT", "license": "MIT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment