Skip to content

7.1.0: Storybook 6

Compare
Choose a tag to compare
@bensmithett bensmithett released this 14 Aug 11:03

Changes

Storybook 6 is out!

Upgrade instructions (more info)

Merge upstream changes

First, configure this repo as a remote for your repo (you only need to do this once)

  git remote add template https://github.com/bensmithett/tropical.git

Then fetch & merge the latest changes, resolving any conflicts manually:

git fetch template
git merge template/master

or...

Manually update your code