Skip to content

Commit

Permalink
Increment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbc1QWFyb24 committed Sep 19, 2022
1 parent 860fad5 commit b3f1594
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 20 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "web3-onboard-monorepo",
"version": "2.11.0",
"version": "2.11.1",
"private": true,
"workspaces": {
"packages": ["./packages/*"],
"nohoist": ["**/react", "**/react-dom", "**/csstype"]
"packages": [
"./packages/*"
],
"nohoist": [
"**/react",
"**/react-dom",
"**/csstype"
]
},
"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.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
"version": "2.8.4-alpha.2",
"version": "2.8.4",
"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.",
"keywords": [
"Ethereum",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@web3-onboard/coinbase": "^2.1.2",
"@web3-onboard/core": "^2.8.4-alpha.2",
"@web3-onboard/core": "^2.8.4",
"@web3-onboard/dcent": "^2.2.0",
"@web3-onboard/fortmatic": "^2.0.13",
"@web3-onboard/gas": "^2.1.2",
"@web3-onboard/gnosis": "^2.1.2",
"@web3-onboard/injected-wallets": "^2.2.2",
"@web3-onboard/injected-wallets": "^2.2.3",
"@web3-onboard/keepkey": "^2.3.0",
"@web3-onboard/keystone": "^2.3.0",
"@web3-onboard/ledger": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/injected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/injected-wallets",
"version": "2.2.3-alpha.1",
"version": "2.2.3",
"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.",
"keywords": [
"Ethereum",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
"version": "2.3.4-alpha.2",
"version": "2.3.4",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/core": "^2.8.4-alpha.2",
"@web3-onboard/core": "^2.8.4",
"@web3-onboard/common": "^2.2.2",
"use-sync-external-store": "1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/vue",
"version": "2.2.4-alpha.2",
"version": "2.2.4",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.2.2",
"@web3-onboard/core": "^2.8.4-alpha.2",
"@web3-onboard/core": "^2.8.4",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down
9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2953,15 +2953,6 @@
dependencies:
"@walletconnect/window-getters" "^1.0.0"

"@web3-onboard/injected-wallets@^2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.2.2.tgz#035e798b35506d51a9e0be29408fe7c1739f4b85"
integrity sha512-msJNdbmWkhPzYcfE3K4hDOvF0T9T4sQB19N2W4RL/kdufi3qCwvZaVW3+tkvcPnOsOKPS9+D4N2GFfY0khqMqg==
dependencies:
"@web3-onboard/common" "^2.2.2"
joi "^17.4.2"
lodash.uniqby "^4.7.0"

"@web3auth/base-plugin@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@web3auth/base-plugin/-/base-plugin-1.0.1.tgz#1e2a87acf745299fdff6f92e6c46ee9bc38aa670"
Expand Down

0 comments on commit b3f1594

Please sign in to comment.