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",