Skip to content

Commit 0ef5228

Browse files
authored
Merge pull request #1420 from blocknative/release/2.15.1
Release 2.15.1 (develop)
2 parents 4b4ad40 + 90fc241 commit 0ef5228

File tree

11 files changed

+15
-28
lines changed

11 files changed

+15
-28
lines changed

examples/with-nextjs-13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@web3-onboard/mew-wallet": "^2.0.0",
2525
"@web3-onboard/portis": "^2.1.3",
2626
"@web3-onboard/react": "^2.3.5",
27-
"@web3-onboard/sequence": "^2.0.3-alpha.1",
27+
"@web3-onboard/sequence": "^2.0.3",
2828
"@web3-onboard/tallyho": "^2.0.1",
2929
"@web3-onboard/torus": "^2.1.3",
3030
"@web3-onboard/trezor": "^2.3.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.15.0",
3+
"version": "2.15.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

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.11.1-alpha.3",
3+
"version": "2.11.1",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/core": "^2.11.1-alpha.3",
25+
"@web3-onboard/core": "^2.11.1",
2626
"@web3-onboard/coinbase": "^2.1.4",
2727
"@web3-onboard/transaction-preview": "^2.0.0",
2828
"@web3-onboard/dcent": "^2.2.2",
@@ -36,11 +36,11 @@
3636
"@web3-onboard/magic": "^2.1.3",
3737
"@web3-onboard/portis": "^2.1.3",
3838
"@web3-onboard/sequence": "^2.0.4",
39-
"@web3-onboard/torus": "^2.2.0-alpha.1",
39+
"@web3-onboard/torus": "^2.2.0",
4040
"@web3-onboard/trezor": "^2.3.2",
4141
"@web3-onboard/tallyho": "^2.0.1",
42-
"@web3-onboard/web3auth": "^2.1.4-alpha.1",
43-
"@web3-onboard/walletconnect": "^2.2.2-alpha.1",
42+
"@web3-onboard/web3auth": "^2.1.4",
43+
"@web3-onboard/walletconnect": "^2.2.2",
4444
"@web3-onboard/enkrypt": "^2.0.0",
4545
"@web3-onboard/mew-wallet": "^2.0.0",
4646
"@web3-onboard/uauth": "^2.0.0",

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.5.1-alpha.3",
3+
"version": "2.5.1",
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",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.11.1-alpha.3",
65+
"@web3-onboard/core": "^2.11.1",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

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

packages/uauth/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/uauth",
3-
"version": "2.0.1-alpha.1",
3+
"version": "2.0.1",
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
"Ethereum",

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.4.1-alpha.3",
3+
"version": "2.4.1",
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",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.3",
66-
"@web3-onboard/core": "^2.11.1-alpha.3",
66+
"@web3-onboard/core": "^2.11.1",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

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

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.1.4-alpha.1",
3+
"version": "2.1.4",
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)