From 917698f7d94f3e7860526a44d06d65a2d14a39e2 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 16 Oct 2025 11:55:15 +0200 Subject: [PATCH 1/3] ensure dts generation of some nextjs-framework entrypoints again --- code/frameworks/nextjs/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index a474ce9c1ce0..3354c5f3f87e 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -212,13 +212,13 @@ "./src/swc/next-swc-loader-patch.ts", "./src/node/index.ts", "./src/font/webpack/loader/storybook-nextjs-font-loader.ts", - "./src/export-mocks/index.ts", - "./src/export-mocks/cache/index.ts", - "./src/export-mocks/headers/index.ts", - "./src/export-mocks/router/index.ts", - "./src/export-mocks/navigation/index.ts" + "./src/export-mocks/index.ts" ], "exportEntries": [ + "./src/export-mocks/cache/index.ts", + "./src/export-mocks/router/index.ts", + "./src/export-mocks/headers/index.ts", + "./src/export-mocks/navigation/index.ts", "./src/image-context.ts", "./src/index.ts", "./src/compatibility/draft-mode.compat.ts", From afdc4700ae5faba02a27fd83e9018b782b8aa668 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 16 Oct 2025 12:15:28 +0200 Subject: [PATCH 2/3] chore: update CHANGELOG for version 9.1.12 and set deferredNextVersion to 9.1.12 --- CHANGELOG.md | 4 ++++ code/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63065c69eb7b..3c452195b433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.1.12 + +- Maintenance: Hotfix for missing nextjs dts files, thanks @ndelangen! + ## 9.1.11 - Automigration: Improve the viewport/backgrounds automigration - [#32619](https://github.com/storybookjs/storybook/pull/32619), thanks @valentinpalkovic! diff --git a/code/package.json b/code/package.json index c473506e47cc..4b55c498726c 100644 --- a/code/package.json +++ b/code/package.json @@ -244,7 +244,7 @@ "type": "opencollective", "url": "https://opencollective.com/storybook" }, - "deferredNextVersion": "9.1.11", + "deferredNextVersion": "9.1.12", "nx": { "name": "root", "includedScripts": [] From 774d0c303e93021acc1e2a2a19c6c352538f23cd Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 16 Oct 2025 12:39:43 +0200 Subject: [PATCH 3/3] chore: set deferredNextVersion to 9.1.12 in package.json --- code/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/package.json b/code/package.json index 72448a760a51..bf4e4f402366 100644 --- a/code/package.json +++ b/code/package.json @@ -244,6 +244,7 @@ "type": "opencollective", "url": "https://opencollective.com/storybook" }, + "deferredNextVersion": "9.1.12", "nx": { "name": "root", "includedScripts": []