Skip to content

11.4.1

Compare
Choose a tag to compare
@bensmithett bensmithett released this 30 Aug 23:20
· 3 commits to main since this release

Changes

  • Update dependencies to latest versions
  • Fix a React warning about missing key in TableOfContents

Diff: v11.4.0...v11.4.1

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/main

or...

Manually update your code

Merging upstream changes should be straightforward for this change but see v11.4.0...v11.4.1 for changes you can make to your project manually.

As always, open an issue if you're having trouble upgrading and I'll help you through it!