Skip to content

Commit e35e99f

Browse files
Merge remote-tracking branch 'origin/main' into feature/keystone-update
2 parents c20c2b4 + cfaa409 commit e35e99f

File tree

8 files changed

+166
-173
lines changed

8 files changed

+166
-173
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.28.2",
3+
"version": "2.29.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/coinbase/package.json

Lines changed: 61 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,63 @@
11
{
2-
"name": "@web3-onboard/coinbase",
3-
"version": "2.4.1",
4-
"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.",
5-
"keywords": [
6-
"Ethereum",
7-
"Web3",
8-
"EVM",
9-
"dapp",
10-
"Multichain",
11-
"Wallet",
12-
"Transaction",
13-
"Provider",
14-
"Hardware Wallet",
15-
"Notifications",
16-
"React",
17-
"Svelte",
18-
"Vue",
19-
"Next",
20-
"Nuxt",
21-
"MetaMask",
22-
"Coinbase",
23-
"WalletConnect",
24-
"Ledger",
25-
"Trezor",
26-
"Connect Wallet",
27-
"Ethereum Hooks",
28-
"Blocknative",
29-
"Mempool",
30-
"pending",
31-
"confirmed",
32-
"Injected Wallet",
33-
"Crypto",
34-
"Crypto Wallet",
35-
"Smart Wallet"
36-
],
37-
"repository": {
38-
"type": "git",
39-
"url": "https://github.com/blocknative/web3-onboard.git",
40-
"directory": "packages/coinbase"
41-
},
42-
"homepage": "https://onboard.blocknative.com",
43-
"bugs": "https://github.com/blocknative/web3-onboard/issues",
44-
"module": "dist/index.js",
45-
"browser": "dist/index.js",
46-
"main": "dist/index.js",
47-
"type": "module",
48-
"typings": "dist/index.d.ts",
49-
"files": [
50-
"dist"
51-
],
52-
"scripts": {
53-
"build": "tsc",
54-
"dev": "tsc -w",
55-
"type-check": "tsc --noEmit"
56-
},
57-
"license": "MIT",
58-
"devDependencies": {
59-
"typescript": "^5.4.5"
60-
},
61-
"dependencies": {
62-
"@coinbase/wallet-sdk": "4.3.0",
63-
"@web3-onboard/common": "^2.4.1"
64-
}
2+
"name": "@web3-onboard/coinbase",
3+
"version": "2.4.2",
4+
"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.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet",
33+
"Crypto",
34+
"Crypto Wallet",
35+
"Smart Wallet"
36+
],
37+
"repository": {
38+
"type": "git",
39+
"url": "https://github.com/blocknative/web3-onboard.git",
40+
"directory": "packages/coinbase"
41+
},
42+
"homepage": "https://onboard.blocknative.com",
43+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
44+
"module": "dist/index.js",
45+
"browser": "dist/index.js",
46+
"main": "dist/index.js",
47+
"type": "module",
48+
"typings": "dist/index.d.ts",
49+
"files": ["dist"],
50+
"scripts": {
51+
"build": "tsc",
52+
"dev": "tsc -w",
53+
"type-check": "tsc --noEmit"
54+
},
55+
"license": "MIT",
56+
"devDependencies": {
57+
"typescript": "^5.4.5"
58+
},
59+
"dependencies": {
60+
"@coinbase/wallet-sdk": "4.3.0",
61+
"@web3-onboard/common": "^2.4.1"
62+
}
6563
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.23.1",
3+
"version": "2.24.0",
44
"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.",
55
"keywords": [
66
"Ethereum",

packages/metamask/package.json

Lines changed: 65 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,67 @@
11
{
2-
"name": "@web3-onboard/metamask",
3-
"version": "2.2.0",
4-
"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.",
5-
"keywords": [
6-
"Ethereum",
7-
"Web3",
8-
"EVM",
9-
"dapp",
10-
"Multichain",
11-
"Wallet",
12-
"Transaction",
13-
"Provider",
14-
"Hardware Wallet",
15-
"Notifications",
16-
"React",
17-
"Svelte",
18-
"Vue",
19-
"Next",
20-
"Nuxt",
21-
"MetaMask",
22-
"Coinbase",
23-
"WalletConnect",
24-
"Ledger",
25-
"Trezor",
26-
"Connect Wallet",
27-
"Ethereum Hooks",
28-
"Blocknative",
29-
"Mempool",
30-
"pending",
31-
"confirmed",
32-
"Injected Wallet",
33-
"Crypto",
34-
"Crypto Wallet"
35-
],
36-
"repository": {
37-
"type": "git",
38-
"url": "https://github.com/blocknative/web3-onboard.git",
39-
"directory": "packages/metamask"
40-
},
41-
"homepage": "https://onboard.blocknative.com",
42-
"bugs": "https://github.com/blocknative/web3-onboard/issues",
43-
"module": "dist/index.js",
44-
"browser": "dist/index.js",
45-
"main": "dist/index.js",
46-
"type": "module",
47-
"typings": "dist/index.d.ts",
48-
"files": [
49-
"dist"
50-
],
51-
"license": "MIT",
52-
"scripts": {
53-
"build": "tsc",
54-
"dev": "tsc -w",
55-
"type-check": "tsc --noEmit"
56-
},
57-
"devDependencies": {
58-
"@types/node": "^20.5.7",
59-
"ts-node": "^10.9.1",
60-
"typescript": "^5.2.2"
61-
},
62-
"dependencies": {
63-
"@metamask/sdk": "^0.32.0",
64-
"@web3-onboard/common": "^2.4.1"
65-
},
66-
"engines": {
67-
"node": ">=18.18"
68-
}
2+
"name": "@web3-onboard/metamask",
3+
"version": "2.2.1",
4+
"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.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet",
33+
"Crypto",
34+
"Crypto Wallet"
35+
],
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/blocknative/web3-onboard.git",
39+
"directory": "packages/metamask"
40+
},
41+
"homepage": "https://onboard.blocknative.com",
42+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
43+
"module": "dist/index.js",
44+
"browser": "dist/index.js",
45+
"main": "dist/index.js",
46+
"type": "module",
47+
"typings": "dist/index.d.ts",
48+
"files": ["dist"],
49+
"license": "MIT",
50+
"scripts": {
51+
"build": "tsc",
52+
"dev": "tsc -w",
53+
"type-check": "tsc --noEmit"
54+
},
55+
"devDependencies": {
56+
"@types/node": "^20.5.7",
57+
"ts-node": "^10.9.1",
58+
"typescript": "^5.2.2"
59+
},
60+
"dependencies": {
61+
"@metamask/sdk": "^0.32.0",
62+
"@web3-onboard/common": "^2.4.1"
63+
},
64+
"engines": {
65+
"node": ">=18.18"
66+
}
6967
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -61,7 +61,7 @@
6161
"typescript": "^5.4.5"
6262
},
6363
"dependencies": {
64-
"@web3-onboard/core": "2.23.1",
64+
"@web3-onboard/core": "2.24.0",
6565
"@web3-onboard/common": "^2.4.1",
6666
"use-sync-external-store": "1.0.0"
6767
},

packages/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/solid",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.4.1",
66-
"@web3-onboard/core": "2.23.1",
66+
"@web3-onboard/core": "2.24.0",
6767
"solid-js": "^1.8.1"
6868
}
6969
}

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"@vueuse/core": "^8.4.2",
6363
"@vueuse/rxjs": "^8.2.0",
6464
"@web3-onboard/common": "^2.4.1",
65-
"@web3-onboard/core": "2.23.1",
65+
"@web3-onboard/core": "2.24.0",
6666
"vue-demi": "^0.12.4"
6767
},
6868
"peerDependencies": {

0 commit comments

Comments
 (0)