Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 7027755 commit e0aaef4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion signers/signer-ton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/signer-ton",
"version": "0.17.0",
"version": "0.17.1-next.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-all",
"version": "0.39.1-next.0",
"version": "0.39.1-next.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -39,6 +39,7 @@
"@rango-dev/provider-ledger": "^0.9.1-next.0",
"@rango-dev/provider-math-wallet": "^0.39.1-next.0",
"@rango-dev/provider-metamask": "^0.39.0",
"@rango-dev/provider-mytonwallet": "^0.24.1-next.1",
"@rango-dev/provider-okx": "^0.39.1-next.0",
"@rango-dev/provider-phantom": "^0.39.1-next.0",
"@rango-dev/provider-rabby": "^0.6.0",
Expand All @@ -49,7 +50,6 @@
"@rango-dev/provider-taho": "^0.39.0",
"@rango-dev/provider-tokenpocket": "^0.39.0",
"@rango-dev/provider-tomo": "^0.6.0",
"@rango-dev/provider-mytonwallet": "^0.24.1-next.0",
"@rango-dev/provider-trezor": "^0.6.0",
"@rango-dev/provider-tron-link": "^0.39.1-next.0",
"@rango-dev/provider-trustwallet": "^0.39.0",
Expand All @@ -61,4 +61,4 @@
"publishConfig": {
"access": "public"
}
}
}
10 changes: 5 additions & 5 deletions wallets/provider-mytonwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-mytonwallet",
"version": "0.24.1-next.0",
"version": "0.24.1-next.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -24,13 +24,13 @@
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
},
"dependencies": {
"@rango-dev/signer-ton": "^0.17.0",
"@rango-dev/signer-ton": "^0.17.1-next.0",
"@rango-dev/wallets-shared": "^0.39.0",
"rango-types": "^0.1.74",
"@ton/core": "^0.59.0",
"@ton/crypto": "^3.3.0"
"@ton/crypto": "^3.3.0",
"rango-types": "^0.1.74"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit e0aaef4

Please sign in to comment.