v3.0.0 is not a major change in Monica, but it contains a breaking change that requires the change of version.
In this release, we finally got rid of the assets that are compiled during the yarn run production
process. This includes all the JS, CSS and font files. This also drastically reduces the size of the code in the repository.
Upgrade notes
⚠️ Please make sure you backup your database before upgrading.
Features
⚠️ BREAKING CHANGES
- The assets are no longer embedded in source code: javascript, css, font files. Run
yarn install
thenyarn run production
to recreate them from sources, or download a release file that contains compiled files. - For Heroku users: You'll have to manually go to
Settings
>Buildpacks
and add buildpack:nodejs
. See this doc. - See more information about how to install a Monica instance here.