diff --git a/package.json b/package.json index f57be036c..f327c49dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subwallet-connect-monorepo", - "version": "1.0.5", + "version": "1.0.6", "private": true, "workspaces": { "packages": [ diff --git a/packages/arcana-auth/package.json b/packages/arcana-auth/package.json index b30abaee4..e56ab74c2 100644 --- a/packages/arcana-auth/package.json +++ b/packages/arcana-auth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/arcana-auth", - "version": "1.0.5", + "version": "1.0.6", "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, @@ -14,7 +14,7 @@ }, "dependencies": { "@arcana/auth": "^1.0.7", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "devDependencies": { "typescript": "^4.5.5" diff --git a/packages/bitget/package.json b/packages/bitget/package.json index 8e2f6d7be..92d133a64 100644 --- a/packages/bitget/package.json +++ b/packages/bitget/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/bitget", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -62,6 +62,6 @@ }, "dependencies": { "@bitget-wallet/web3-sdk": "^0.0.8", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" } } diff --git a/packages/bitkeep/package.json b/packages/bitkeep/package.json index dafb14680..e6c1c132b 100644 --- a/packages/bitkeep/package.json +++ b/packages/bitkeep/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/subwallet_bitkeep", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -64,7 +64,7 @@ }, "dependencies": { "@bitget-wallet/web3-sdk": "^0.0.8", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/blocto/package.json b/packages/blocto/package.json index 36c63a3dd..e94bcb586 100644 --- a/packages/blocto/package.json +++ b/packages/blocto/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/blocto", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -67,7 +67,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@blocto/sdk": "^0.4.6" }, "author": "" diff --git a/packages/cede-store/package.json b/packages/cede-store/package.json index 3b9c66506..38fd931f6 100644 --- a/packages/cede-store/package.json +++ b/packages/cede-store/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/cede-store", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -72,7 +72,7 @@ }, "dependencies": { "@cedelabs/providers": "^1.5.0", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index 5b8c156ce..aa34aa5e2 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/coinbase", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -61,7 +61,7 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.7.2", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/common/package.json b/packages/common/package.json index 668f65021..bd048851e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/common", - "version": "1.0.5", + "version": "1.0.6", "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", diff --git a/packages/core/package.json b/packages/core/package.json index 250da8dea..4582a693b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/core", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -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.5", - "@subwallet-connect/transaction-preview": "^1.0.5", - "@subwallet-connect/unstoppable-resolution": "^1.0.5", + "@subwallet-connect/gas": "^1.0.6", + "@subwallet-connect/transaction-preview": "^1.0.6", + "@subwallet-connect/unstoppable-resolution": "^1.0.6", "@tsconfig/svelte": "^2.0.0", "@types/lodash.merge": "^4.6.6", "@types/lodash.partition": "^4.6.6", @@ -86,7 +86,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "axios": "^1.6.5", "bignumber.js": "^9.0.0", "bn.js": "^4.11.9", diff --git a/packages/dcent/package.json b/packages/dcent/package.json index f70b61f53..fc306f5e2 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/dcent", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -58,8 +58,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/hw-common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/hw-common": "^1.0.6", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "eth-dcent-keyring": "^0.2.2" diff --git a/packages/demo/package.json b/packages/demo/package.json index 19645f9a4..5ff9dbe20 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.0.5", + "version": "1.0.6", "private": true, "scripts": { "clean": "polkadot-dev-clean-build", @@ -13,49 +13,49 @@ "@ant-design/icons": "^5.2.6", "@ethereumjs/common": "^4.1.0", "@ethersproject/keccak256": "^5.7.0", - "@subwallet-connect/arcana-auth": "^1.0.5", - "@subwallet-connect/bitget": "^1.0.5", - "@subwallet-connect/blocto": "^1.0.5", - "@subwallet-connect/cede-store": "^1.0.5", - "@subwallet-connect/coinbase": "^1.0.5", - "@subwallet-connect/dcent": "^1.0.5", - "@subwallet-connect/enkrypt": "^1.0.5", - "@subwallet-connect/fortmatic": "^1.0.5", - "@subwallet-connect/frame": "^1.0.5", - "@subwallet-connect/frontier": "^1.0.5", - "@subwallet-connect/gas": "^1.0.5", - "@subwallet-connect/gnosis": "^1.0.5", - "@subwallet-connect/infinity-wallet": "^1.0.5", - "@subwallet-connect/injected-wallets": "^1.0.5", - "@subwallet-connect/keepkey": "^1.0.5", - "@subwallet-connect/keystone": "^1.0.5", - "@subwallet-connect/ledger": "^1.0.5", - "@subwallet-connect/ledger-polkadot": "^1.0.5", - "@subwallet-connect/magic": "^1.0.5", - "@subwallet-connect/metamask": "^1.0.5", - "@subwallet-connect/mew-wallet": "^1.0.5", - "@subwallet-connect/phantom": "^1.0.5", - "@subwallet-connect/portis": "^1.0.5", - "@subwallet-connect/react": "^1.0.5", - "@subwallet-connect/sequence": "^1.0.5", - "@subwallet-connect/taho": "^1.0.5", - "@subwallet-connect/torus": "^1.0.5", - "@subwallet-connect/transaction-preview": "^1.0.5", - "@subwallet-connect/trezor": "^1.0.5", - "@subwallet-connect/trust": "^1.0.5", - "@subwallet-connect/uauth": "^1.0.5", - "@subwallet-connect/venly": "^1.0.5", - "@subwallet-connect/walletconnect": "^1.0.5", - "@subwallet-connect/walletconnect-polkadot": "^1.0.5", - "@subwallet-connect/walletlink": "^1.0.5", - "@subwallet-connect/web3auth": "^1.0.5", - "@subwallet-connect/xdefi": "^1.0.5", - "@subwallet-connect/zeal": "^1.0.5", - "@subwallet-connect/subwallet": "^1.0.5", - "@subwallet-connect/subwallet-polkadot": "^1.0.5", - "@subwallet-connect/talisman": "^1.0.5", - "@subwallet-connect/polkadot-js": "^1.0.5", - "@subwallet-connect/polkadot-vault": "^1.0.5", + "@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/chain-list": "^0.2.39", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", diff --git a/packages/enkrypt/package.json b/packages/enkrypt/package.json index c59e1ca94..5746798f0 100644 --- a/packages/enkrypt/package.json +++ b/packages/enkrypt/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/enkrypt", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -65,7 +65,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index 688179b68..0479f51f1 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/fortmatic", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -60,7 +60,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "fortmatic": "^2.2.1" }, "author": "" diff --git a/packages/frame/package.json b/packages/frame/package.json index 7b05c24d3..03ee06304 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/frame", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -61,7 +61,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "eth-provider": "^0.13.6" }, "author": "" diff --git a/packages/frontier/package.json b/packages/frontier/package.json index 1d9e2cc65..21daeeab8 100644 --- a/packages/frontier/package.json +++ b/packages/frontier/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/frontier", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -61,7 +61,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/gas/package.json b/packages/gas/package.json index ef17d917e..4cfa09801 100644 --- a/packages/gas/package.json +++ b/packages/gas/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/gas", - "version": "1.0.5", + "version": "1.0.6", "description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.", "keywords": [ "gas", @@ -34,7 +34,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "rxjs": "^7.5.2", "joi": "17.8.1" }, diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index acb7013b6..eb9c38de4 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/gnosis", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -61,7 +61,7 @@ "@safe-global/safe-apps-sdk": "^8.0.0" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "peerDependencies": { "@safe-global/safe-apps-provider": "^0.17.1", diff --git a/packages/hw-common/package.json b/packages/hw-common/package.json index e761c79d0..dd4db8353 100644 --- a/packages/hw-common/package.json +++ b/packages/hw-common/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/hw-common", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -83,7 +83,7 @@ }, "dependencies": { "@ethereumjs/common": "2.6.5", - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "ethers": "5.5.4", "joi": "17.9.1", "rxjs": "^7.5.2" diff --git a/packages/infinity-wallet/package.json b/packages/infinity-wallet/package.json index 796e12504..874e5a547 100644 --- a/packages/infinity-wallet/package.json +++ b/packages/infinity-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/infinity-wallet", - "version": "1.0.5", + "version": "1.0.6", "description": "Infinity 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", @@ -62,7 +62,7 @@ "devDependencies": { "@types/node": "^17.0.21", "typescript": "^4.5.5", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "dependencies": { "@infinitywallet/infinity-connector": "^1.0.6" diff --git a/packages/injected/package.json b/packages/injected/package.json index c63725146..f793bdf67 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/injected-wallets", - "version": "1.0.5", + "version": "1.0.6", "description": "Injected wallet module for connecting browser extension and mobile wallets 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", @@ -70,7 +70,7 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "joi": "17.9.1", "lodash.uniqby": "^4.7.0" }, diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 5c4a708a7..8c617af58 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/keepkey", - "version": "1.0.5", + "version": "1.0.6", "description": "KeepKey hardware 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", @@ -65,8 +65,8 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/hw-common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/hw-common": "^1.0.6", "ethereumjs-util": "^7.1.3" }, "author": "" diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 4d8322163..ff12a8c3b 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/keystone", - "version": "1.0.5", + "version": "1.0.6", "description": "Keystone hardware 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", @@ -60,8 +60,8 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.4", - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/hw-common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/hw-common": "^1.0.6" }, "author": "" } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index d400e3ef2..8f15ae2bb 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/ledger", - "version": "1.0.5", + "version": "1.0.6", "description": "Ledger hardware 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", @@ -63,7 +63,7 @@ "dependencies": { "@ethersproject/providers": "5.5.0", "@ledgerhq/connect-kit-loader": "^1.1.0", - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@walletconnect/ethereum-provider": "^2.11.2", "@walletconnect/modal": "^2.6.2", "rxjs": "^7.5.2" diff --git a/packages/ledgerPolkadot/package.json b/packages/ledgerPolkadot/package.json index 5a1470af7..a73d88ca3 100644 --- a/packages/ledgerPolkadot/package.json +++ b/packages/ledgerPolkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/ledger-polkadot", - "version": "1.0.5", + "version": "1.0.6", "description": "Ledger hardware 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", @@ -66,7 +66,7 @@ "@ethersproject/providers": "5.5.0", "@shapeshiftoss/hdwallet-core": "v1.52.6", "@shapeshiftoss/hdwallet-ledger": "v1.52.2", - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@polkadot/hw-ledger": "^12.6.2", "buffer": "^6.0.3", "https-browserify": "^1.0.0", @@ -76,7 +76,7 @@ "rxjs": "^7.5.2", "stream": "^0.0.2", "stream-browserify": "^3.0.0", - "@subwallet-connect/hw-common": "^1.0.5" + "@subwallet-connect/hw-common": "^1.0.6" }, "author": "" } diff --git a/packages/magic/package.json b/packages/magic/package.json index 2410d328f..7e636400e 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/magic", - "version": "1.0.5", + "version": "1.0.6", "description": "Magic 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", @@ -82,7 +82,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "joi": "17.9.1", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" diff --git a/packages/metamask/package.json b/packages/metamask/package.json index ea8825663..c117d2827 100644 --- a/packages/metamask/package.json +++ b/packages/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/metamask", - "version": "1.0.5", + "version": "1.0.6", "description": "MetaMask 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", @@ -63,7 +63,7 @@ }, "dependencies": { "@metamask/sdk": "^0.18.6", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/mew-wallet/package.json b/packages/mew-wallet/package.json index 81c99522d..eb707953f 100644 --- a/packages/mew-wallet/package.json +++ b/packages/mew-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/mew-wallet", - "version": "1.0.5", + "version": "1.0.6", "description": "MEW (MyEtherWallet) 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 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", @@ -66,7 +66,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "lodash.uniqby": "^4.7.0" }, "author": "" diff --git a/packages/mew/package.json b/packages/mew/package.json index eda6e1b69..b7476e55a 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/mew", - "version": "1.0.5", + "version": "1.0.6", "description": "(DEPRECATED. Use @subwallet-connect/mew-wallet instead) MEW (My Ether 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 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", @@ -61,7 +61,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "rxjs": "^7.5.2" }, "author": "" diff --git a/packages/phantom/package.json b/packages/phantom/package.json index 1412c51a6..65ba790f7 100644 --- a/packages/phantom/package.json +++ b/packages/phantom/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/phantom", - "version": "1.0.5", + "version": "1.0.6", "description": "Phantom 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", @@ -61,7 +61,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/polkadotJs/package.json b/packages/polkadotJs/package.json index 5b3b5f0af..46777b828 100644 --- a/packages/polkadotJs/package.json +++ b/packages/polkadotJs/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/polkadot-js", - "version": "1.0.5", + "version": "1.0.6", "description": "Polkadot{.js} 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", @@ -67,7 +67,7 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/polkadotVault/package.json b/packages/polkadotVault/package.json index 9bce8a286..94646501a 100644 --- a/packages/polkadotVault/package.json +++ b/packages/polkadotVault/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/polkadot-vault", - "version": "1.0.5", + "version": "1.0.6", "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", @@ -81,7 +81,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@polkadot/util": "^12.6.1", "@polkadot/util-crypto": "^12.6.1", "@polkadot/types": "^10.11.1", diff --git a/packages/portis/package.json b/packages/portis/package.json index ccb2b26ab..d3cfd7c95 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/portis", - "version": "1.0.5", + "version": "1.0.6", "description": "Portis 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", @@ -59,7 +59,7 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/react/package.json b/packages/react/package.json index 96f7ccfe6..ae7f6ead0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/react", - "version": "1.0.5", + "version": "1.0.6", "description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. 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, 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", @@ -64,8 +64,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/core": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/core": "^1.0.6", "use-sync-external-store": "^1.0.0" }, "peerDependencies": { diff --git a/packages/sequence/package.json b/packages/sequence/package.json index f2a91eb0e..761514c65 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/sequence", - "version": "1.0.5", + "version": "1.0.6", "description": "Sequence is the smartest Web3 wallet. Easy, fun and secure.", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "0xsequence": "^0.43.1" }, "peerDependencies": { diff --git a/packages/solid/package.json b/packages/solid/package.json index dee7b4cdf..0b9aabb5a 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/solid", - "version": "1.0.5", + "version": "1.0.6", "description": "A collection of solid Composables for integrating Web3-Onboard in to a Solid project. 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, 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", @@ -62,8 +62,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/core": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/core": "^1.0.6", "solid-js": "^1.8.1" } } diff --git a/packages/subwallet-polkadot/package.json b/packages/subwallet-polkadot/package.json index f17c70c42..ad1af2ff2 100644 --- a/packages/subwallet-polkadot/package.json +++ b/packages/subwallet-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/subwallet-polkadot", - "version": "1.0.5", + "version": "1.0.6", "description": "SubWallet 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", @@ -67,7 +67,7 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/subwallet/package.json b/packages/subwallet/package.json index ecb7b1bfb..61dd0bf39 100644 --- a/packages/subwallet/package.json +++ b/packages/subwallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/subwallet", - "version": "1.0.5", + "version": "1.0.6", "description": "SubWallet 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", @@ -67,7 +67,7 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/taho/package.json b/packages/taho/package.json index c7b269d1b..f66acb585 100644 --- a/packages/taho/package.json +++ b/packages/taho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/taho", - "version": "1.0.5", + "version": "1.0.6", "description": "Taho 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", @@ -68,7 +68,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" }, diff --git a/packages/talisman/package.json b/packages/talisman/package.json index 46af269f9..a091e30ba 100644 --- a/packages/talisman/package.json +++ b/packages/talisman/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/talisman", - "version": "1.0.5", + "version": "1.0.6", "description": "Talisman 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", @@ -68,7 +68,7 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/tallyho/package.json b/packages/tallyho/package.json index 7cd5a7e55..ba0db273b 100644 --- a/packages/tallyho/package.json +++ b/packages/tallyho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/tallyho", - "version": "1.0.5", + "version": "1.0.6", "description": "(DEPRECATED. Use @subwallet-connect/taho instead) Tally Ho (now named Taho 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 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", @@ -66,7 +66,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" }, diff --git a/packages/torus/package.json b/packages/torus/package.json index 57ec90c41..a40021f72 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/torus", - "version": "1.0.5", + "version": "1.0.6", "description": "Torus 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", @@ -60,7 +60,7 @@ }, "dependencies": { "@toruslabs/torus-embed": "2.2.9", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/transaction-preview/package.json b/packages/transaction-preview/package.json index 37e647580..2cd1f033d 100644 --- a/packages/transaction-preview/package.json +++ b/packages/transaction-preview/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/transaction-preview", - "version": "1.0.5", + "version": "1.0.6", "description": "In app preview of Ethereum transactions", "keywords": [ "Ethereum", @@ -82,7 +82,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "bnc-sdk": "^4.6.7", "bowser": "^2.11.0", "joi": "17.9.1", diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 8b5ffb40c..c3a7756fa 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/trezor", - "version": "1.0.5", + "version": "1.0.6", "description": "Trezor hardware 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", @@ -62,8 +62,8 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/hw-common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/hw-common": "^1.0.6", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", diff --git a/packages/trust/package.json b/packages/trust/package.json index 9366bf32a..48dfc7fda 100644 --- a/packages/trust/package.json +++ b/packages/trust/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/trust", - "version": "1.0.5", + "version": "1.0.6", "description": "Trust 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", @@ -63,7 +63,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/uauth/package.json b/packages/uauth/package.json index 987c951da..619111f01 100644 --- a/packages/uauth/package.json +++ b/packages/uauth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/uauth", - "version": "1.0.5", + "version": "1.0.6", "description": "Unstoppable Domains 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", @@ -68,7 +68,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/ethereum-provider": "2.11.2", "@walletconnect/modal": "^2.6.2", - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "joi": "17.9.1", "rxjs": "^7.5.2" }, diff --git a/packages/unstoppable-resolution/package.json b/packages/unstoppable-resolution/package.json index c8535cbe9..8b74fecbd 100644 --- a/packages/unstoppable-resolution/package.json +++ b/packages/unstoppable-resolution/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/unstoppable-resolution", - "version": "1.0.5", + "version": "1.0.6", "description": "Adds Unstoppable Domain resolution for a wallet address, similar to ENS resolution", "keywords": [ "Unstoppable Domain", @@ -31,7 +31,7 @@ }, "license": "MIT", "devDependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "typescript": "^4.5.5" }, "dependencies": { diff --git a/packages/venly/package.json b/packages/venly/package.json index b0fb16740..89c3438cf 100644 --- a/packages/venly/package.json +++ b/packages/venly/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/venly", - "version": "1.0.5", + "version": "1.0.6", "description": "Venly 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", @@ -48,7 +48,7 @@ }, "dependencies": { "@venly/web3-provider": "^3.1.1", - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" }, "author": "" } diff --git a/packages/vue/package.json b/packages/vue/package.json index 875a553d0..f0b053404 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/vue", - "version": "1.0.5", + "version": "1.0.6", "description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. 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, 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", @@ -61,8 +61,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@subwallet-connect/common": "^1.0.5", - "@subwallet-connect/core": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", + "@subwallet-connect/core": "^1.0.6", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect-polkadot/package.json b/packages/walletconnect-polkadot/package.json index ed46f2b31..9909e79d2 100644 --- a/packages/walletconnect-polkadot/package.json +++ b/packages/walletconnect-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/walletconnect-polkadot", - "version": "1.0.5", + "version": "1.0.6", "description": "WalletConnect SDK 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", @@ -59,7 +59,7 @@ "@walletconnect/types": "^2.9.0" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@walletconnect/universal-provider": "^2.11.2", "joi": "17.9.1", "rxjs": "^7.5.2" diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index f9f0e9296..14426dd96 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/walletconnect", - "version": "1.0.5", + "version": "1.0.6", "description": "WalletConnect SDK 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", @@ -61,7 +61,7 @@ "@walletconnect/types": "^2.9.0" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@walletconnect/ethereum-provider": "^2.11.2", "@walletconnect/modal": "^2.6.2", "joi": "17.9.1", diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index b9946d5f7..fe0f9e581 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/walletlink", - "version": "1.0.5", + "version": "1.0.6", "description": "(DEPRECATED. Use @subwallet-connect/coinbase instead) WalletLink 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", @@ -58,7 +58,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index 7af9a40d8..aff40e04a 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/web3auth", - "version": "1.0.5", + "version": "1.0.6", "description": "Web3Auth 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", @@ -57,7 +57,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/common": "^1.0.6", "@solana/web3.js": "^1.73.0", "@web3auth/base": "^5.0.1", "@web3auth/modal": "^5.0.1", diff --git a/packages/xdefi/package.json b/packages/xdefi/package.json index 415603765..306be7b45 100644 --- a/packages/xdefi/package.json +++ b/packages/xdefi/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/xdefi", - "version": "1.0.5", + "version": "1.0.6", "description": "XDEFI 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", @@ -64,6 +64,6 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" } } diff --git a/packages/zeal/package.json b/packages/zeal/package.json index 02b690a6c..fc2c183c7 100644 --- a/packages/zeal/package.json +++ b/packages/zeal/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/zeal", - "version": "1.0.5", + "version": "1.0.6", "description": "Zeal SDK wallet module for connecting to Web3-Onboard.", "keywords": [ "Ethereum", @@ -54,6 +54,6 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet-connect/common": "^1.0.5" + "@subwallet-connect/common": "^1.0.6" } }