FRONTEND
Next.js v16.2.8
RESUMEN
Release with no changes in an attempt to fix `next@latest` pointing at a prerelease version.
Descripción Detallada
Release with no changes in an attempt to fix `next@latest` pointing at a prerelease version.
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Next.js v16.2.9
Empty release to ensure `next@latest` points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.
FRONTEND
Next.js v15.5.19
> [!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ### Core Changes - [15.5.x] Don't drop `FormData` entries (#94244) ### Other - [15.5.x] Fix CI (#94281) ### Credits Huge thanks to @eps1lon for helping!