Versions Compared

Key

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

...

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.

Next steps:

1) Run yarn lint acrosss all the modules and make sure there are no liniting errors or warnings.

2) Run yarn test across Run yarn test across all the modules and make sure there are no test failures locally

...

4) Go through all the dependencies in the package.json and see if all of them are updated (Note: Each of the erm UI modules depends on stripes-erm-components, so its important that each of those modules is dependent on   the the version of stripes-erm-components that is going to be released)

...