jpkleemans / vite-svg-loader

Vite plugin to load SVG files as Vue components
MIT License
554 stars 58 forks source link

Publish newest version 4.1.0 to npm registry #110

Closed typeonerogue closed 7 months ago

typeonerogue commented 1 year ago

I would love to take advantage of the work done in this PR https://github.com/jpkleemans/vite-svg-loader/pull/92

The current version on npm is 4.0.0, could you please push the new 4.1.0 release out to npm registry?

Thanks!

DirectorRen-TV commented 1 year ago

@jpkleemans @gkatsanos

gkatsanos commented 1 year ago

I unfortunately don't have npm publish privileges. I'll try to contact @jpkleemans .

DirectorRen-TV commented 11 months ago

@jpkleemans please publish new version to npm

vincerubinetti commented 11 months ago

I'm installing with yarn add jpkleemans/vite-svg-loader#v4.1.0 for now (yuck). Please publish!

It'd be good to have a GitHub Actions workflow to do this automatically on making a release/tag.