Skip to content

Commit a43dbe4

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

File tree

8 files changed

+33
-15
lines changed

8 files changed

+33
-15
lines changed

.changeset/fix-duplicate-interval.md

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

.changeset/fix-swipe-back-direction-lock.md

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

core/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 4d3b294: fix(core): prevent duplicate setInterval in dispatchEvent
8+
39
## 1.3.0
410

511
### Minor Changes

core/package.json

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

docs/components/ChangelogContent.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2026.03.13
2+
3+
fix(core): prevent duplicate setInterval in dispatchEvent [`4d3b294`](https://github.com/daangn/stackflow/commit/4d3b29414aaa42ee405104f9cf7fb9c687fdf54c)
4+
5+
Released packages:
6+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/core/v/1.3.1)
7+
8+
---
9+
10+
fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement [`b9c1946`](https://github.com/daangn/stackflow/commit/b9c19469fe1fcdb4023493c06cf3fd98bb710d91)
11+
12+
Released packages:
13+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/react-ui-core/v/1.3.4)
14+
15+
---
16+
117
## 2026.01.29
218

319
Add encode option to Route interface for converting activity params to URL string params [`45fb7ba`](https://github.com/daangn/stackflow/commit/45fb7ba271b8aaf754d25c2a241e54bd15bdd2dc)

extensions/react-ui-core/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- b9c1946: fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement
8+
39
## 1.3.3
410

511
### Patch Changes

extensions/react-ui-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/react-ui-core",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"devDependencies": {
35-
"@stackflow/core": "^1.1.0",
35+
"@stackflow/core": "^1.3.1",
3636
"@stackflow/esbuild-config": "^1.0.2",
3737
"@stackflow/react": "^1.3.2",
3838
"@types/react": "^18.3.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5363,7 +5363,7 @@ __metadata:
53635363
languageName: unknown
53645364
linkType: soft
53655365

5366-
"@stackflow/core@npm:^1.1.0, @stackflow/core@npm:^1.1.1, @stackflow/core@npm:^1.2.0, @stackflow/core@npm:^1.3.0, @stackflow/core@workspace:core":
5366+
"@stackflow/core@npm:^1.1.0, @stackflow/core@npm:^1.1.1, @stackflow/core@npm:^1.2.0, @stackflow/core@npm:^1.3.0, @stackflow/core@npm:^1.3.1, @stackflow/core@workspace:core":
53675367
version: 0.0.0-use.local
53685368
resolution: "@stackflow/core@workspace:core"
53695369
dependencies:
@@ -5717,7 +5717,7 @@ __metadata:
57175717
version: 0.0.0-use.local
57185718
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
57195719
dependencies:
5720-
"@stackflow/core": "npm:^1.1.0"
5720+
"@stackflow/core": "npm:^1.3.1"
57215721
"@stackflow/esbuild-config": "npm:^1.0.2"
57225722
"@stackflow/react": "npm:^1.3.2"
57235723
"@types/react": "npm:^18.3.3"

0 commit comments

Comments
 (0)