Skip to content

Commit

Permalink
Release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed May 30, 2024
1 parent b4f601c commit 4b0ad85
Show file tree
Hide file tree
Showing 55 changed files with 162 additions and 162 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subwallet-connect-monorepo",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/arcana-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/arcana-auth",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.",
"private": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@arcana/auth": "^1.0.7",
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"devDependencies": {
"typescript": "^4.5.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/bitget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/bitget",
"version": "1.0.6",
"version": "1.0.7",
"description": "bitget-wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -62,6 +62,6 @@
},
"dependencies": {
"@bitget-wallet/web3-sdk": "^0.0.8",
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/bitkeep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/subwallet_bitkeep",
"version": "1.0.6",
"version": "1.0.7",
"description": "Bitkeep Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@bitget-wallet/web3-sdk": "^0.0.8",
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"author": ""
}
4 changes: 2 additions & 2 deletions packages/blocto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/blocto",
"version": "1.0.6",
"version": "1.0.7",
"description": "Blocto SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -67,7 +67,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"@blocto/sdk": "^0.4.6"
},
"author": ""
Expand Down
4 changes: 2 additions & 2 deletions packages/cede-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/cede-store",
"version": "1.0.6",
"version": "1.0.7",
"description": "cede.store SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@cedelabs/providers": "^1.5.0",
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"author": ""
}
4 changes: 2 additions & 2 deletions packages/coinbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/coinbase",
"version": "1.0.6",
"version": "1.0.7",
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.2",
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"author": ""
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/common",
"version": "1.0.6",
"version": "1.0.7",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/core",
"version": "1.0.6",
"version": "1.0.7",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -65,9 +65,9 @@
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@subwallet-connect/gas": "^1.0.6",
"@subwallet-connect/transaction-preview": "^1.0.6",
"@subwallet-connect/unstoppable-resolution": "^1.0.6",
"@subwallet-connect/gas": "^1.0.7",
"@subwallet-connect/transaction-preview": "^1.0.7",
"@subwallet-connect/unstoppable-resolution": "^1.0.7",
"@tsconfig/svelte": "^2.0.0",
"@types/lodash.merge": "^4.6.6",
"@types/lodash.partition": "^4.6.6",
Expand All @@ -86,7 +86,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"axios": "^1.6.5",
"bignumber.js": "^9.0.0",
"bn.js": "^4.11.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/dcent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/dcent",
"version": "1.0.6",
"version": "1.0.7",
"description": "D'CENT wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -58,8 +58,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/hw-common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"@subwallet-connect/hw-common": "^1.0.7",
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
"eth-dcent-keyring": "^0.2.2"
Expand Down
90 changes: 45 additions & 45 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"scripts": {
"clean": "polkadot-dev-clean-build",
Expand All @@ -13,50 +13,50 @@
"@ant-design/icons": "^5.2.6",
"@ethereumjs/common": "^4.1.0",
"@ethersproject/keccak256": "^5.7.0",
"@subwallet-connect/arcana-auth": "^1.0.6",
"@subwallet-connect/bitget": "^1.0.6",
"@subwallet-connect/blocto": "^1.0.6",
"@subwallet-connect/cede-store": "^1.0.6",
"@subwallet-connect/coinbase": "^1.0.6",
"@subwallet-connect/dcent": "^1.0.6",
"@subwallet-connect/enkrypt": "^1.0.6",
"@subwallet-connect/fortmatic": "^1.0.6",
"@subwallet-connect/frame": "^1.0.6",
"@subwallet-connect/frontier": "^1.0.6",
"@subwallet-connect/gas": "^1.0.6",
"@subwallet-connect/gnosis": "^1.0.6",
"@subwallet-connect/infinity-wallet": "^1.0.6",
"@subwallet-connect/injected-wallets": "^1.0.6",
"@subwallet-connect/keepkey": "^1.0.6",
"@subwallet-connect/keystone": "^1.0.6",
"@subwallet-connect/ledger": "^1.0.6",
"@subwallet-connect/ledger-polkadot": "^1.0.6",
"@subwallet-connect/magic": "^1.0.6",
"@subwallet-connect/metamask": "^1.0.6",
"@subwallet-connect/mew-wallet": "^1.0.6",
"@subwallet-connect/phantom": "^1.0.6",
"@subwallet-connect/portis": "^1.0.6",
"@subwallet-connect/react": "^1.0.6",
"@subwallet-connect/sequence": "^1.0.6",
"@subwallet-connect/taho": "^1.0.6",
"@subwallet-connect/torus": "^1.0.6",
"@subwallet-connect/transaction-preview": "^1.0.6",
"@subwallet-connect/trezor": "^1.0.6",
"@subwallet-connect/trust": "^1.0.6",
"@subwallet-connect/uauth": "^1.0.6",
"@subwallet-connect/venly": "^1.0.6",
"@subwallet-connect/walletconnect": "^1.0.6",
"@subwallet-connect/walletconnect-polkadot": "^1.0.6",
"@subwallet-connect/walletlink": "^1.0.6",
"@subwallet-connect/web3auth": "^1.0.6",
"@subwallet-connect/xdefi": "^1.0.6",
"@subwallet-connect/zeal": "^1.0.6",
"@subwallet-connect/subwallet": "^1.0.6",
"@subwallet-connect/subwallet-polkadot": "^1.0.6",
"@subwallet-connect/talisman": "^1.0.6",
"@subwallet-connect/polkadot-js": "^1.0.6",
"@subwallet-connect/polkadot-vault": "^1.0.6",
"@subwallet-connect/openbit": "^0.0.1",
"@subwallet-connect/arcana-auth": "^1.0.7",
"@subwallet-connect/bitget": "^1.0.7",
"@subwallet-connect/blocto": "^1.0.7",
"@subwallet-connect/cede-store": "^1.0.7",
"@subwallet-connect/coinbase": "^1.0.7",
"@subwallet-connect/dcent": "^1.0.7",
"@subwallet-connect/enkrypt": "^1.0.7",
"@subwallet-connect/fortmatic": "^1.0.7",
"@subwallet-connect/frame": "^1.0.7",
"@subwallet-connect/frontier": "^1.0.7",
"@subwallet-connect/gas": "^1.0.7",
"@subwallet-connect/gnosis": "^1.0.7",
"@subwallet-connect/infinity-wallet": "^1.0.7",
"@subwallet-connect/injected-wallets": "^1.0.7",
"@subwallet-connect/keepkey": "^1.0.7",
"@subwallet-connect/keystone": "^1.0.7",
"@subwallet-connect/ledger": "^1.0.7",
"@subwallet-connect/ledger-polkadot": "^1.0.7",
"@subwallet-connect/magic": "^1.0.7",
"@subwallet-connect/metamask": "^1.0.7",
"@subwallet-connect/mew-wallet": "^1.0.7",
"@subwallet-connect/phantom": "^1.0.7",
"@subwallet-connect/portis": "^1.0.7",
"@subwallet-connect/react": "^1.0.7",
"@subwallet-connect/sequence": "^1.0.7",
"@subwallet-connect/taho": "^1.0.7",
"@subwallet-connect/torus": "^1.0.7",
"@subwallet-connect/transaction-preview": "^1.0.7",
"@subwallet-connect/trezor": "^1.0.7",
"@subwallet-connect/trust": "^1.0.7",
"@subwallet-connect/uauth": "^1.0.7",
"@subwallet-connect/venly": "^1.0.7",
"@subwallet-connect/walletconnect": "^1.0.7",
"@subwallet-connect/walletconnect-polkadot": "^1.0.7",
"@subwallet-connect/walletlink": "^1.0.7",
"@subwallet-connect/web3auth": "^1.0.7",
"@subwallet-connect/xdefi": "^1.0.7",
"@subwallet-connect/zeal": "^1.0.7",
"@subwallet-connect/subwallet": "^1.0.7",
"@subwallet-connect/subwallet-polkadot": "^1.0.7",
"@subwallet-connect/talisman": "^1.0.7",
"@subwallet-connect/polkadot-js": "^1.0.7",
"@subwallet-connect/polkadot-vault": "^1.0.7",
"@subwallet-connect/openbit": "^1.0.7",
"@subwallet/chain-list": "^0.2.39",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/enkrypt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/enkrypt",
"version": "1.0.6",
"version": "1.0.7",
"description": "Enkrypt SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -65,7 +65,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"author": ""
}
4 changes: 2 additions & 2 deletions packages/fortmatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/fortmatic",
"version": "1.0.6",
"version": "1.0.7",
"description": "Fortmatic wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"fortmatic": "^2.2.1"
},
"author": ""
Expand Down
4 changes: 2 additions & 2 deletions packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/frame",
"version": "1.0.6",
"version": "1.0.7",
"description": "Frame wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"eth-provider": "^0.13.6"
},
"author": ""
Expand Down
4 changes: 2 additions & 2 deletions packages/frontier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/frontier",
"version": "1.0.6",
"version": "1.0.7",
"description": "Frontier Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"author": ""
}
4 changes: 2 additions & 2 deletions packages/gas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/gas",
"version": "1.0.6",
"version": "1.0.7",
"description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.",
"keywords": [
"gas",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"rxjs": "^7.5.2",
"joi": "17.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gnosis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/gnosis",
"version": "1.0.6",
"version": "1.0.7",
"description": "Safe module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@safe-global/safe-apps-sdk": "^8.0.0"
},
"dependencies": {
"@subwallet-connect/common": "^1.0.6"
"@subwallet-connect/common": "^1.0.7"
},
"peerDependencies": {
"@safe-global/safe-apps-provider": "^0.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subwallet-connect/hw-common",
"version": "1.0.6",
"version": "1.0.7",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"@ethereumjs/common": "2.6.5",
"@subwallet-connect/common": "^1.0.6",
"@subwallet-connect/common": "^1.0.7",
"ethers": "5.5.4",
"joi": "17.9.1",
"rxjs": "^7.5.2"
Expand Down
Loading

0 comments on commit 4b0ad85

Please sign in to comment.