---
title: "v1.3.1 — Next.js Data Fetching Refinements, Docs Fixes, and zh Translations"
version: 1.3.1
date: 2025-06-23
description: "Patch release refining Next.js initial data fetching in c15t mode, fixing quickstart links, improving core fallbacks, and adding Chinese (zh) translations. Includes dependency updates across packages."
tags:
  - release
  - stable
  - nextjs
  - translations
  - cli
  - backend
canary: false
type: release
breaking: false
authors: kayleewilliams
packages:
  - "@c15t/nextjs@1.3.1"
  - "@c15t/dev-tools@1.3.1"
  - "@c15t/cli@1.3.1"
  - "@c15t/backend@1.3.1"
  - "@c15t/react@1.3.1"
  - "@c15t/translations@1.3.1"
  - "c15t@1.3.1"
---
## Patch Changes

* 7fecb81: refactor(nextjs): fetch initial data from backend in `c15t` mode instead of duplicate logic
* fix: incorrect link to quickstart
* fix(issue-274): include Next.js externals in `rslib`
* fix(core): fall back to API call if `initialData` promise is empty
* chore: add translation for `zh`

## Updated Dependencies

* For `@c15t/nextjs@1.3.1`: `@c15t/translations@1.3.1`, `@c15t/react@1.3.1`
* For `@c15t/dev-tools@1.3.1`: `c15t@1.3.1`
* For `@c15t/cli@1.3.1`: `@c15t/backend@1.3.1`, `@c15t/react@1.3.1`
* For `@c15t/backend@1.3.1`: `@c15t/translations@1.3.1`

Published via commit [5f5b01a](https://github.com/c15t/c15t/commit/5f5b01a) by [@github-actions](https://github.com/github-actions)

**Full Changelog**: [c15t@1.3.0...c15t@1.3.1](https://github.com/c15t/c15t/compare/c15t@1.3.0...c15t@1.3.1)

<ContributorBlock usernames={["KayleeWilliams"]} />
