Skip to content

Commit 0628961

Browse files
authored
Bump versions to fix build/publish (#1731)
1 parent ab3baf1 commit 0628961

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.19.0-alpha.1",
3+
"version": "2.19.1-alpha.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-dev-server": "4.7.4"
2525
},
2626
"dependencies": {
27-
"@web3-onboard/core": "^2.19.0-alpha.1",
27+
"@web3-onboard/core": "^2.19.1-alpha.1",
2828
"@web3-onboard/coinbase": "^2.2.3",
2929
"@web3-onboard/transaction-preview": "^2.0.7",
3030
"@web3-onboard/dcent": "^2.2.7-alpha.1",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.19.0-alpha.1",
65+
"@web3-onboard/core": "^2.19.1-alpha.1",
6666
"@web3-onboard/common": "^2.3.3-alpha.1",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.3.3-alpha.1",
66-
"@web3-onboard/core": "^2.19.0-alpha.1",
66+
"@web3-onboard/core": "^2.19.1-alpha.1",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)