From 445db446c141f1e8cc9983e01acff83c67bf3ebc Mon Sep 17 00:00:00 2001 From: AnhMTV Date: Fri, 17 May 2024 09:16:22 +0700 Subject: [PATCH] Release version 1.0.5 --- package.json | 2 +- packages/arcana-auth/package.json | 4 +- packages/bitget/package.json | 4 +- packages/bitkeep/package.json | 4 +- packages/blocto/package.json | 4 +- packages/cede-store/package.json | 4 +- packages/coinbase/package.json | 4 +- packages/common/package.json | 2 +- packages/core/package.json | 10 +-- packages/dcent/package.json | 6 +- packages/demo/package.json | 88 ++++++++++---------- packages/enkrypt/package.json | 4 +- packages/fortmatic/package.json | 4 +- packages/frame/package.json | 4 +- packages/frontier/package.json | 4 +- packages/gas/package.json | 4 +- packages/gnosis/package.json | 4 +- packages/hw-common/package.json | 4 +- packages/infinity-wallet/package.json | 4 +- packages/injected/package.json | 4 +- packages/keepkey/package.json | 6 +- packages/keystone/package.json | 6 +- packages/ledger/package.json | 4 +- packages/ledgerPolkadot/package.json | 6 +- packages/magic/package.json | 4 +- packages/metamask/package.json | 4 +- packages/mew-wallet/package.json | 4 +- packages/mew/package.json | 4 +- packages/phantom/package.json | 4 +- packages/polkadotJs/package.json | 4 +- packages/polkadotVault/package.json | 4 +- packages/portis/package.json | 4 +- packages/react/package.json | 6 +- packages/sequence/package.json | 4 +- packages/solid/package.json | 6 +- packages/subwallet-polkadot/package.json | 4 +- packages/subwallet/package.json | 4 +- packages/taho/package.json | 4 +- packages/talisman/package.json | 4 +- packages/tallyho/package.json | 4 +- packages/torus/package.json | 4 +- packages/transaction-preview/package.json | 4 +- packages/trezor/package.json | 6 +- packages/trust/package.json | 4 +- packages/uauth/package.json | 4 +- packages/unstoppable-resolution/package.json | 4 +- packages/venly/package.json | 4 +- packages/vue/package.json | 6 +- packages/walletconnect-polkadot/package.json | 4 +- packages/walletconnect/package.json | 4 +- packages/walletlink/package.json | 4 +- packages/web3auth/package.json | 4 +- packages/xdefi/package.json | 4 +- packages/zeal/package.json | 4 +- scripts/publish-version.js | 2 + 55 files changed, 161 insertions(+), 159 deletions(-) diff --git a/package.json b/package.json index 4b39d977f..f57be036c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subwallet-connect-monorepo", - "version": "1.0.4", + "version": "1.0.5", "private": true, "workspaces": { "packages": [ diff --git a/packages/arcana-auth/package.json b/packages/arcana-auth/package.json index 57327447e..b30abaee4 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.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "devDependencies": { "typescript": "^4.5.5" diff --git a/packages/bitget/package.json b/packages/bitget/package.json index 42635f1c9..8e2f6d7be 100644 --- a/packages/bitget/package.json +++ b/packages/bitget/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/bitget", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" } } diff --git a/packages/bitkeep/package.json b/packages/bitkeep/package.json index d87fe9703..dafb14680 100644 --- a/packages/bitkeep/package.json +++ b/packages/bitkeep/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/subwallet_bitkeep", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/blocto/package.json b/packages/blocto/package.json index bf2cf87a7..36c63a3dd 100644 --- a/packages/blocto/package.json +++ b/packages/blocto/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/blocto", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@blocto/sdk": "^0.4.6" }, "author": "" diff --git a/packages/cede-store/package.json b/packages/cede-store/package.json index ade2a2283..3b9c66506 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.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index 9d4cab612..5b8c156ce 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/coinbase", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/common/package.json b/packages/common/package.json index ce2d6b2d7..668f65021 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/common", - "version": "1.0.4", + "version": "1.0.5", "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 3f17cdbe8..250da8dea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/core", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/transaction-preview": "^1.0.4", - "@subwallet-connect/unstoppable-resolution": "^1.0.4", + "@subwallet-connect/gas": "^1.0.5", + "@subwallet-connect/transaction-preview": "^1.0.5", + "@subwallet-connect/unstoppable-resolution": "^1.0.5", "@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.4", + "@subwallet-connect/common": "^1.0.5", "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 b08fa7139..f70b61f53 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/dcent", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/hw-common": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/hw-common": "^1.0.5", "@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 580bb9ac1..19645f9a4 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/bitget": "^1.0.4", - "@subwallet-connect/blocto": "^1.0.4", - "@subwallet-connect/cede-store": "^1.0.4", - "@subwallet-connect/coinbase": "^1.0.4", - "@subwallet-connect/dcent": "^1.0.4", - "@subwallet-connect/enkrypt": "^1.0.4", - "@subwallet-connect/fortmatic": "^1.0.4", - "@subwallet-connect/frame": "^1.0.4", - "@subwallet-connect/frontier": "^1.0.4", - "@subwallet-connect/gas": "^1.0.4", - "@subwallet-connect/gnosis": "^1.0.4", - "@subwallet-connect/infinity-wallet": "^1.0.4", - "@subwallet-connect/injected-wallets": "^1.0.4", - "@subwallet-connect/keepkey": "^1.0.4", - "@subwallet-connect/keystone": "^1.0.4", - "@subwallet-connect/ledger": "^1.0.4", - "@subwallet-connect/ledger-polkadot": "^1.0.4", - "@subwallet-connect/magic": "^1.0.4", - "@subwallet-connect/metamask": "^1.0.4", - "@subwallet-connect/mew-wallet": "^1.0.4", - "@subwallet-connect/phantom": "^1.0.4", - "@subwallet-connect/portis": "^1.0.4", - "@subwallet-connect/react": "^1.0.4", - "@subwallet-connect/sequence": "^1.0.4", - "@subwallet-connect/taho": "^1.0.4", - "@subwallet-connect/torus": "^1.0.4", - "@subwallet-connect/transaction-preview": "^1.0.4", - "@subwallet-connect/trezor": "^1.0.4", - "@subwallet-connect/trust": "^1.0.4", - "@subwallet-connect/uauth": "^1.0.4", - "@subwallet-connect/venly": "^1.0.4", - "@subwallet-connect/walletconnect": "^1.0.4", - "@subwallet-connect/walletconnect-polkadot": "^1.0.4", - "@subwallet-connect/walletlink": "^1.0.4", - "@subwallet-connect/web3auth": "^1.0.4", - "@subwallet-connect/xdefi": "^1.0.4", - "@subwallet-connect/zeal": "^1.0.4", - "@subwallet-connect/subwallet": "^1.0.4", - "@subwallet-connect/subwallet-polkadot": "^1.0.4", - "@subwallet-connect/talisman": "^1.0.4", - "@subwallet-connect/polkadot-js": "^1.0.4", - "@subwallet-connect/polkadot-vault": "^1.0.4", + "@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/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 a80781908..c59e1ca94 100644 --- a/packages/enkrypt/package.json +++ b/packages/enkrypt/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/enkrypt", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index f14347f0d..688179b68 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/fortmatic", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "fortmatic": "^2.2.1" }, "author": "" diff --git a/packages/frame/package.json b/packages/frame/package.json index 2ab67ca11..7b05c24d3 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/frame", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "eth-provider": "^0.13.6" }, "author": "" diff --git a/packages/frontier/package.json b/packages/frontier/package.json index 74e5a7a75..1d9e2cc65 100644 --- a/packages/frontier/package.json +++ b/packages/frontier/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/frontier", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/gas/package.json b/packages/gas/package.json index 4146e1706..ef17d917e 100644 --- a/packages/gas/package.json +++ b/packages/gas/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/gas", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "rxjs": "^7.5.2", "joi": "17.8.1" }, diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 51cab01f7..acb7013b6 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/gnosis", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "peerDependencies": { "@safe-global/safe-apps-provider": "^0.17.1", diff --git a/packages/hw-common/package.json b/packages/hw-common/package.json index 9cc4bd56e..e761c79d0 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.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "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 1816fae04..796e12504 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.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "dependencies": { "@infinitywallet/infinity-connector": "^1.0.6" diff --git a/packages/injected/package.json b/packages/injected/package.json index 36d254d9a..c63725146 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/injected-wallets", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "joi": "17.9.1", "lodash.uniqby": "^4.7.0" }, diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 589b0a408..5c4a708a7 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/keepkey", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/hw-common": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/hw-common": "^1.0.5", "ethereumjs-util": "^7.1.3" }, "author": "" diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 01a042048..4d8322163 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/keystone", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/hw-common": "^1.0.4" + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/hw-common": "^1.0.5" }, "author": "" } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index 00d737240..d400e3ef2 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/ledger", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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 20366f61d..5a1470af7 100644 --- a/packages/ledgerPolkadot/package.json +++ b/packages/ledgerPolkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/ledger-polkadot", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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.4" + "@subwallet-connect/hw-common": "^1.0.5" }, "author": "" } diff --git a/packages/magic/package.json b/packages/magic/package.json index 7fd151a47..2410d328f 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/magic", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "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 063fde9e5..ea8825663 100644 --- a/packages/metamask/package.json +++ b/packages/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/metamask", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/mew-wallet/package.json b/packages/mew-wallet/package.json index 4795c2826..81c99522d 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.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "lodash.uniqby": "^4.7.0" }, "author": "" diff --git a/packages/mew/package.json b/packages/mew/package.json index f8b3735cd..eda6e1b69 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/mew", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "rxjs": "^7.5.2" }, "author": "" diff --git a/packages/phantom/package.json b/packages/phantom/package.json index 27f6bec1c..1412c51a6 100644 --- a/packages/phantom/package.json +++ b/packages/phantom/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/phantom", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/polkadotJs/package.json b/packages/polkadotJs/package.json index 2693167a3..5b3b5f0af 100644 --- a/packages/polkadotJs/package.json +++ b/packages/polkadotJs/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/polkadot-js", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/polkadotVault/package.json b/packages/polkadotVault/package.json index dd3bc3325..9bce8a286 100644 --- a/packages/polkadotVault/package.json +++ b/packages/polkadotVault/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/polkadot-vault", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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 0c7730b82..ccb2b26ab 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/portis", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/react/package.json b/packages/react/package.json index c561a22bf..96f7ccfe6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/react", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/core": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/core": "^1.0.5", "use-sync-external-store": "^1.0.0" }, "peerDependencies": { diff --git a/packages/sequence/package.json b/packages/sequence/package.json index 37cd94460..f2a91eb0e 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/sequence", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "0xsequence": "^0.43.1" }, "peerDependencies": { diff --git a/packages/solid/package.json b/packages/solid/package.json index ec385a3a7..dee7b4cdf 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/solid", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/core": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/core": "^1.0.5", "solid-js": "^1.8.1" } } diff --git a/packages/subwallet-polkadot/package.json b/packages/subwallet-polkadot/package.json index c705a595f..f17c70c42 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.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/subwallet/package.json b/packages/subwallet/package.json index 82085865f..ecb7b1bfb 100644 --- a/packages/subwallet/package.json +++ b/packages/subwallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/subwallet", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/taho/package.json b/packages/taho/package.json index 73b571714..c7b269d1b 100644 --- a/packages/taho/package.json +++ b/packages/taho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/taho", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" }, diff --git a/packages/talisman/package.json b/packages/talisman/package.json index 97bca7bf3..46af269f9 100644 --- a/packages/talisman/package.json +++ b/packages/talisman/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/talisman", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/tallyho/package.json b/packages/tallyho/package.json index 2f80068b9..7cd5a7e55 100644 --- a/packages/tallyho/package.json +++ b/packages/tallyho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/tallyho", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" }, diff --git a/packages/torus/package.json b/packages/torus/package.json index fca584109..57ec90c41 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/torus", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/transaction-preview/package.json b/packages/transaction-preview/package.json index 60a60e2d3..37e647580 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.4", + "version": "1.0.5", "description": "In app preview of Ethereum transactions", "keywords": [ "Ethereum", @@ -82,7 +82,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet-connect/common": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", "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 f55db6303..8b5ffb40c 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/trezor", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/hw-common": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/hw-common": "^1.0.5", "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 da0e355ac..9366bf32a 100644 --- a/packages/trust/package.json +++ b/packages/trust/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/trust", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/uauth/package.json b/packages/uauth/package.json index edd01a222..987c951da 100644 --- a/packages/uauth/package.json +++ b/packages/uauth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/uauth", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "joi": "17.9.1", "rxjs": "^7.5.2" }, diff --git a/packages/unstoppable-resolution/package.json b/packages/unstoppable-resolution/package.json index ec8189988..c8535cbe9 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.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "typescript": "^4.5.5" }, "dependencies": { diff --git a/packages/venly/package.json b/packages/venly/package.json index 1c9bfca9c..b0fb16740 100644 --- a/packages/venly/package.json +++ b/packages/venly/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/venly", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" }, "author": "" } diff --git a/packages/vue/package.json b/packages/vue/package.json index 3491a6217..875a553d0 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/vue", - "version": "1.0.4", + "version": "1.0.5", "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.4", - "@subwallet-connect/core": "^1.0.4", + "@subwallet-connect/common": "^1.0.5", + "@subwallet-connect/core": "^1.0.5", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect-polkadot/package.json b/packages/walletconnect-polkadot/package.json index 2ccdf4678..ed46f2b31 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.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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 fcf8e195f..f9f0e9296 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/walletconnect", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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 552083121..b9946d5f7 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/walletlink", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index 04885af4c..7af9a40d8 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/web3auth", - "version": "1.0.4", + "version": "1.0.5", "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.4", + "@subwallet-connect/common": "^1.0.5", "@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 7327f9770..415603765 100644 --- a/packages/xdefi/package.json +++ b/packages/xdefi/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/xdefi", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" } } diff --git a/packages/zeal/package.json b/packages/zeal/package.json index 6926673af..02b690a6c 100644 --- a/packages/zeal/package.json +++ b/packages/zeal/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet-connect/zeal", - "version": "1.0.4", + "version": "1.0.5", "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.4" + "@subwallet-connect/common": "^1.0.5" } } diff --git a/scripts/publish-version.js b/scripts/publish-version.js index fedf04e77..d51c9f914 100644 --- a/scripts/publish-version.js +++ b/scripts/publish-version.js @@ -4,6 +4,8 @@ const path = require('path'); const prefix = '@subwallet-connect'; +console.log('Publishing packages...', process.env.NPM_TOKEN); + // Function to publish a package async function publishPackage(packagePath) { try {