Problem/Motivation
Update Storybook from ~7.0 to ~7.4.0 in Varbase Project template #192
Storybook 7.4.3 was released
https://github.com/storybookjs/storybook/releases/tag/v7.4.3
Proposed resolution
Update the work with Storybook to latest 7.4.x versions
Change storybook to ~7.4.0 in the package.json file.
"storybook": "~7.4.0",
And other @storybook/xxxxxxxx used packages.
Remove the following from all
.stories.json files in all Varbase Components
"tags": [
"autodocs"
],
Rebuild the yarn.lock file with
rm -rf yarn.lock node_modules
yarn install
Let developers build the Storybook, using the latest options.
yarn storybook:build
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ✅ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ✅ Release varbase-10.0.0-beta2, varbase_components-2.0.0-alpha24
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #3388833: Changed auto docs tags for stories in Varbase Components to the
main.jsstorybook file to update Storybook from~7.0to~7.4.0
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshah✅ Released varbase_components-2.0.0-alpha24
Comment #9
rajab natshah✅ Released varbase-10.0.0-beta2