Skip to content

Commit 8b8e41c

Browse files
authored
Merge pull request #2246 from blocknative/release/2.26.2
Release 2.26.2 (develop)
2 parents 3f67ce2 + b186426 commit 8b8e41c

File tree

15 files changed

+2058
-2027
lines changed

15 files changed

+2058
-2027
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,12 @@ jobs:
466466
working_directory: ~/web3-onboard-monorepo/packages/passport
467467
steps:
468468
- node-build-steps
469+
build-bloom:
470+
docker:
471+
- image: cimg/node:18.0.0
472+
working_directory: ~/web3-onboard-monorepo/packages/bloom
473+
steps:
474+
- node-build-steps
469475

470476
# Build staging/Alpha releases
471477
build-staging-core:
@@ -768,6 +774,12 @@ jobs:
768774
working_directory: ~/web3-onboard-monorepo/packages/passport
769775
steps:
770776
- node-staging-build-steps
777+
build-staging-bloom:
778+
docker:
779+
- image: cimg/node:18.0.0
780+
working_directory: ~/web3-onboard-monorepo/packages/bloom
781+
steps:
782+
- node-staging-build-steps
771783

772784
workflows:
773785
version: 2
@@ -1073,3 +1085,9 @@ workflows:
10731085
<<: *deploy_production_filters
10741086
- build-staging-passport:
10751087
<<: *deploy_staging_filters
1088+
bloom:
1089+
jobs:
1090+
- build-bloom:
1091+
<<: *deploy_production_filters
1092+
- build-staging-bloom:
1093+
<<: *deploy_staging_filters

docs/src/lib/components/svg/hero-img.svg

Lines changed: 421 additions & 435 deletions
Loading

docs/src/lib/components/svg/logos-group.svg

Lines changed: 1599 additions & 1571 deletions
Loading

docs/src/routes/docs/[...4]wallets/[...6]coinbase/+page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Coinbase
44

55
# {$frontmatter.title}
66

7-
Wallet module for connecting Coinbase Wallet SDK to Web3 Onboard. Check out the [Coinbase Wallet Developer Docs](https://docs.cloud.coinbase.com/wallet-sdk/docs) for more information.
7+
Wallet module for connecting Coinbase Wallet SDK to Web3 Onboard. Check out the [Coinbase Wallet Developer Docs](https://www.smartwallet.dev/why) for more information.
88

99
## Install
1010

@@ -42,7 +42,7 @@ type CoinbaseWalletOptions = {
4242
4343
## Smart Wallet
4444
45-
Starting at `@web3-onboard/coinbase` version 2.3.0 smart wallet support has been added. A smart wallet lives in your browser, no extensions or app installs needed. Use passkeys for signing, with enterprise-grade security without complex seed phrases. One wallet, one address, works universally across major L2s and onchain apps. [More info on Coinbase smart wallets](https://www.coinbase.com/wallet/smart-wallet).
45+
Starting at `@web3-onboard/coinbase` version 2.3.0 smart wallet support has been added. A smart wallet lives in your browser, no extensions or app installs needed. Use passkeys for signing, with enterprise-grade security without complex seed phrases. One wallet, one address, works universally across major L2s and onchain apps. [More info on Coinbase smart wallets](https://www.smartwallet.dev/why).
4646
4747
## Usage
4848

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.26.1",
3+
"version": "2.26.2",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/bloom/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/bloom",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"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.",
55
"keywords": [
66
"Bloom",

packages/capsule/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/capsule",
3-
"version": "2.2.0-alpha.1",
3+
"version": "2.2.0",
44
"description": "Capsule 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.",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

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.22.2-alpha.2",
3+
"version": "2.22.2",
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/demo/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
"@web3-onboard/arcana-auth": "^2.1.0",
3232
"@web3-onboard/bitget": "2.1.1",
3333
"@web3-onboard/blocto": "^2.1.1",
34-
"@web3-onboard/bloom": "2.0.0-alpha.1",
35-
"@web3-onboard/capsule": "2.2.0-alpha.1",
34+
"@web3-onboard/bloom": "2.0.0",
3635
"@web3-onboard/cede-store": "^2.3.1",
37-
"@web3-onboard/core": "2.22.2-alpha.2",
36+
"@web3-onboard/core": "2.22.2",
3837
"@web3-onboard/coinbase": "^2.4.1",
3938
"@web3-onboard/dcent": "^2.2.7",
4039
"@web3-onboard/enkrypt": "^2.1.1",
@@ -49,9 +48,9 @@
4948
"@web3-onboard/keystone": "^2.3.8",
5049
"@web3-onboard/ledger": "^2.7.1",
5150
"@web3-onboard/magic": "^2.2.1",
52-
"@web3-onboard/metamask": "^2.1.2-alpha.2",
51+
"@web3-onboard/metamask": "^2.1.2",
5352
"@web3-onboard/mew-wallet": "^2.1.1",
54-
"@web3-onboard/okx": "2.0.0-alpha.1",
53+
"@web3-onboard/okx": "2.0.0",
5554
"@web3-onboard/particle-network": "^2.1.1",
5655
"@web3-onboard/passport": "^2.1.1",
5756
"@web3-onboard/phantom": "^2.1.1",
@@ -66,7 +65,7 @@
6665
"@web3-onboard/venly": "^2.1.1",
6766
"@web3-onboard/wagmi": "^2.0.1",
6867
"@web3-onboard/walletconnect": "^2.6.1",
69-
"@web3-onboard/web3auth": "^2.4.0-alpha.2",
68+
"@web3-onboard/web3auth": "^2.4.0",
7069
"@web3-onboard/xdefi": "^2.1.1",
7170
"@web3-onboard/zeal": "^2.1.1",
7271
"@web3auth/base": "^8.6.2",

packages/metamask/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/metamask",
3-
"version": "2.1.2-alpha.2",
3+
"version": "2.1.2",
44
"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.",
55
"keywords": [
66
"Ethereum",

packages/okx/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/okx",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "OKX 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.",
55
"keywords": [
66
"Ethereum",

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.9.2-alpha.2",
3+
"version": "2.9.2",
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.22.2-alpha.2",
64+
"@web3-onboard/core": "2.22.2",
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.1.2-alpha.2",
3+
"version": "2.1.2",
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.22.2-alpha.2",
66+
"@web3-onboard/core": "2.22.2",
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.8.2-alpha.2",
3+
"version": "2.8.2",
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.22.2-alpha.2",
65+
"@web3-onboard/core": "2.22.2",
6666
"vue-demi": "^0.12.4"
6767
},
6868
"peerDependencies": {

packages/web3auth/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/web3auth",
3-
"version": "2.4.0-alpha.2",
3+
"version": "2.4.0",
44
"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.",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)