Change auto docs tags for stories in Varbase Components to the main.js storybook file to update Storybook from ~7.0 to ~7.4.0

Created on 21 September 2023, about 1 year ago
Updated 5 October 2023, about 1 year ago

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.js storybook file to update Storybook from ~7.0 to ~7.4.0
📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇯🇴Jordan Rajab Natshah Jordan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024