From 0967db8f27a5f2b2641e1bf6273f147116d359ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:22:50 +0000 Subject: [PATCH] Version Packages --- .changeset/solid-pillows-laugh.md | 5 ----- docs/components/ChangelogContent.mdx | 9 +++++++++ integrations/react/CHANGELOG.md | 6 ++++++ integrations/react/package.json | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 .changeset/solid-pillows-laugh.md diff --git a/.changeset/solid-pillows-laugh.md b/.changeset/solid-pillows-laugh.md deleted file mode 100644 index 4623d91cd..000000000 --- a/.changeset/solid-pillows-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/react": minor ---- - -Improve scheduling of Activity preparation tasks by marking them as passive effects. diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index dfad646a7..fa42f425e 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,12 @@ +## 2025.12.17 + +Improve scheduling of Activity preparation tasks by marking them as passive effects. [`57fd2da`](https://github.com/daangn/stackflow/commit/57fd2da00bffe25d0865baaffac63b2db394814d) + +Released packages: +- 📦 [@stackflow/react@1.12.0](https://npmjs.com/package/@stackflow/react/v/1.12.0) + +--- + ## 2025.12.16 #2 Attach state tracking instruments to original promise when creating SyncInspectablePromises with Promises [`43cd76c`](https://github.com/daangn/stackflow/commit/43cd76c8c5b9b321b2bb8832bc07278ba47493e8) diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 1c782f75b..3b6ea95b1 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/react +## 1.12.0 + +### Minor Changes + +- 57fd2da: Improve scheduling of Activity preparation tasks by marking them as passive effects. + ## 1.11.1 ### Patch Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index 2f4b81d04..90a6473bd 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.11.1", + "version": "1.12.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",