vue-axe icon indicating copy to clipboard operation
vue-axe copied to clipboard

Release v3 as latest on npm instead of next

Open TheJaredWilcurt opened this issue 2 years ago • 2 comments

Vue-Axe 3.1.2 is listed as "next", while 2.4.4 is listed as "latest":

  • https://www.npmjs.com/package/vue-axe?activeTab=versions

Vue 3 has been out for a while and is currently at 3.2.28. I think there's been like 85 releases since 2.6.14.

Next time you do a v3 release, you should consider switching it to the latest on npm.

TheJaredWilcurt avatar Sep 02 '22 16:09 TheJaredWilcurt

Hey, it's me again, just ran into this and was like "why does it not work", because I did npm install --save vue-axe instead of npm install --save vue-axe@next.

TheJaredWilcurt avatar Apr 26 '24 22:04 TheJaredWilcurt