:
Last modified: Jan 23, 2024

Versioning

Versioning

The frontends, both for Altinn Studio and Apps are set up as node modules, using a package.json to import external dependencies. In package.json for each package we can specify the version of the package. In this context, package refers to the different applications we are bulding, such as altinn-app-frontend, receipt, etc. Each time we make a change to a package, we need to update the version of the package to reflect the change. »