diff --git a/.changeset/calm-otters-wait.md b/.changeset/calm-otters-wait.md deleted file mode 100644 index 031ac10c7..000000000 --- a/.changeset/calm-otters-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@stackflow/react": patch ---- - -Fix SSR rendering that does not finish after a structured activity content -loader rejects. diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index bb909d8fd..f454b06fe 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,13 @@ +## 2026.08.21 + +Fix SSR rendering that does not finish after a structured activity content [`7c23411`](https://github.com/daangn/stackflow/commit/7c23411d8cd16780f3d35c44f01dd6f04ac281ee) +loader rejects. + +Released packages: +- 📦 [@stackflow/react@2.1.4](https://npmjs.com/package/@stackflow/react/v/2.1.4) + +--- + ## 2026.08.10 Require Link consumers to provide a URL resolver through [`8566b5e`](https://github.com/daangn/stackflow/commit/8566b5ebed9bea41c04fcbc6989c4a80a7f5bd3b) diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 527e24131..64bc8fae0 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @stackflow/react +## 2.1.4 + +### Patch Changes + +- 7c23411: Fix SSR rendering that does not finish after a structured activity content + loader rejects. + ## 2.1.3 ### Patch Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index e001e9e1b..27dc2c3fc 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "2.1.3", + "version": "2.1.4", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",