apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

Version 1.5.0 is a broken distribution. #94

Closed mongoose666 closed 9 months ago

mongoose666 commented 9 months ago

You are referencing the "./dist/vue3-apexcharts.umd.cjs" which does not exist. These files are in the "src" directory but you have not done a distribution build.

Due to this you wasted my time tracking down the problems in your broken package. I had to force an "exact" version at 1.4.4.

Please rectify this and in the future don't publish breaking changes!

vheins commented 9 months ago

same here

junedchhipa commented 9 months ago

Try the latest release 1.5.2 @amanpatel can you take a look?

rizkhal commented 9 months ago

1.5.2 fix the issue

The PR is here: https://github.com/apexcharts/vue3-apexcharts/pull/92

amanpatel commented 9 months ago

Sorry about this. I did not commit the dist files with my PR which caused this issue.

mongoose666 commented 9 months ago

@amanpatel @junedchhipa - Thank you so very much for the fix 👍😎