Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Its also important to understand the different types of dependencies that exist within the package.json. This is a good documentation that explains the different types of dependencies and their purposes.

Before you release:

By this time, it is considered that all your UI modules are synchronized with the relased stripes version, and you have also updated your UI modules to their respective major/minor version.

...

At this point the modules are ready to be released

Release process:

Important note: Its mandatory that the stripes-erm-components needs to be the first modules that has to be released. This is because all the other UI modules have a dependency on it and the build will fail for them if they can't find the expected stripes-erm-components version from the https://repository.folio.org/#browse/browse:npm-folio repository.

...