Skip to content

Releases: brophdawg11/upgrade-remix

v0.6.2

21 Dec 16:54
Compare
Choose a tag to compare

What's Changed

  • Set minimum node version to 18.3 in package.json engines due to utils.parseArgs usage by @brophdawg11 in #8

Full Changelog: v0.6.1...v0.6.2

v0.6.1

22 Oct 20:23
Compare
Choose a tag to compare
  • Fixed a bug with the --package-manager flag

  • Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Oct 20:17
Compare
Choose a tag to compare

What's Changed

  • Add --package-manager and --dry-run flags in #5
  • Add eslint and github CI workflows in #6

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Aug 20:41
Compare
Choose a tag to compare

What's Changed

  • add support for bun by @mcansh in #3
  • add React Router deps to --list-versions in 591c0ce
  • make commands easier to follow by @mcansh in #4

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Aug 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Jul 17:35
Compare
Choose a tag to compare
  • 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 your package.json since those are not version-synced with the other packages (80a50f6)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

02 Jun 13:32
Compare
Choose a tag to compare

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

18 May 20:53
Compare
Choose a tag to compare

What's Changed

  • feat: add support for pnpm by @mcansh in #1

New Contributors

  • @mcansh made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 May 14:17
Compare
Choose a tag to compare

Initial Release - supports npm and yarn