-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Storybook 6.0.16 shows unnecessary upgrade message #12183
Comments
@shilman is versions.json outdated on docs page? |
@ndelangen Looks fine to me https://storybook.js.org/versions.json Seems like a bug in the version storage? It knows the latest version is available, it just doesn't know it's already on the latest version. |
maybe this wasn't updated when you released? storybook/lib/api/src/version.ts Line 1 in b5d2b2b
|
Seeing the same thing with 6.0.18 reporting itself as 6.0.17. |
argh. thought i fixed that in the publishing script. will give it another try on 6.0.19. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
This still isn't fixed. I'm running 6.0.26 which is reporting itself as 6.0.25 on the 'about' page. |
I fixed this in the release process. Versions 6.2.1 and above should no longer exhibit this behavior. |
Describe the bug
Storybook 6.0.16 displays itself as Storybook 6.0.15 and offers to upgrade, even if it is the latest version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Confirmation, that I'm at the latest version, without any upgrade options.
Screenshots
Screenshot for Storybook 6.0.16:
System:
System:
OS: macOS 10.15.6
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Binaries:
Node: 14.8.0 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.7 - /usr/local/bin/npm
Browsers:
Chrome: 84.0.4147.135
Firefox: 78.0.2
Safari: 13.1.2
npmPackages:
@storybook/addon-a11y: ^6.0.16 => 6.0.16
@storybook/addon-actions: ^6.0.16 => 6.0.16
@storybook/addon-backgrounds: ^6.0.16 => 6.0.16
@storybook/addon-knobs: ^6.0.16 => 6.0.16
@storybook/addon-links: ^6.0.16 => 6.0.16
@storybook/addon-viewport: ^6.0.16 => 6.0.16
@storybook/addons: ^6.0.16 => 6.0.16
@storybook/preset-create-react-app: ^3.1.4 => 3.1.4
@storybook/react: ^6.0.16 => 6.0.16
The text was updated successfully, but these errors were encountered: