diff --git a/.changeset/happy-ghosts-peel.md b/.changeset/happy-ghosts-peel.md deleted file mode 100644 index 19d4b120b..000000000 --- a/.changeset/happy-ghosts-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/react": minor ---- - -utilize synchronously inspectable promise to optimize suspense fallback rendering diff --git a/.changeset/real-cats-rest.md b/.changeset/real-cats-rest.md deleted file mode 100644 index bd644aef2..000000000 --- a/.changeset/real-cats-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@stackflow/react": patch -"@stackflow/config": patch ---- - -Remove data loader cache diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index cf03c613f..6230ed93d 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/config +## 1.2.2 + +### Patch Changes + +- 29a0bb6: Remove data loader cache + ## 1.2.1 ### Patch Changes diff --git a/config/package.json b/config/package.json index 150b30058..2f854d94b 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/config", - "version": "1.2.1", + "version": "1.2.2", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index 510b7c1cd..317b989f6 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,20 @@ +## 2025.12.16 + +utilize synchronously inspectable promise to optimize suspense fallback rendering [`3cb6e33`](https://github.com/daangn/stackflow/commit/3cb6e33349b0bcd64f2ee1e5786e0977d3eb4d29) + +Released packages: +- 📦 [@stackflow/react@1.11.0](https://npmjs.com/package/@stackflow/react/v/1.11.0) + +--- + +Remove data loader cache [`f05ae23`](https://github.com/daangn/stackflow/commit/f05ae2390a18aecbf76de3969bf51b597c6812d7) + +Released packages: +- 📦 [@stackflow/config@1.2.2](https://npmjs.com/package/@stackflow/config/v/1.2.2) +- 📦 [@stackflow/react@1.11.0](https://npmjs.com/package/@stackflow/react/v/1.11.0) + +--- + ## 2025.12.12 Add an option for customizing error boundary in ErrorHandler of structured activity components [`f159bd4`](https://github.com/daangn/stackflow/commit/f159bd40c01f84bbffa9c0282a86acd150162792) diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 4bcc5560c..2a6c5ddc9 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackflow/react +## 1.11.0 + +### Minor Changes + +- 3cb6e33: utilize synchronously inspectable promise to optimize suspense fallback rendering + +### Patch Changes + +- 29a0bb6: Remove data loader cache + ## 1.10.0 ### Minor Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index 251d5a1d9..126917039 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.10.0", + "version": "1.11.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -44,7 +44,7 @@ "react-fast-compare": "^3.2.2" }, "devDependencies": { - "@stackflow/config": "^1.2.1", + "@stackflow/config": "^1.2.2", "@stackflow/core": "^1.3.0", "@stackflow/esbuild-config": "^1.0.3", "@types/react": "^18.3.3", diff --git a/yarn.lock b/yarn.lock index b7c76afd3..688a2baa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5351,7 +5351,7 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@workspace:config": +"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@npm:^1.2.2, @stackflow/config@workspace:config": version: 0.0.0-use.local resolution: "@stackflow/config@workspace:config" dependencies: @@ -5737,7 +5737,7 @@ __metadata: version: 0.0.0-use.local resolution: "@stackflow/react@workspace:integrations/react" dependencies: - "@stackflow/config": "npm:^1.2.1" + "@stackflow/config": "npm:^1.2.2" "@stackflow/core": "npm:^1.3.0" "@stackflow/esbuild-config": "npm:^1.0.3" "@types/react": "npm:^18.3.3"