vue3-apexcharts icon indicating copy to clipboard operation
vue3-apexcharts copied to clipboard

Release NPM module with latest commits

Open Sherex opened this issue 1 year ago • 6 comments

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

Sherex avatar Mar 23 '24 18:03 Sherex

Hi, +1 on this, would really help to get this released

ChronicStone avatar Mar 27 '24 11:03 ChronicStone

Please, I need this too

matgenois avatar Apr 17 '24 12:04 matgenois

Steps to use in the meantime

  • npm i -D patch-package
  • add "postinstall": "patch-package" to the scripts block in package.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"
          }
      },
    
  • run npx patch-package vue3-apexcharts --exclude

jonataswalker avatar Apr 17 '24 13:04 jonataswalker

+1 @junedchhipa 🙏

danielwwc avatar Apr 19 '24 07:04 danielwwc

What's taking so long to release this module?

jashaj avatar Apr 29 '24 05:04 jashaj

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.

ruittenb avatar May 17 '24 22:05 ruittenb

Please @junedchhipa !

jonathanwilke avatar May 21 '24 07:05 jonathanwilke

Released v1.5.3

junedchhipa avatar May 21 '24 10:05 junedchhipa

Thanks so much, you are amazing!

jonathanwilke avatar May 21 '24 11:05 jonathanwilke

Thank you!!

matgenois avatar May 21 '24 17:05 matgenois