From 3046c6975c3d225ad22dde0ec04fe7d463d53465 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sun, 26 Mar 2023 12:51:42 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bdad8903..3fb0c319ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +# v6.5.0-rc.9 + +## What's Changed +* feat: rename tabs to sidebar, canvas, addons by @dannyhw in https://github.com/storybookjs/react-native/pull/447 + + +**Full Changelog**: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.8...v6.5.0-rc.9 + +# v6.5.0-rc.8 + +## What's Changed +* fix: dont render addons if no story selected and update number range on slide end by @dannyhw in https://github.com/storybookjs/react-native/pull/446 + + +**Full Changelog**: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.7...v6.5.0-rc.8 + +# v6.5.0-rc.7 + +## What's Changed +* fix: windows paths now generated correctly by @dannyhw in https://github.com/storybookjs/react-native/pull/445 + + +**Full Changelog**: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.6...v6.5.0-rc.7 + +# v6.5.0-rc.6 + +## What's Changed +* docs: update expo metro.config.js by @leonardo-fc in https://github.com/storybookjs/react-native/pull/441 +* Fix webpack5 and @storybook/addon-storyshots compatibility error, and a typo by @leonardo-fc in https://github.com/storybookjs/react-native/pull/442 + +## New Contributors +* @leonardo-fc made their first contribution in https://github.com/storybookjs/react-native/pull/441 + +**Full Changelog**: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.5...v6.5.0-rc.6 + # v6.5.0-rc.5 ## What's Changed