Skip to content

Commit d4f7761

Browse files
authored
Merge pull request #32740 from storybookjs/norbert/fix-patch-version-release
Release: Patch 9.1.12
2 parents 5b2e0ed + 774d0c3 commit d4f7761

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 9.1.12
2+
3+
- Maintenance: Hotfix for missing nextjs dts files, thanks @ndelangen!
4+
15
## 9.1.11
26

37
- Automigration: Improve the viewport/backgrounds automigration - [#32619](https://github.com/storybookjs/storybook/pull/32619), thanks @valentinpalkovic!

code/frameworks/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@
212212
"./src/swc/next-swc-loader-patch.ts",
213213
"./src/node/index.ts",
214214
"./src/font/webpack/loader/storybook-nextjs-font-loader.ts",
215-
"./src/export-mocks/index.ts",
216-
"./src/export-mocks/cache/index.ts",
217-
"./src/export-mocks/headers/index.ts",
218-
"./src/export-mocks/router/index.ts",
219-
"./src/export-mocks/navigation/index.ts"
215+
"./src/export-mocks/index.ts"
220216
],
221217
"exportEntries": [
218+
"./src/export-mocks/cache/index.ts",
219+
"./src/export-mocks/router/index.ts",
220+
"./src/export-mocks/headers/index.ts",
221+
"./src/export-mocks/navigation/index.ts",
222222
"./src/image-context.ts",
223223
"./src/index.ts",
224224
"./src/compatibility/draft-mode.compat.ts",

code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
"type": "opencollective",
245245
"url": "https://opencollective.com/storybook"
246246
},
247+
"deferredNextVersion": "9.1.12",
247248
"nx": {
248249
"name": "root",
249250
"includedScripts": []

0 commit comments

Comments
 (0)