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

Version Packages (#454)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 5362d386
---
"@eth-optimism/contracts": patch
"@eth-optimism/core-utils": patch
"@eth-optimism/hardhat-ovm": patch
"@eth-optimism/smock": patch
---
adds build files which were not published before to npm
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm" "clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "^0.2.2", "@eth-optimism/contracts": "^0.2.3",
"@eth-optimism/core-utils": "^0.2.0", "@eth-optimism/core-utils": "^0.2.1",
"@eth-optimism/hardhat-ovm": "^0.0.1", "@eth-optimism/hardhat-ovm": "^0.0.2",
"@ethersproject/providers": "^5.0.24", "@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"chai": "^4.3.3", "chai": "^4.3.3",
......
# Changelog # Changelog
## 0.2.3
### Patch Changes
- 5362d38: adds build files which were not published before to npm
- Updated dependencies [5362d38]
- @eth-optimism/core-utils@0.2.1
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.2.2", "version": "0.2.3",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"serve": "./bin/serve_dump.sh" "serve": "./bin/serve_dump.sh"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.2.0", "@eth-optimism/core-utils": "^0.2.1",
"@eth-optimism/solc": "^0.6.12-alpha.1", "@eth-optimism/solc": "^0.6.12-alpha.1",
"@ethersproject/abstract-provider": "^5.0.8", "@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5", "@ethersproject/contracts": "^5.0.5",
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
"glob": "^7.1.6" "glob": "^7.1.6"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.0.1", "@eth-optimism/hardhat-ovm": "^0.0.2",
"@eth-optimism/smock": "^1.0.0", "@eth-optimism/smock": "^1.0.1",
"@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/core-utils # @eth-optimism/core-utils
## 0.2.1
### Patch Changes
- 5362d38: adds build files which were not published before to npm
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes
- 6cbc54d: allow injecting L2 transaction and block context via core-utils (this removes the need to import the now deprecated @eth-optimism/provider package) - 6cbc54d: allow injecting L2 transaction and block context via core-utils (this removes the need to import the now deprecated @eth-optimism/provider package)
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.2.0", "version": "0.2.1",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# @eth-optimism/hardhat-ovm
## 0.0.2
### Patch Changes
- 5362d38: adds build files which were not published before to npm
{ {
"name": "@eth-optimism/hardhat-ovm", "name": "@eth-optimism/hardhat-ovm",
"version": "0.0.1", "version": "0.0.2",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
], ],
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
# @eth-optimism/smock # @eth-optimism/smock
## 1.0.1
### Patch Changes
- 5362d38: adds build files which were not published before to npm
- Updated dependencies [5362d38]
- @eth-optimism/core-utils@0.2.1
## 1.0.0 ## 1.0.0
### Patch Changes ### Patch Changes
- Updated dependencies [6cbc54d] - Updated dependencies [6cbc54d]
......
{ {
"name": "@eth-optimism/smock", "name": "@eth-optimism/smock",
"files": [ "files": [
"dist/src/*" "dist/src/*"
], ],
"version": "1.0.0", "version": "1.0.1",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index", "types": "dist/src/index",
"license": "MIT", "license": "MIT",
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"hardhat": "^2" "hardhat": "^2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.2.0", "@eth-optimism/core-utils": "^0.2.1",
"@ethersproject/abi": "^5.0.13", "@ethersproject/abi": "^5.0.13",
"@ethersproject/abstract-provider": "^5.0.10", "@ethersproject/abstract-provider": "^5.0.10",
"bn.js": "^5.2.0" "bn.js": "^5.2.0"
......
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