Skip to content

Commit

Permalink
update_npm_versions (#962)
Browse files Browse the repository at this point in the history
# Goals of PR

Core changes:

update npm versions
  • Loading branch information
agnarsong authored Jun 8, 2023
2 parents 3612f3e + 6237bb2 commit 21333af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@mantleio/contracts",
"version": "0.1.2",
"version": "0.1.3",
"description": "[Mantle] L1 and L2 smart contracts for Mantle",
"main": "dist/index",
"types": "dist/index",
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": "@mantleio/sdk",
"version": "0.1.5",
"version": "0.1.6",
"description": "[Mantle] Tools for working with Mantle",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typedoc": "^0.22.13"
},
"dependencies": {
"@mantleio/contracts": "0.1.2",
"@mantleio/contracts": "0.1.3",
"@mantleio/core-utils": "0.1.0",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
Expand Down

0 comments on commit 21333af

Please sign in to comment.