Skip to content

Commit 6cbc7a2

Browse files
Version Packages (#750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb798ca commit 6cbc7a2

7 files changed

Lines changed: 111 additions & 50 deletions

File tree

.changeset/fep-2602-history-sync-url-resolver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.pnp.cjs

Lines changed: 92 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/components/ChangelogContent.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2026.08.04
2+
3+
Expose the history-sync URL resolver so external features can reuse the plugin's activity and entry URL semantics. [`eb798ca`](https://github.com/daangn/stackflow/commit/eb798caf354f6c675d80a45af6e5a57c392c16f6)
4+
5+
Released packages:
6+
- 📦 [@stackflow/plugin-history-sync@2.1.0](https://npmjs.com/package/@stackflow/plugin-history-sync/v/2.1.0)
7+
8+
---
9+
110
## 2026.08.02
211

312
Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3. [`01ee729`](https://github.com/daangn/stackflow/commit/01ee7290b30a935fbafef8c72543a4963a8d946d)

extensions/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@stackflow/config": "^2.0.0",
3535
"@stackflow/core": "^3.0.0",
3636
"@stackflow/esbuild-config": "^1.0.3",
37-
"@stackflow/plugin-history-sync": "^1.12.0",
37+
"@stackflow/plugin-history-sync": "^2.1.0",
3838
"@stackflow/react": "^2.1.2",
3939
"@types/react": "^18.3.3",
4040
"esbuild": "^0.23.0",

extensions/plugin-history-sync/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/plugin-history-sync
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- eb798ca: Expose the history-sync URL resolver so external features can reuse the plugin's activity and entry URL semantics.
8+
39
## 2.0.0
410

511
### Major Changes

extensions/plugin-history-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-history-sync",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5728,7 +5728,7 @@ __metadata:
57285728
"@stackflow/config": "npm:^2.0.0"
57295729
"@stackflow/core": "npm:^3.0.0"
57305730
"@stackflow/esbuild-config": "npm:^1.0.3"
5731-
"@stackflow/plugin-history-sync": "npm:^1.12.0"
5731+
"@stackflow/plugin-history-sync": "npm:^2.1.0"
57325732
"@stackflow/react": "npm:^2.1.2"
57335733
"@types/react": "npm:^18.3.3"
57345734
esbuild: "npm:^0.23.0"
@@ -5890,7 +5890,7 @@ __metadata:
58905890
languageName: node
58915891
linkType: hard
58925892

5893-
"@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
5893+
"@stackflow/plugin-history-sync@npm:^2.1.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
58945894
version: 0.0.0-use.local
58955895
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
58965896
dependencies:

0 commit comments

Comments
 (0)