Skip to content

Commit

Permalink
v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Aug 29, 2023
1 parent 83cc8d8 commit 8fde98b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"useWorkspaces": true,
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/metamask-snaps-adapter",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "",
"author": "pastaghost <[email protected]> (http://www.github.com/pastaghost)",
"homepage": "https://github.com/shapeshift/metamask-snaps/tree/main/packages/adapter",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@metamask/snaps-ui": "0.32.2",
"@shapeshiftoss/hdwallet-core": "^1.29.0",
"@shapeshiftoss/logger": "^1.1.3",
"@shapeshiftoss/metamask-snaps": "^1.0.0-alpha.2",
"@shapeshiftoss/metamask-snaps": "^1.0.0-alpha.3",
"@shapeshiftoss/metamask-snaps-types": "^1.0.0-alpha.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sandbox",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "MIT",
"homepage": "https://shapeshift.github.io/metamask-snaps/",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@reduxjs/toolkit": "^1.8.3",
"@shapeshiftoss/hdwallet-core": "^1.29.0",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.0-alpha.2",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.0-alpha.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/metamask-snaps",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A multi-chain Snap for MetaMask by ShapeShift.",
"license": "MIT",
"author": "pastaghost <[email protected]> (http://www.github.com/pastaghost)",
Expand Down

0 comments on commit 8fde98b

Please sign in to comment.