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/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index af07a87afdee..1fd4b516dfd0 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", 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": []