From 6af8cbcefefc3534ded1d5a24fe31764d69778cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 06:37:03 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-ssr-getServerSnapshot.md | 5 ----- extensions/plugin-history-sync/CHANGELOG.md | 6 ++++++ extensions/plugin-history-sync/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-ssr-getServerSnapshot.md diff --git a/.changeset/fix-ssr-getServerSnapshot.md b/.changeset/fix-ssr-getServerSnapshot.md deleted file mode 100644 index 567b99d03..000000000 --- a/.changeset/fix-ssr-getServerSnapshot.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/plugin-history-sync": patch ---- - -Fix SSR compatibility by adding getServerSnapshot parameter to useSyncExternalStore. This resolves the "Missing getServerSnapshot, which is required for server-rendered content" error in SSR environments. diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index 6e443338c..d8622b62d 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/plugin-history-sync +## 1.8.1 + +### Patch Changes + +- 567352a: Fix SSR compatibility by adding getServerSnapshot parameter to useSyncExternalStore. This resolves the "Missing getServerSnapshot, which is required for server-rendered content" error in SSR environments. + ## 1.8.0 ### Minor Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index b6a6aeddb..c1c8c2459 100644 --- a/extensions/plugin-history-sync/package.json +++ b/extensions/plugin-history-sync/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-history-sync", - "version": "1.8.0", + "version": "1.8.1", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",