Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/coinbase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/coinbase",
"version": "2.0.6",
"version": "2.0.7-alpha.1",
"description": "Coinbase Wallet module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -21,6 +22,6 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.5",
"@web3-onboard/common": "^2.1.3"
"@web3-onboard/common": "^2.1.4-alpha.1"
}
}
3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@web3-onboard/common",
"version": "2.1.3",
"version": "2.1.4-alpha.1",
"repository": "blocknative/web3-onboard",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@web3-onboard/core",
"version": "2.3.2-alpha.1",
"version": "2.3.2-alpha.2",
"repository": "blocknative/web3-onboard",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down Expand Up @@ -41,7 +42,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"bignumber.js": "^9.0.0",
"bnc-sdk": "^4.4.1",
"bowser": "^2.11.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/dcent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/dcent",
"version": "2.0.3",
"version": "2.0.4-alpha.1",
"description": "D'CENT module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -18,7 +19,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"@ethereumjs/common": "^2.6.1",
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@web3-onboard/coinbase": "^2.0.6",
"@web3-onboard/core": "^2.3.2-alpha.1",
"@web3-onboard/core": "^2.3.2-alpha.2",
"@web3-onboard/dcent": "^2.0.3",
"@web3-onboard/fortmatic": "^2.0.5",
"@web3-onboard/gnosis": "^2.0.4",
Expand Down
5 changes: 3 additions & 2 deletions packages/fortmatic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/fortmatic",
"version": "2.0.5",
"version": "2.0.6-alpha.1",
"description": "Fortmatic module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -20,7 +21,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"fortmatic": "^2.2.1"
}
}
5 changes: 3 additions & 2 deletions packages/gnosis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/gnosis",
"version": "2.0.4",
"version": "2.0.5-alpha.1",
"description": "Gnosis module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -23,6 +24,6 @@
"dependencies": {
"@gnosis.pm/safe-apps-provider": "^0.9.2",
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
"@web3-onboard/common": "^2.1.3"
"@web3-onboard/common": "^2.1.4-alpha.1"
}
}
5 changes: 3 additions & 2 deletions packages/injected/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/injected-wallets",
"version": "2.0.12-alpha.1",
"version": "2.0.12-alpha.2",
"description": "Injected wallets module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -25,7 +26,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"joi": "^17.4.2",
"lodash.uniqby": "^4.7.0"
}
Expand Down
5 changes: 3 additions & 2 deletions packages/keepkey/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/keepkey",
"version": "2.1.3",
"version": "2.1.4-alpha.1",
"description": "KeepKey module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -27,7 +28,7 @@
"@ethersproject/providers": "^5.5.0",
"@shapeshiftoss/hdwallet-core": "^1.15.2",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"ethereumjs-util": "^7.1.3"
}
}
5 changes: 3 additions & 2 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/keystone",
"version": "2.1.4",
"version": "2.1.5-alpha.1",
"description": "Keystone module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -21,6 +22,6 @@
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
"@keystonehq/eth-keyring": "^0.14.0-alpha.10.3",
"@web3-onboard/common": "^2.1.3"
"@web3-onboard/common": "^2.1.4-alpha.1"
}
}
5 changes: 3 additions & 2 deletions packages/ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/ledger",
"version": "2.1.3",
"version": "2.1.4-alpha.1",
"description": "Ledger module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -27,7 +28,7 @@
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
"@ledgerhq/hw-transport-webusb": "^6.19.0",
"@metamask/eth-sig-util": "^4.0.0",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"buffer": "^6.0.3",
"ethereumjs-util": "^7.1.3"
}
Expand Down
5 changes: 3 additions & 2 deletions packages/magic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/magic",
"version": "2.0.6",
"version": "2.0.7-alpha.1",
"description": "Magic module for Onboard.js",
"repository": "blocknative/web3-onboard",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down Expand Up @@ -42,7 +43,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"joi": "^17.4.2",
"magic-sdk": "^8.1.0",
"rxjs": "^7.5.2"
Expand Down
5 changes: 3 additions & 2 deletions packages/mew/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/mew",
"version": "2.0.3",
"version": "2.0.4-alpha.1",
"description": "MEW module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -23,7 +24,7 @@
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"rxjs": "^7.5.2"
}
}
5 changes: 3 additions & 2 deletions packages/portis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/portis",
"version": "2.0.3",
"version": "2.0.4-alpha.1",
"description": "Portis module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -21,6 +22,6 @@
},
"dependencies": {
"@portis/web3": "^4.0.6",
"@web3-onboard/common": "^2.1.3"
"@web3-onboard/common": "^2.1.4-alpha.1"
}
}
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@web3-onboard/react",
"version": "2.2.2-alpha.1",
"description": "Collection of React Hooks for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -23,8 +24,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/core": "^2.3.2-alpha.1",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/core": "^2.3.2-alpha.2",
"@web3-onboard/common": "^2.1.4-alpha.1",
"use-sync-external-store": "1.0.0"
},
"peerDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions packages/torus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/torus",
"version": "2.0.4",
"version": "2.0.5-alpha.1",
"description": "Torus module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -21,6 +22,6 @@
},
"dependencies": {
"@toruslabs/torus-embed": "^1.18.3",
"@web3-onboard/common": "^2.1.3"
"@web3-onboard/common": "^2.1.4-alpha.1"
}
}
5 changes: 3 additions & 2 deletions packages/trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/trezor",
"version": "2.1.3",
"version": "2.1.4-alpha.1",
"description": "Trezor module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -22,7 +23,7 @@
"dependencies": {
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"buffer": "^6.0.3",
"eth-crypto": "^2.1.0",
"ethereumjs-util": "^7.1.3",
Expand Down
5 changes: 3 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@web3-onboard/vue",
"version": "2.1.2-alpha.1",
"description": "Vue Composable for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -23,8 +24,8 @@
"dependencies": {
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/core": "^2.3.2-alpha.1",
"@web3-onboard/common": "^2.1.4-alpha.1",
"@web3-onboard/core": "^2.3.2-alpha.2",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/walletconnect",
"version": "2.0.4",
"version": "2.0.5-alpha.1",
"description": "WalletConnect module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -23,7 +24,7 @@
"@ethersproject/providers": "^5.5.0",
"@walletconnect/client": "^1.7.1",
"@walletconnect/qrcode-modal": "^1.7.1",
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"rxjs": "^7.5.2"
}
}
5 changes: 3 additions & 2 deletions packages/walletlink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/walletlink",
"version": "2.0.3",
"version": "2.0.4-alpha.1",
"description": "WalletLink module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -20,7 +21,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"walletlink": "^2.5.0"
}
}
5 changes: 3 additions & 2 deletions packages/web3auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@web3-onboard/web3auth",
"version": "2.0.2",
"version": "2.0.3-alpha.1",
"description": "Web3Auth module for web3-onboard",
"repository": "blocknative/web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -20,7 +21,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.1.3",
"@web3-onboard/common": "^2.1.4-alpha.1",
"@web3auth/web3auth": "^1.0.0"
}
}