5.3.0-alpha.4 changelog

This commit is contained in:
Michael Shilman 2019-09-26 13:55:42 -07:00
parent f7367b18ec
commit 1deaa23227

View File

@ -1,3 +1,14 @@
## 5.3.0-alpha.4 (September 26, 2019)
### Bug Fixes
* UI: Move addon dependencies to devDependencies ([#8206](https://github.com/storybookjs/storybook/pull/8206))
* Addon-knobs: Handle undefined array value ([#8006](https://github.com/storybookjs/storybook/pull/8006))
### Maintenance
* Build: Upgrade from node8 to node10 ([#8207](https://github.com/storybookjs/storybook/pull/8207))
## 5.3.0-alpha.3 (September 25, 2019)
### Bug Fixes