Skip to content

Commit 7243aaf

Browse files
authored
Merge pull request #2268 from blocknative/release/2.27.0
Release 2.27.0 (develop)
2 parents 89a05b4 + 9ecdcae commit 7243aaf

File tree

14 files changed

+36
-44
lines changed

14 files changed

+36
-44
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,12 @@ jobs:
478478
working_directory: ~/web3-onboard-monorepo/packages/bloom
479479
steps:
480480
- node-build-steps
481+
build-keplr:
482+
docker:
483+
- image: cimg/node:18.0.0
484+
working_directory: ~/web3-onboard-monorepo/packages/keplr
485+
steps:
486+
- node-build-steps
481487

482488
# Build staging/Alpha releases
483489
build-staging-core:
@@ -792,6 +798,12 @@ jobs:
792798
working_directory: ~/web3-onboard-monorepo/packages/finoaconnect
793799
steps:
794800
- node-staging-build-steps
801+
build-staging-keplr:
802+
docker:
803+
- image: cimg/node:18.0.0
804+
working_directory: ~/web3-onboard-monorepo/packages/keplr
805+
steps:
806+
- node-staging-build-steps
795807

796808
workflows:
797809
version: 2
@@ -1109,3 +1121,9 @@ workflows:
11091121
<<: *deploy_production_filters
11101122
- build-staging-finoaconnect:
11111123
<<: *deploy_staging_filters
1124+
keplr:
1125+
jobs:
1126+
- build-keplr:
1127+
<<: *deploy_production_filters
1128+
- build-staging-keplr:
1129+
<<: *deploy_staging_filters

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@safe-global/safe-apps-sdk": "^8.1.0",
5555
"@web3-onboard/bitget": "^2.1.1",
5656
"@web3-onboard/blocto": "^2.1.1",
57-
"@web3-onboard/capsule": "^2.3.0-alpha.1",
57+
"@web3-onboard/capsule": "^2.3.0",
5858
"@web3-onboard/cede-store": "^2.3.1",
5959
"@web3-onboard/coinbase": "^2.3.1",
6060
"@web3-onboard/core": "^2.22.1",
@@ -73,7 +73,7 @@
7373
"@web3-onboard/magic": "^2.2.1",
7474
"@web3-onboard/metamask": "^2.1.1",
7575
"@web3-onboard/mew-wallet": "^2.1.1",
76-
"@web3-onboard/okx": "2.0.0-alpha.1",
76+
"@web3-onboard/okx": "2.0.0",
7777
"@web3-onboard/particle-network": "^2.1.1",
7878
"@web3-onboard/phantom": "^2.1.1",
7979
"@web3-onboard/portis": "^2.2.1",

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

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.3.0-alpha.1",
3+
"version": "2.3.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/demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@
3232
"@web3-onboard/bitget": "2.1.1",
3333
"@web3-onboard/blocto": "^2.1.1",
3434
"@web3-onboard/bloom": "2.0.0",
35-
"@web3-onboard/capsule": "^2.3.0-alpha.1",
35+
"@web3-onboard/capsule": "^2.3.0",
3636
"@web3-onboard/cede-store": "^2.3.1",
3737
"@web3-onboard/core": "2.22.2",
3838
"@web3-onboard/coinbase": "^2.4.1",
3939
"@web3-onboard/dcent": "^2.2.7",
4040
"@web3-onboard/enkrypt": "^2.1.1",
41-
"@web3-onboard/finoaconnect": "2.0.0-alpha.1",
41+
"@web3-onboard/finoaconnect": "2.0.0",
4242
"@web3-onboard/fortmatic": "^2.1.1",
4343
"@web3-onboard/frame": "^2.1.1",
4444
"@web3-onboard/frontier": "^2.1.1",
4545
"@web3-onboard/gas": "^2.2.1",
4646
"@web3-onboard/gnosis": "^2.3.1",
4747
"@web3-onboard/infinity-wallet": "^2.1.1",
48-
"@web3-onboard/injected-wallets": "^2.11.2-alpha.2",
48+
"@web3-onboard/injected-wallets": "^2.11.2",
4949
"@web3-onboard/keepkey": "^2.3.8",
50-
"@web3-onboard/keplr": "2.0.0-alpha.1",
50+
"@web3-onboard/keplr": "2.0.0",
5151
"@web3-onboard/keystone": "^2.3.8",
5252
"@web3-onboard/ledger": "^2.7.1",
5353
"@web3-onboard/magic": "^2.2.1",
54-
"@web3-onboard/metamask": "^2.1.3-alpha.1",
54+
"@web3-onboard/metamask": "^2.1.3",
5555
"@web3-onboard/mew-wallet": "^2.1.1",
5656
"@web3-onboard/okx": "2.0.0",
5757
"@web3-onboard/particle-network": "^2.1.1",
@@ -61,7 +61,7 @@
6161
"@web3-onboard/sequence": "^2.1.1",
6262
"@web3-onboard/taho": "^2.1.1",
6363
"@web3-onboard/torus": "^2.3.1",
64-
"@web3-onboard/transaction-preview": "^2.1.2-alpha.1",
64+
"@web3-onboard/transaction-preview": "^2.1.2",
6565
"@web3-onboard/trezor": "^2.4.4",
6666
"@web3-onboard/trust": "^2.1.1",
6767
"@web3-onboard/uauth": "^2.2.1",

