From d46e858709a794f966f9d3ff8c8cefc1297f4108 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:48:25 +0000 Subject: [PATCH] Version Packages --- .changeset/purple-chefs-greet.md | 5 ----- docs/components/ChangelogContent.mdx | 9 +++++++++ extensions/plugin-history-sync/CHANGELOG.md | 6 ++++++ extensions/plugin-history-sync/package.json | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-chefs-greet.md diff --git a/.changeset/purple-chefs-greet.md b/.changeset/purple-chefs-greet.md deleted file mode 100644 index 8be460e1e..000000000 --- a/.changeset/purple-chefs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/plugin-history-sync": minor ---- - -Add encode option to Route interface for converting activity params to URL string params diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index 76f51faf8..d995d1772 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,12 @@ +## 2026.01.29 + +Add encode option to Route interface for converting activity params to URL string params [`45fb7ba`](https://github.com/daangn/stackflow/commit/45fb7ba271b8aaf754d25c2a241e54bd15bdd2dc) + +Released packages: +- 📦 [@stackflow/plugin-history-sync@1.10.0](https://npmjs.com/package/@stackflow/plugin-history-sync/v/1.10.0) + +--- + ## 2026.01.07 Add an option to skip default history setup transition [`a7d0c01`](https://github.com/daangn/stackflow/commit/a7d0c01c171001e6d99432a1df2242ef8faca011) diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index bcfb0b828..82e473c14 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/plugin-history-sync +## 1.10.0 + +### Minor Changes + +- 45fb7ba: Add encode option to Route interface for converting activity params to URL string params + ## 1.9.0 ### Minor Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index dcf6bd447..8005836a6 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.9.0", + "version": "1.10.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",