11.1.0: Enable pnpm & npm alongside yarn
Changes
- Add yarpm and update package scripts to call it instead of
yarn
- Rename
TropicalPhotoButton
toExampleComponent
- Fix a build script bug (it wasn't using the correct Vite config following the v11.0.0 updates)
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 (unless you've made lots of changes to Vite config or TropicalCodeBlock
) but see v11.0.0...c42f0be 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!