Description
Environment
- Operating System: Darwin
- Node Version: v20.18.1
- Nuxt Version: 3.17.3
- CLI Version: 3.25.1
- Nitro Version: 2.11.12
- Package Manager: npm@11.2.0
- Builder: -
- User Config: app, compatibilityDate, devtools, css, vite, modules, fonts, shadcn, components, icon, runtimeConfig, auth, i18n
- Runtime Modules: shadcn-nuxt@2.1.0, @nuxt/icon@1.13.0, @nuxtjs/i18n@9.5.4, @sidebase/nuxt-auth@0.10.1, @nuxt/fonts@0.11.4
- Build Modules: -
Reproduction
Describe the bug
Sorry, this is not a bug, just a question (i can't create issue with label question), is the next release planned? If so, when is it?
I want to use the new updates regarding getting responses for signIn and signUp functions in local provider, but turns out it's in main branch and the latest release tag (0.10.1) does not have that update.
Meanwhile, what's the recommended way if I want to get that update? I tried installing from the github repo directly, but it doesn't work since the repo does not have the built version that the code is looking for.
I guess I can fork it then publish to my npm account until the new version is released, but is it the most recommended way? I tried asking Claude/ChatGPT and they said I can use patch-package but I'm not sure.
Additional context
No response