diff --git a/.changeset/shiny-ears-draw.md b/.changeset/shiny-ears-draw.md deleted file mode 100644 index d0a42c799..000000000 --- a/.changeset/shiny-ears-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/plugin-history-sync": minor ---- - -Add an option to skip default history setup transition diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index 3195854e7..76f51faf8 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,12 @@ +## 2026.01.07 + +Add an option to skip default history setup transition [`a7d0c01`](https://github.com/daangn/stackflow/commit/a7d0c01c171001e6d99432a1df2242ef8faca011) + +Released packages: +- 📦 [@stackflow/plugin-history-sync@1.9.0](https://npmjs.com/package/@stackflow/plugin-history-sync/v/1.9.0) + +--- + ## 2026.01.06 Improve scheduling of Activity preparation tasks by marking them as passive effects. [`57fd2da`](https://github.com/daangn/stackflow/commit/57fd2da00bffe25d0865baaffac63b2db394814d) diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index d8622b62d..bcfb0b828 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/plugin-history-sync +## 1.9.0 + +### Minor Changes + +- a7d0c01: Add an option to skip default history setup transition + ## 1.8.1 ### Patch Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index c1c8c2459..dcf6bd447 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.1", + "version": "1.9.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",