Skip to content

Commit f782380

Browse files
committed
Remove alpha flags
1 parent 80fcf2d commit f782380

File tree

9 files changed

+13
-22
lines changed

9 files changed

+13
-22
lines changed

packages/cede-store/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/cede-store",
3-
"version": "2.1.0-alpha.1",
3+
"version": "2.1.0",
44
"description": "cede.store 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/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.20.5-alpha.1",
3+
"version": "2.20.5",
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
@@ -24,14 +24,14 @@
2424
"webpack-dev-server": "4.7.4"
2525
},
2626
"dependencies": {
27-
"@web3-onboard/cede-store": "^2.1.0-alpha.1",
27+
"@web3-onboard/cede-store": "^2.1.0",
2828
"@web3-onboard/blocto": "2.0.0",
2929
"@web3-onboard/coinbase": "^2.2.5",
30-
"@web3-onboard/core": "^2.20.5-alpha.1",
30+
"@web3-onboard/core": "^2.20.5",
3131
"@web3-onboard/dcent": "^2.2.7",
3232
"@web3-onboard/enkrypt": "^2.0.3",
3333
"@web3-onboard/fortmatic": "^2.0.18",
34-
"@web3-onboard/frame": "^2.0.2-alpha.1",
34+
"@web3-onboard/frame": "^2.0.2",
3535
"@web3-onboard/frontier": "^2.0.3",
3636
"@web3-onboard/gas": "^2.1.7",
3737
"@web3-onboard/gnosis": "^2.1.9",
@@ -52,7 +52,7 @@
5252
"@web3-onboard/trust": "^2.0.3",
5353
"@web3-onboard/uauth": "^2.1.1",
5454
"@web3-onboard/venly": "^2.0.0",
55-
"@web3-onboard/walletconnect": "^2.4.3-alpha.1",
55+
"@web3-onboard/walletconnect": "^2.4.3",
5656
"@web3-onboard/web3auth": "^2.2.2",
5757
"@web3-onboard/xdefi": "^2.0.3",
5858
"@web3-onboard/zeal": "^2.0.3",

packages/frame/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/frame",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
44
"description": "Frame 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/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.10.3-alpha.1",
3+
"version": "2.10.3",
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/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.8.10-alpha.1",
3+
"version": "2.8.10",
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",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.20.5-alpha.1",
66+
"@web3-onboard/core": "^2.20.5",
6767
"use-sync-external-store": "1.0.0"
6868
},
6969
"peerDependencies": {

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.7.9-alpha.1",
3+
"version": "2.7.9",
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.3.3",
66-
"@web3-onboard/core": "^2.20.5-alpha.1",
66+
"@web3-onboard/core": "^2.20.5",
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.4.3-alpha.1",
3+
"version": "2.4.3",
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",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,15 +3966,6 @@
39663966
"@walletconnect/window-getters" "^1.0.1"
39673967
tslib "1.14.1"
39683968

3969-
"@web3-onboard/injected-wallets@^2.10.2":
3970-
version "2.10.2"
3971-
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.10.2.tgz#e84eabebdb888dcec4a7a48f02fafa788735e791"
3972-
integrity sha512-LFQ/bBfhvSfzB5Y9gB37mtyKmUz76tdZIfUvBhhnmmxLCuD1T4eFsjMo67cRdC6wcXRTMbCaPbldGqz/10b0ug==
3973-
dependencies:
3974-
"@web3-onboard/common" "^2.3.3"
3975-
joi "17.9.1"
3976-
lodash.uniqby "^4.7.0"
3977-
39783969
"@web3-react/abstract-connector@^6.0.7":
39793970
version "6.0.7"
39803971
resolved "https://registry.yarnpkg.com/@web3-react/abstract-connector/-/abstract-connector-6.0.7.tgz#401b3c045f1e0fab04256311be49d5144e9badc6"

0 commit comments

Comments
 (0)