Releases: brophdawg11/upgrade-remix
Releases · brophdawg11/upgrade-remix
v0.6.2
What's Changed
- Set minimum
node
version to 18.3 inpackage.json
engines
due toutils.parseArgs
usage by @brophdawg11 in #8
Full Changelog: v0.6.1...v0.6.2
v0.6.1
-
Fixed a bug with the
--package-manager
flag -
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
What's Changed
- Add support for listing versions by @brophdawg11 in #2
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- By default,
upgrade-remix
will now use the--save-exact
/--exact
flags when installing Remix packages, unless you specify a loose version in the CPI (npx upgrade-remix ~1.18.1
) (54ca8ac) - Added exceptions for
@remix-run/v1-*
packages in yourpackage.json
since those are not version-synced with the other packages (80a50f6)
Full Changelog: v0.2.1...v0.3.0
v0.2.1
No functional changes, just added some Github repo meta info to package.json
so it shows up in the npm registry
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.0
Initial Release - supports npm
and yarn