nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.76k stars 485 forks source link

npm code of v8.5.5 not up to date #3181

Closed dm-heinze closed 4 weeks ago

dm-heinze commented 1 month ago

Environment

Reproduction

Go to https://www.npmjs.com/package/@nuxtjs/i18n/v/8.5.5?activeTab=code and compare the code with the commits of the the release v8.5.5 https://github.com/nuxt-modules/i18n/compare/v8.5.5...main

Describe the bug

Last commits on github are from Oct 10, 2024, but version 8.5.5 was published on npm on Sep 21, 2024. So the code on npm is not up to date.

Additional context

No response

Logs

No response

BobbieGoede commented 1 month ago

You're comparing the main (v9) branch to the latest v8 release tag, but you're right there are some commits that haven't been released in v8 yet on the v8 branch. I'll release these soon.

BobbieGoede commented 4 weeks ago

Sorry for the delay, I was still on holiday! I've just published a patch release for v8, my priority is to get a stable v9 release out in the coming days/weeks so I hope you could give the release candidates a try as well, feedback would be invaluable for stability. 🙏