7.1.0: Storybook 6
Changes
- Performed some minor dependency upgrades: 8599fc3
- Followed the Storybook 6 migration guide: 8c55e48
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
- Follow the Storybook 6 migration guide
- Run
yarn upgrade-interactive
to upgrade any other outdated dependencies