Skip to content

Commit 2ffeb74

Browse files
committed
Remove alpha versions for release
1 parent 52d894e commit 2ffeb74

File tree

15 files changed

+36
-36
lines changed

15 files changed

+36
-36
lines changed

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@
5555
"type": "module",
5656
"dependencies": {
5757
"@web3-onboard/coinbase": "^2.1.4",
58-
"@web3-onboard/core": "^2.13.1",
59-
"@web3-onboard/dcent": "^2.2.2",
58+
"@web3-onboard/core": "^2.14.0",
59+
"@web3-onboard/dcent": "^2.2.3",
6060
"@web3-onboard/enkrypt": "^2.0.0",
6161
"@web3-onboard/fortmatic": "^2.0.14",
6262
"@web3-onboard/gas": "^2.1.4",
63-
"@web3-onboard/gnosis": "^2.1.5",
64-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
65-
"@web3-onboard/keepkey": "^2.3.2",
66-
"@web3-onboard/keystone": "^2.3.2",
67-
"@web3-onboard/ledger": "^2.4.1",
63+
"@web3-onboard/gnosis": "^2.1.6",
64+
"@web3-onboard/injected-wallets": "^2.6.1",
65+
"@web3-onboard/keepkey": "^2.3.3",
66+
"@web3-onboard/keystone": "^2.3.3",
67+
"@web3-onboard/ledger": "^2.4.2",
6868
"@web3-onboard/magic": "^2.1.3",
6969
"@web3-onboard/mew-wallet": "^2.0.0",
7070
"@web3-onboard/portis": "^2.1.3",
7171
"@web3-onboard/sequence": "^2.0.4",
7272
"@web3-onboard/tallyho": "^2.0.1",
7373
"@web3-onboard/torus": "^2.2.0",
74-
"@web3-onboard/trezor": "^2.3.2",
74+
"@web3-onboard/trezor": "^2.3.3",
7575
"@web3-onboard/uauth": "^2.0.1",
7676
"@web3-onboard/walletconnect": "^2.2.1",
7777
"@web3-onboard/web3auth": "^2.1.4",

examples/with-nextjs-13/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"@web3-onboard/dcent": "^2.2.1",
1717
"@web3-onboard/fortmatic": "^2.0.14",
1818
"@web3-onboard/gnosis": "^2.1.3",
19-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
19+
"@web3-onboard/injected-wallets": "^2.6.1",
2020
"@web3-onboard/keepkey": "^2.3.1",
2121
"@web3-onboard/keystone": "^2.3.1",
2222
"@web3-onboard/ledger": "^2.3.1",
2323
"@web3-onboard/magic": "^2.1.3",
2424
"@web3-onboard/mew-wallet": "^2.0.0",
2525
"@web3-onboard/portis": "^2.1.3",
26-
"@web3-onboard/react": "^2.3.5",
26+
"@web3-onboard/react": "^2.6.0",
2727
"@web3-onboard/sequence": "^2.0.3",
2828
"@web3-onboard/tallyho": "^2.0.1",
2929
"@web3-onboard/torus": "^2.1.3",

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.18.0",
3+
"version": "2.19.0",
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.14.0-alpha.2",
3+
"version": "2.14.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/dcent/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/dcent",
3-
"version": "2.2.3-alpha.3",
3+
"version": "2.2.3",
44
"description": "D'CENT 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",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@web3-onboard/common": "^2.2.3",
60-
"@web3-onboard/hw-common": "^2.1.0-alpha.2",
60+
"@web3-onboard/hw-common": "^2.1.0",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",
6363
"eth-dcent-keyring": "^0.2.2"

packages/demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"webpack-dev-server": "4.7.4"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.14.0-alpha.2",
26+
"@web3-onboard/core": "^2.14.0",
2727
"@web3-onboard/coinbase": "^2.1.4",
2828
"@web3-onboard/transaction-preview": "^2.0.0",
29-
"@web3-onboard/dcent": "^2.2.3-alpha.3",
29+
"@web3-onboard/dcent": "^2.2.3",
3030
"@web3-onboard/frontier": "^2.0.0",
3131
"@web3-onboard/fortmatic": "^2.0.14",
3232
"@web3-onboard/gas": "^2.1.3",
33-
"@web3-onboard/gnosis": "^2.1.6-alpha.1",
34-
"@web3-onboard/keepkey": "^2.3.3-alpha.3",
35-
"@web3-onboard/keystone": "^2.3.3-alpha.3",
36-
"@web3-onboard/ledger": "^2.4.2-alpha.1",
37-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
33+
"@web3-onboard/gnosis": "^2.1.6",
34+
"@web3-onboard/keepkey": "^2.3.3",
35+
"@web3-onboard/keystone": "^2.3.3",
36+
"@web3-onboard/ledger": "^2.4.2",
37+
"@web3-onboard/injected-wallets": "^2.6.1",
3838
"@web3-onboard/magic": "^2.1.3",
3939
"@web3-onboard/phantom": "^2.0.0-alpha.1",
4040
"@web3-onboard/portis": "^2.1.3",
4141
"@web3-onboard/sequence": "^2.0.4",
42-
"@web3-onboard/trezor": "^2.3.3-alpha.3",
42+
"@web3-onboard/trezor": "^2.3.3",
4343
"@web3-onboard/torus": "^2.2.1",
4444
"@web3-onboard/tallyho": "^2.0.1",
4545
"@web3-onboard/web3auth": "^2.1.4",

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.1.6-alpha.1",
3+
"version": "2.1.6",
44
"description": "Gnosis 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/hw-common/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/hw-common",
3-
"version": "2.1.0-alpha.2",
3+
"version": "2.1.0",
44
"description": "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.6.1-alpha.1",
3+
"version": "2.6.1",
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/keepkey/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/keepkey",
3-
"version": "2.3.3-alpha.3",
3+
"version": "2.3.3",
44
"description": "KeepKey hardware 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",
@@ -64,7 +64,7 @@
6464
"@shapeshiftoss/hdwallet-core": "^1.15.2",
6565
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
6666
"@web3-onboard/common": "^2.2.3",
67-
"@web3-onboard/hw-common": "^2.1.0-alpha.2",
67+
"@web3-onboard/hw-common": "^2.1.0",
6868
"ethereumjs-util": "^7.1.3"
6969
}
7070
}

