6.5.0-alpha.63 changelog

This commit is contained in:
Michael Shilman 2022-04-14 16:24:17 +08:00
parent df622938e7
commit f67213a54e

View File

@ -1,3 +1,18 @@
## 6.5.0-alpha.63 (April 14, 2022)
### Bug Fixes
- Theming: Re-export correct bundled file ([#17956](https://github.com/storybookjs/storybook/pull/17956))
- Core: Support react-dom/client dom hack on Windows machines ([#17946](https://github.com/storybookjs/storybook/pull/17946))
### Maintenance
- CI: set parallelism of nx to 2 ([#17878](https://github.com/storybookjs/storybook/pull/17878))
### Dependency Upgrades
- Run `prebundle` script without `browser: true` in Rollup config ([#17947](https://github.com/storybookjs/storybook/pull/17947))
## 6.4.22 (April 14, 2022)
### Maintenance