Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storybook): update version check #27278

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 2, 2024

  1. fix(storybook): update version check

    Previously the check would see if the version of storybook is less than 7 and would throw an error. This causes an issue when testing canary releases of storybook since they are labeled 0.0.0-[pr-info...]
    
    Update pleaseUpgrade text
    
    One of the checks is to see if storybook is less than 7. The text is updated so it matches for the very unlikely scenario that someone with version 5 and lower runs this plugin.
    abcdmku committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ac7c021 View commit details
    Browse the repository at this point in the history