packages/keystone/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/keystone",
3-
"version": "2.3.3-alpha.3",
3+
"version": "2.3.3",
44
"description": "Keystone hardware 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",
@@ -59,6 +59,6 @@
5959
"@ethersproject/providers": "^5.5.0",
6060
"@keystonehq/eth-keyring": "^0.14.00.3",
6161
"@web3-onboard/common": "^2.2.3",
62-
"@web3-onboard/hw-common": "^2.1.0-alpha.2"
62+
"@web3-onboard/hw-common": "^2.1.0"
6363
}
6464
}

packages/ledger/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/ledger",
3-
"version": "2.4.2-alpha.1",
3+
"version": "2.4.2",
44
"description": "Ledger hardare 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/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.6.0-alpha.2",
3+
"version": "2.6.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",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.14.0-alpha.2",
65+
"@web3-onboard/core": "^2.14.0",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/trezor/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/trezor",
3-
"version": "2.3.3-alpha.3",
3+
"version": "2.3.3",
44
"description": "Trezor hardware 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",
@@ -61,7 +61,7 @@
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",
6363
"@web3-onboard/common": "^2.2.3",
64-
"@web3-onboard/hw-common": "^2.1.0-alpha.2",
64+
"@web3-onboard/hw-common": "^2.1.0",
6565
"buffer": "^6.0.3",
6666
"eth-crypto": "^2.1.0",
6767
"ethereumjs-util": "^7.1.3",

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.5.0-alpha.2",
3+
"version": "2.5.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",
@@ -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.14.0-alpha.2",
66+
"@web3-onboard/core": "^2.14.0",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)