Skip to content

@edx/frontend-enterprise-logistration@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 16:44
· 129 commits to master since this release

2.0.0 (2022-04-14)

⚠ BREAKING CHANGES

  • The Open edX platform is collectively moving towards Node 16. By doing so in this repository, we can now use NPM workspaces in place of Lerna in many places. Lerna is still used for publishing to NPM, updating CHANGELOGs and package.json files upon released. But NPM workspace commands can now be used instead of Lerna commands for the developer experience, which is more performant, easier to reason about, and natively supported by NPM.

  • Node 16 upgrade and peer dependency cleanup (#250) (d4e3caf), closes #250