packages/finoaconnect/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/finoaconnect",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "FinoaConnect enables DApp users to use Finoa's Institutional Custody services.",
55
"keywords": [
66
"Ethereum",

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

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

packages/keplr/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/keplr",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "Keplr 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/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.3-alpha.1",
3+
"version": "2.1.3",
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/passport/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/passport",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2",
44
"description": "passport",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

packages/transaction-preview/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/transaction-preview",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2",
44
"description": "In app preview of Ethereum transactions",
55
"keywords": [
66
"Ethereum",

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

yarn.lock

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5527,32 +5527,6 @@
55275527
"@walletconnect/window-getters" "^1.0.1"
55285528
tslib "1.14.1"
55295529

5530-
"@web3-onboard/gnosis@^2.3.1":
5531-
version "2.3.1"
5532-
resolved "https://registry.yarnpkg.com/@web3-onboard/gnosis/-/gnosis-2.3.1.tgz#e62b4095097a3d59848eb01986616f6909d5f936"
5533-
integrity sha512-p+27gDF8BAr8MuhKkUisbP/d7LvFZs2ifbOsR5Xs61oObw7HNifN3IzUbeMaUCZ1l8P7JMgU1TOqE75GPwl1fg==
5534-
dependencies:
5535-
"@web3-onboard/common" "^2.4.1"
5536-
5537-
"@web3-onboard/passport@^2.1.1":
5538-
version "2.1.1"
5539-
resolved "https://registry.yarnpkg.com/@web3-onboard/passport/-/passport-2.1.1.tgz#4a3421803f174197160a3ea3e30e1c3cf7f47790"
5540-
integrity sha512-73kAE6KPBNYi+b67ziA5EGzRBY6foN7NHINmk25hMnivBzUiyXvSvV85V35wH7EnWfzUlHvihFmd0fFurQuE6A==
5541-
dependencies:
5542-
"@0xpass/passport" "2.1.1"
5543-
"@0xpass/passport-viem" "2.0.1"
5544-
"@web3-onboard/common" "^2.4.1"
5545-
crypto-js "^4.2.0"
5546-
react-dom "^18.2.0"
5547-
viem "^2.9.4"
5548-
5549-
"@web3-onboard/trust@^2.1.1":
5550-
version "2.1.1"
5551-
resolved "https://registry.yarnpkg.com/@web3-onboard/trust/-/trust-2.1.1.tgz#334d3c8297249193516aa9e3847b87ba02039863"
5552-
integrity sha512-NvSfJ4a7SpHwiVLsAQQq6j4cj5V8HqRfX9hreJcjpvixWK0TtUMkFVbdU5QnnhBaU6gUe+WUva64i0SeRSpYRg==
5553-
dependencies:
5554-
"@web3-onboard/common" "^2.4.1"
5555-
55565530
"@web3-onboard/wagmi@2.0.0":
55575531
version "2.0.0"
55585532
resolved "https://registry.yarnpkg.com/@web3-onboard/wagmi/-/wagmi-2.0.0.tgz#9beda01b4539d399aa0420e7afaacc09fc25ed7d"

0 commit comments

Comments
 (0)