Skip to content

Commit b3f1594

Browse files
committed
Increment versions
1 parent 860fad5 commit b3f1594

File tree

7 files changed

+17
-20
lines changed

7 files changed

+17
-20
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"private": true,
55
"workspaces": {
6-
"packages": ["./packages/*"],
7-
"nohoist": ["**/react", "**/react-dom", "**/csstype"]
6+
"packages": [
7+
"./packages/*"
8+
],
9+
"nohoist": [
10+
"**/react",
11+
"**/react-dom",
12+
"**/csstype"
13+
]
814
},
915
"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.",
1016
"keywords": [

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.8.4-alpha.2",
3+
"version": "2.8.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
},
2424
"dependencies": {
2525
"@web3-onboard/coinbase": "^2.1.2",
26-
"@web3-onboard/core": "^2.8.4-alpha.2",
26+
"@web3-onboard/core": "^2.8.4",
2727
"@web3-onboard/dcent": "^2.2.0",
2828
"@web3-onboard/fortmatic": "^2.0.13",
2929
"@web3-onboard/gas": "^2.1.2",
3030
"@web3-onboard/gnosis": "^2.1.2",
31-
"@web3-onboard/injected-wallets": "^2.2.2",
31+
"@web3-onboard/injected-wallets": "^2.2.3",
3232
"@web3-onboard/keepkey": "^2.3.0",
3333
"@web3-onboard/keystone": "^2.3.0",
3434
"@web3-onboard/ledger": "^2.3.0",

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.2.3-alpha.1",
3+
"version": "2.2.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.3.4-alpha.2",
3+
"version": "2.3.4",
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.8.4-alpha.2",
65+
"@web3-onboard/core": "^2.8.4",
6666
"@web3-onboard/common": "^2.2.2",
6767
"use-sync-external-store": "1.0.0"
6868
},

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.2.4-alpha.2",
3+
"version": "2.2.4",
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 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
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.2",
66-
"@web3-onboard/core": "^2.8.4-alpha.2",
66+
"@web3-onboard/core": "^2.8.4",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,15 +2953,6 @@
29532953
dependencies:
29542954
"@walletconnect/window-getters" "^1.0.0"
29552955

2956-
"@web3-onboard/injected-wallets@^2.2.2":
2957-
version "2.2.2"
2958-
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.2.2.tgz#035e798b35506d51a9e0be29408fe7c1739f4b85"
2959-
integrity sha512-msJNdbmWkhPzYcfE3K4hDOvF0T9T4sQB19N2W4RL/kdufi3qCwvZaVW3+tkvcPnOsOKPS9+D4N2GFfY0khqMqg==
2960-
dependencies:
2961-
"@web3-onboard/common" "^2.2.2"
2962-
joi "^17.4.2"
2963-
lodash.uniqby "^4.7.0"
2964-
29652956
"@web3auth/base-plugin@^1.0.1":
29662957
version "1.0.1"
29672958
resolved "https://registry.yarnpkg.com/@web3auth/base-plugin/-/base-plugin-1.0.1.tgz#1e2a87acf745299fdff6f92e6c46ee9bc38aa670"

0 commit comments

Comments
 (0)