Skip to content

v1.2.0 - Node 20 upgrade and minor patches

Latest
Compare
Choose a tag to compare
@dr-bizz dr-bizz released this 26 Mar 20:21
· 3 commits to main since this release
7172dbe

Breaking changes

In this release, we upgrade MPDX to Node 20. With this upgrade, we have started using Git LFS (Large File Storage) on the yarn cache files and defaulted Yarn to use the version specified in the package.json.

When you pull this release, you must run the following to ensure you don't run into errors.

# Install node 20.17.0 on asdf
asdf install nodejs 20.17.0

# Install Git LFS
brew install git-lfs

# Initialize Git LFS
git lfs install

# Pull LFS files
git lfs pull

# Enable corepack so Yarn can default to using the version specified on the package.json
corepack enable

# Install dependencies
yarn

What's Changed

Full Changelog: v1.1.0...v1.2.0