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:
7373 echo "$FILE exist"
7474 circleci step halt
7575 fi
76-
76+
7777 - &generate-lock-file
7878 run :
7979 name : Generate lock file
@@ -273,6 +273,12 @@ jobs:
273273 working_directory : ~/web3-onboard-monorepo/packages/dcent
274274 steps :
275275 - 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
276282
277283 # Build staging/Alpha releases
278284 build-staging-core :
@@ -383,6 +389,12 @@ jobs:
383389 working_directory : ~/web3-onboard-monorepo/packages/dcent
384390 steps :
385391 - 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
386398
387399workflows :
388400 version : 2
@@ -495,3 +507,9 @@ workflows:
495507 << : *deploy_production_filters
496508 - build-staging-dcent :
497509 << : *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 11{
22 "name" : " @web3-onboard/core" ,
3- "version" : " 2.2.11-alpha.3 " ,
3+ "version" : " 2.2.11" ,
44 "scripts" : {
55 "build" : " rollup -c" ,
66 "dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/dcent" ,
3- "version" : " 2.0.0-alpha.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " D'CENT module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
1818 "typescript" : " ^4.5.5"
1919 },
2020 "dependencies" : {
21- "@web3-onboard/common" : " ^2.0 .0" ,
21+ "@web3-onboard/common" : " ^2.1 .0" ,
2222 "@ethereumjs/common" : " ^2.6.1" ,
2323 "@ethereumjs/tx" : " ^3.4.0" ,
2424 "@ethersproject/providers" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "@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" ,
2728 "@web3-onboard/fortmatic" : " ^2.0.2" ,
2829 "@web3-onboard/gnosis" : " ^2.0.1" ,
29- "@web3-onboard/injected-wallets" : " ^2.0.7 " ,
30+ "@web3-onboard/injected-wallets" : " ^2.0.8 " ,
3031 "@web3-onboard/keepkey" : " ^2.1.0" ,
31- "@web3-onboard/keystone" : " ^2.1.0 " ,
32+ "@web3-onboard/keystone" : " ^2.1.1 " ,
3233 "@web3-onboard/ledger" : " ^2.1.0" ,
3334 "@web3-onboard/magic" : " ^2.0.1" ,
3435 "@web3-onboard/portis" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/injected-wallets" ,
3- "version" : " 2.0.8-alpha.2 " ,
3+ "version" : " 2.0.8" ,
44 "description" : " Injected wallets module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2525 "window" : " ^4.2.7"
2626 },
2727 "dependencies" : {
28- "@web3-onboard/common" : " ^2.0.7 " ,
28+ "@web3-onboard/common" : " ^2.1.0 " ,
2929 "joi" : " ^17.4.2" ,
3030 "lodash.uniqby" : " ^4.7.0"
3131 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/keystone" ,
3- "version" : " 2.1.1-alpha.1 " ,
3+ "version" : " 2.1.1" ,
44 "description" : " Keystone module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/react" ,
3- "version" : " 2.1.8-alpha.3 " ,
3+ "version" : " 2.1.8" ,
44 "description" : " Collection of React Hooks for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2323 "typescript" : " ^4.5.5"
2424 },
2525 "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" ,
2828 "use-sync-external-store" : " 1.0.0"
2929 },
3030 "peerDependencies" : {
3131 "react" : " >=16.8"
3232 }
33- }
33+ }
Original file line number Diff line number Diff line change 2424 "@vueuse/core" : " ^8.4.2" ,
2525 "@vueuse/rxjs" : " ^8.2.0" ,
2626 "@web3-onboard/common" : " ^2.1.0" ,
27- "@web3-onboard/core" : " ^2.2.9 " ,
27+ "@web3-onboard/core" : " ^2.2.11 " ,
2828 "vue-demi" : " ^0.12.4"
2929 },
3030 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments