File tree Expand file tree Collapse file tree 8 files changed +34
-15
lines changed Expand file tree Collapse file tree 8 files changed +34
-15
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ aliases:
73
73
echo "$FILE exist"
74
74
circleci step halt
75
75
fi
76
-
76
+
77
77
- &generate-lock-file
78
78
run :
79
79
name : Generate lock file
@@ -273,6 +273,12 @@ jobs:
273
273
working_directory : ~/web3-onboard-monorepo/packages/dcent
274
274
steps :
275
275
- node-build-steps
276
+ build-vue :
277
+ docker :
278
+ - image : cimg/node:16.13.1
279
+ working_directory : ~/web3-onboard-monorepo/packages/vue
280
+ steps :
281
+ - node-build-steps
276
282
277
283
# Build staging/Alpha releases
278
284
build-staging-core :
@@ -383,6 +389,12 @@ jobs:
383
389
working_directory : ~/web3-onboard-monorepo/packages/dcent
384
390
steps :
385
391
- node-staging-build-steps
392
+ build-staging-vue :
393
+ docker :
394
+ - image : cimg/node:16.13.1
395
+ working_directory : ~/web3-onboard-monorepo/packages/vue
396
+ steps :
397
+ - node-staging-build-steps
386
398
387
399
workflows :
388
400
version : 2
@@ -495,3 +507,9 @@ workflows:
495
507
<< : *deploy_production_filters
496
508
- build-staging-dcent :
497
509
<< : *deploy_staging_filters
510
+ vue :
511
+ jobs :
512
+ - build-vue :
513
+ << : *deploy_production_filters
514
+ - build-staging-vue :
515
+ << : *deploy_staging_filters
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.11-alpha.3 " ,
3
+ "version" : " 2.2.11" ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/dcent" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " D'CENT module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
18
18
"typescript" : " ^4.5.5"
19
19
},
20
20
"dependencies" : {
21
- "@web3-onboard/common" : " ^2.0 .0" ,
21
+ "@web3-onboard/common" : " ^2.1 .0" ,
22
22
"@ethereumjs/common" : " ^2.6.1" ,
23
23
"@ethereumjs/tx" : " ^3.4.0" ,
24
24
"@ethersproject/providers" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"@web3-onboard/coinbase" : " ^2.0.3" ,
26
- "@web3-onboard/core" : " ^2.2.9" ,
26
+ "@web3-onboard/core" : " ^2.2.11" ,
27
+ "@web3-onboard/dcent" : " ^2.0.0" ,
27
28
"@web3-onboard/fortmatic" : " ^2.0.2" ,
28
29
"@web3-onboard/gnosis" : " ^2.0.1" ,
29
- "@web3-onboard/injected-wallets" : " ^2.0.7 " ,
30
+ "@web3-onboard/injected-wallets" : " ^2.0.8 " ,
30
31
"@web3-onboard/keepkey" : " ^2.1.0" ,
31
- "@web3-onboard/keystone" : " ^2.1.0 " ,
32
+ "@web3-onboard/keystone" : " ^2.1.1 " ,
32
33
"@web3-onboard/ledger" : " ^2.1.0" ,
33
34
"@web3-onboard/magic" : " ^2.0.1" ,
34
35
"@web3-onboard/portis" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/injected-wallets" ,
3
- "version" : " 2.0.8-alpha.2 " ,
3
+ "version" : " 2.0.8" ,
4
4
"description" : " Injected wallets module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
25
25
"window" : " ^4.2.7"
26
26
},
27
27
"dependencies" : {
28
- "@web3-onboard/common" : " ^2.0.7 " ,
28
+ "@web3-onboard/common" : " ^2.1.0 " ,
29
29
"joi" : " ^17.4.2" ,
30
30
"lodash.uniqby" : " ^4.7.0"
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keystone" ,
3
- "version" : " 2.1.1-alpha.1 " ,
3
+ "version" : " 2.1.1" ,
4
4
"description" : " Keystone module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.1.8-alpha.3 " ,
3
+ "version" : " 2.1.8" ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
23
23
"typescript" : " ^4.5.5"
24
24
},
25
25
"dependencies" : {
26
- "@web3-onboard/core" : " ^2.2.11-alpha.3 " ,
27
- "@web3-onboard/common" : " ^2.1.0-alpha.1 " ,
26
+ "@web3-onboard/core" : " ^2.2.11" ,
27
+ "@web3-onboard/common" : " ^2.1.0" ,
28
28
"use-sync-external-store" : " 1.0.0"
29
29
},
30
30
"peerDependencies" : {
31
31
"react" : " >=16.8"
32
32
}
33
- }
33
+ }
Original file line number Diff line number Diff line change 24
24
"@vueuse/core" : " ^8.4.2" ,
25
25
"@vueuse/rxjs" : " ^8.2.0" ,
26
26
"@web3-onboard/common" : " ^2.1.0" ,
27
- "@web3-onboard/core" : " ^2.2.9 " ,
27
+ "@web3-onboard/core" : " ^2.2.11 " ,
28
28
"vue-demi" : " ^0.12.4"
29
29
},
30
30
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments