Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: snaps publish take 2 #123

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9",
"version": "1.0.10",
"useWorkspaces": true,
"npmClient": "yarn"
}
6 changes: 3 additions & 3 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.9",
"version": "1.0.10",
"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,8 +28,8 @@
"@metamask/snaps-ui": "1.0.2",
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/logger": "^1.1.3",
"@shapeshiftoss/metamask-snaps": "^1.0.9",
"@shapeshiftoss/metamask-snaps-types": "^1.0.9",
"@shapeshiftoss/metamask-snaps": "^1.0.10",
"@shapeshiftoss/metamask-snaps-types": "^1.0.10",
"p-queue": "^7.4.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.9",
"version": "1.0.10",
"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.55.1",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.9",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.10",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "1.0.10",
"description": "A multi-chain Snap for MetaMask by ShapeShift.",
"license": "MIT",
"author": "pastaghost <[email protected]> (http://www.github.com/pastaghost)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/hdwallet-native": "^1.55.1",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/metamask-snaps-types": "^1.0.9",
"@shapeshiftoss/metamask-snaps-types": "^1.0.10",
"@shapeshiftoss/types": "^8.3.0",
"@shapeshiftoss/unchained-client": "10.1.1",
"eth-rpc-errors": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"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.",
"proposedName": "ShapeShift Multichain",
"repository": {
Expand All @@ -15,7 +15,7 @@
"registry": "https://registry.npmjs.org/"
}
},
"shasum": "CCfVhqwMAZKSm+PH+fULDXhdbaMgT5pKZsQEKXPZ32Q="
"shasum": "g4jNKZk6ELqTHDw8JjdC+06CRvqaml6AeB60qP0E0gM="
},
"initialPermissions": {
"endowment:network-access": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/metamask-snaps-types",
"version": "1.0.9",
"version": "1.0.10",
"description": "Types for ShapeShift multi-chain snap.",
"license": "MIT",
"author": "pastaghost <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7264,7 +7264,7 @@ __metadata:
languageName: node
linkType: hard

"@shapeshiftoss/metamask-snaps-adapter@^1.0.9, @shapeshiftoss/metamask-snaps-adapter@workspace:packages/adapter":
"@shapeshiftoss/metamask-snaps-adapter@^1.0.10, @shapeshiftoss/metamask-snaps-adapter@workspace:packages/adapter":
version: 0.0.0-use.local
resolution: "@shapeshiftoss/metamask-snaps-adapter@workspace:packages/adapter"
dependencies:
Expand All @@ -7273,8 +7273,8 @@ __metadata:
"@metamask/snaps-ui": 1.0.2
"@shapeshiftoss/hdwallet-core": ^1.55.1
"@shapeshiftoss/logger": ^1.1.3
"@shapeshiftoss/metamask-snaps": ^1.0.9
"@shapeshiftoss/metamask-snaps-types": ^1.0.9
"@shapeshiftoss/metamask-snaps": ^1.0.10
"@shapeshiftoss/metamask-snaps-types": ^1.0.10
"@types/node": ^18.7.8
eslint: ^8.47.0
eslint-config-airbnb: ^19.0.4
Expand Down Expand Up @@ -7302,7 +7302,7 @@ __metadata:
languageName: unknown
linkType: soft

"@shapeshiftoss/metamask-snaps-types@^1.0.9, @shapeshiftoss/metamask-snaps-types@workspace:packages/types":
"@shapeshiftoss/metamask-snaps-types@^1.0.10, @shapeshiftoss/metamask-snaps-types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@shapeshiftoss/metamask-snaps-types@workspace:packages/types"
dependencies:
Expand All @@ -7326,7 +7326,7 @@ __metadata:
languageName: unknown
linkType: soft

"@shapeshiftoss/metamask-snaps@^1.0.9, @shapeshiftoss/metamask-snaps@workspace:packages/snap":
"@shapeshiftoss/metamask-snaps@^1.0.10, @shapeshiftoss/metamask-snaps@workspace:packages/snap":
version: 0.0.0-use.local
resolution: "@shapeshiftoss/metamask-snaps@workspace:packages/snap"
dependencies:
Expand All @@ -7349,7 +7349,7 @@ __metadata:
"@shapeshiftoss/hdwallet-core": ^1.55.1
"@shapeshiftoss/hdwallet-native": ^1.55.1
"@shapeshiftoss/logger": ^1.1.2
"@shapeshiftoss/metamask-snaps-types": ^1.0.9
"@shapeshiftoss/metamask-snaps-types": ^1.0.10
"@shapeshiftoss/types": ^8.3.0
"@shapeshiftoss/unchained-client": 10.1.1
"@types/browserify": ^12.0.37
Expand Down Expand Up @@ -24135,7 +24135,7 @@ __metadata:
"@reduxjs/toolkit": ^1.8.3
"@shapeshiftoss/hdwallet-core": ^1.55.1
"@shapeshiftoss/logger": ^1.1.2
"@shapeshiftoss/metamask-snaps-adapter": ^1.0.9
"@shapeshiftoss/metamask-snaps-adapter": ^1.0.10
"@testing-library/jest-dom": ^5.16.4
"@testing-library/react": ^13.0.1
"@testing-library/user-event": ^14.1.0
Expand Down
Loading