From 26bae97809f2b6c1b7cef838ac5a39cab147fb57 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 1 Mar 2023 01:38:47 +0800 Subject: [PATCH] 7.0.0-beta.56 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f731ad4bc017..6bff57f8b4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 7.0.0-beta.56 (March 1, 2023) + +#### Bug Fixes + +- Core: Improve framework field validation [#21299](https://github.com/storybooks/storybook/pull/21299) +- SvelteKit: Only disable SSR when building, not serving [#21290](https://github.com/storybooks/storybook/pull/21290) +- CLI: Account for legacy framework values in automigration [#21184](https://github.com/storybooks/storybook/pull/21184) +- TypeScript: Add `env` type to BuilderOptions [#21173](https://github.com/storybooks/storybook/pull/21173) +- Core: Reverse order of project decorators [#21182](https://github.com/storybooks/storybook/pull/21182) + +#### Maintenance + +- React-webpack: Fix dependencies to remove peerDep warnings [#21278](https://github.com/storybooks/storybook/pull/21278) + +#### Build + +- Build: Improve sandbox task logs [#21296](https://github.com/storybooks/storybook/pull/21296) + ## 7.0.0-beta.55 (February 27, 2023) #### Bug Fixes