Skip to content

Commit fc3c831

Browse files
committed
bump the version of @web3-onboard/core in other packages
1 parent 2a0dcb6 commit fc3c831

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "2.0.10-alpha.1",
3+
"version": "2.0.10",
44
"devDependencies": {
55
"assert": "^2.0.0",
66
"browserify-zlib": "^0.2.0",
@@ -33,7 +33,7 @@
3333
"@web3-onboard/capsule": "2.0.1",
3434
"@web3-onboard/cede-store": "^2.2.0",
3535
"@web3-onboard/coinbase": "^2.2.6",
36-
"@web3-onboard/core": "^2.21.2",
36+
"@web3-onboard/core": "^2.21.3-alpha.1",
3737
"@web3-onboard/dcent": "^2.2.7",
3838
"@web3-onboard/enkrypt": "^2.0.3",
3939
"@web3-onboard/fortmatic": "^2.0.18",

packages/react/package.json

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

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.21.0",
66+
"@web3-onboard/core": "^2.21.3-alpha.1",
6767
"solid-js": "^1.8.1"
6868
}
6969
}

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@vueuse/core": "^8.4.2",
6363
"@vueuse/rxjs": "^8.2.0",
6464
"@web3-onboard/common": "^2.3.3",
65-
"@web3-onboard/core": "^2.21.2",
65+
"@web3-onboard/core": "^2.21.3-alpha.1",
6666
"vue-demi": "^0.12.4"
6767
},
6868
"peerDependencies": {

0 commit comments

Comments
 (0)