vue3-apexcharts
vue3-apexcharts copied to clipboard
Release NPM module with latest commits
Hello!
Could you release a new version of this package on NPM? :smile: As the latest version does not include the fix for the Typescript typings from #99
This would close #98
Hi, +1 on this, would really help to get this released
Please, I need this too
Steps to use in the meantime
- npm i -D patch-package
- add
"postinstall": "patch-package"to thescriptsblock inpackage.json - edit
node_modules/vue3-apexcharts/package.json- add
"types": "./typings/vue-apexcharts.d.ts"
"exports": { ".": { "types": "./typings/vue-apexcharts.d.ts", "import": "./dist/vue3-apexcharts.js", "require": "./dist/vue3-apexcharts.umd.cjs" } }, - add
- run
npx patch-package vue3-apexcharts --exclude
+1 @junedchhipa 🙏
What's taking so long to release this module?
Please make a new release. 1.5.2 dates from February 12; the fix for #99 from March 9. It would need a new release to become usable.
Please @junedchhipa !
Released v1.5.3
Thanks so much, you are amazing!
Thank you!!