Skip to content

Commit 52e636f

Browse files
v1.0.13
1 parent 807cfb1 commit 52e636f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.12",
5+
"version": "1.0.13",
66
"useWorkspaces": true,
77
"npmClient": "yarn"
88
}

packages/adapter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shapeshiftoss/metamask-snaps-adapter",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "",
55
"author": "pastaghost <[email protected]> (http://www.github.com/pastaghost)",
66
"homepage": "https://github.com/shapeshift/metamask-snaps/tree/main/packages/adapter",
@@ -28,8 +28,8 @@
2828
"@metamask/snaps-ui": "1.0.2",
2929
"@shapeshiftoss/hdwallet-core": "^1.57.0",
3030
"@shapeshiftoss/logger": "^1.1.3",
31-
"@shapeshiftoss/metamask-snaps": "^1.0.12",
32-
"@shapeshiftoss/metamask-snaps-types": "^1.0.12",
31+
"@shapeshiftoss/metamask-snaps": "^1.0.13",
32+
"@shapeshiftoss/metamask-snaps-types": "^1.0.13",
3333
"mipd": "^0.0.7",
3434
"p-queue": "^7.4.1"
3535
},

packages/sandbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sandbox",
4-
"version": "1.0.12",
4+
"version": "1.0.13",
55
"license": "MIT",
66
"homepage": "https://shapeshift.github.io/metamask-snaps/",
77
"scripts": {
@@ -26,7 +26,7 @@
2626
"@reduxjs/toolkit": "^1.8.3",
2727
"@shapeshiftoss/hdwallet-core": "^1.57.0",
2828
"@shapeshiftoss/logger": "^1.1.2",
29-
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.12",
29+
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.13",
3030
"@testing-library/jest-dom": "^5.16.4",
3131
"@testing-library/react": "^13.0.1",
3232
"@testing-library/user-event": "^14.1.0",

packages/snap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shapeshiftoss/metamask-snaps",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "A multi-chain Snap for MetaMask by ShapeShift.",
55
"license": "MIT",
66
"author": "pastaghost <[email protected]> (http://www.github.com/pastaghost)",
@@ -47,7 +47,7 @@
4747
"@shapeshiftoss/hdwallet-core": "^1.57.0",
4848
"@shapeshiftoss/hdwallet-native": "^1.57.0",
4949
"@shapeshiftoss/logger": "^1.1.2",
50-
"@shapeshiftoss/metamask-snaps-types": "^1.0.12",
50+
"@shapeshiftoss/metamask-snaps-types": "^1.0.13",
5151
"@shapeshiftoss/types": "^8.3.0",
5252
"@shapeshiftoss/unchained-client": "10.1.1",
5353
"eth-rpc-errors": "^4.0.3",

packages/snap/snap.manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.12",
2+
"version": "1.0.13",
33
"description": "The ShapeShift Multichain snap evolves your wallet to support 11 chains in one snap, including Bitcoin, Dogecoin, Litecoin, Cosmos, Binance Chain, Bitcoin Cash, THORChain, Osmosis, and Secret Network.",
44
"proposedName": "ShapeShift Multichain",
55
"repository": {
@@ -15,7 +15,7 @@
1515
"registry": "https://registry.npmjs.org/"
1616
}
1717
},
18-
"shasum": "+f+xuwqEINkpNZ1j1wQQlljyCd+cFjIyeP2+2HpFf6g="
18+
"shasum": "Nn/pLnEw08/g2J+Hm1YU50YO/rBgNHp1f2MLkAwyz/Q="
1919
},
2020
"initialPermissions": {
2121
"endowment:network-access": {},

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shapeshiftoss/metamask-snaps-types",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Types for ShapeShift multi-chain snap.",
55
"license": "MIT",
66
"author": "pastaghost <[email protected]>",

0 commit comments

Comments
 (0)