Skip to content

Commit

Permalink
Merge pull request #5699 from storybooks/5683-cli-version-notice
Browse files Browse the repository at this point in the history
Cleanup CLI version notice
  • Loading branch information
shilman committed Feb 21, 2019
2 parents 349ef25 + 6e23dff commit 1173537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions lib/core/src/server/build-dev.js
Expand Up @@ -147,10 +147,8 @@ function createUpdateMessage(updateInfo, version) {
${colors.orange(
`A new version (${chalk.bold(updateInfo.data.latest.version)}) is available!`
)}
${chalk.gray(updateInfo.data.latest.info.plain)}
${chalk.gray('Read full changelog here:')}
${chalk.gray.underline('https://git.io/fxc61')}
${chalk.gray('Read full changelog here:')} ${chalk.gray.underline('https://git.io/fhFYe')}
`
: '';
} catch (e) {
Expand Down
4 changes: 2 additions & 2 deletions lib/ui/src/settings/__snapshots__/about.stories.storyshot
Expand Up @@ -1797,7 +1797,7 @@ exports[`Storyshots UI|Settings/AboutScreen new version required 1`] = `
</span>
<a
class="emotion-15"
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
target="_blank"
>
<span
Expand Down Expand Up @@ -2948,7 +2948,7 @@ exports[`Storyshots UI|Settings/AboutScreen up to date 1`] = `
</span>
<a
class="emotion-15"
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
target="_blank"
>
<span
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/src/settings/about.js
Expand Up @@ -148,7 +148,7 @@ const AboutScreen = ({ latest, current, onClose }) => {
<Subheading>{latest.version} Changelog</Subheading>
<SubheadingLink
secondary
href="https://github.com/storybooks/storybook/blob/master/CHANGELOG.md"
href="https://github.com/storybooks/storybook/blob/next/CHANGELOG.md"
withArrow
target="_blank"
>
Expand Down

0 comments on commit 1173537

Please sign in to comment.