Skip to content

Commit ba7fa13

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

File tree

8 files changed

+38
-16
lines changed

8 files changed

+38
-16
lines changed

.changeset/happy-ghosts-peel.md

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

.changeset/real-cats-rest.md

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

config/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- 29a0bb6: Remove data loader cache
8+
39
## 1.2.1
410

511
### Patch Changes

config/package.json

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

docs/components/ChangelogContent.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2025.12.16
2+
3+
utilize synchronously inspectable promise to optimize suspense fallback rendering [`3cb6e33`](https://github.com/daangn/stackflow/commit/3cb6e33349b0bcd64f2ee1e5786e0977d3eb4d29)
4+
5+
Released packages:
6+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/react/v/1.11.0)
7+
8+
---
9+
10+
Remove data loader cache [`f05ae23`](https://github.com/daangn/stackflow/commit/f05ae2390a18aecbf76de3969bf51b597c6812d7)
11+
12+
Released packages:
13+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/config/v/1.2.2)
14+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/react/v/1.11.0)
15+
16+
---
17+
118
## 2025.12.12
219

320
Add an option for customizing error boundary in ErrorHandler of structured activity components [`f159bd4`](https://github.com/daangn/stackflow/commit/f159bd40c01f84bbffa9c0282a86acd150162792)

integrations/react/CHANGELOG.md

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

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- 3cb6e33: utilize synchronously inspectable promise to optimize suspense fallback rendering
8+
9+
### Patch Changes
10+
11+
- 29a0bb6: Remove data loader cache
12+
313
## 1.10.0
414

515
### Minor Changes

integrations/react/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",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -44,7 +44,7 @@
4444
"react-fast-compare": "^3.2.2"
4545
},
4646
"devDependencies": {
47-
"@stackflow/config": "^1.2.1",
47+
"@stackflow/config": "^1.2.2",
4848
"@stackflow/core": "^1.3.0",
4949
"@stackflow/esbuild-config": "^1.0.3",
5050
"@types/react": "^18.3.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,7 @@ __metadata:
53515351
languageName: unknown
53525352
linkType: soft
53535353

5354-
"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@workspace:config":
5354+
"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@npm:^1.2.2, @stackflow/config@workspace:config":
53555355
version: 0.0.0-use.local
53565356
resolution: "@stackflow/config@workspace:config"
53575357
dependencies:
@@ -5737,7 +5737,7 @@ __metadata:
57375737
version: 0.0.0-use.local
57385738
resolution: "@stackflow/react@workspace:integrations/react"
57395739
dependencies:
5740-
"@stackflow/config": "npm:^1.2.1"
5740+
"@stackflow/config": "npm:^1.2.2"
57415741
"@stackflow/core": "npm:^1.3.0"
57425742
"@stackflow/esbuild-config": "npm:^1.0.3"
57435743
"@types/react": "npm:^18.3.3"

0 commit comments

Comments
 (0)