File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 !
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 244244 "type" : " opencollective" ,
245245 "url" : " https://opencollective.com/storybook"
246246 },
247+ "deferredNextVersion" : " 9.1.12" ,
247248 "nx" : {
248249 "name" : " root" ,
249250 "includedScripts" : []
You can’t perform that action at this time.
0 commit comments