microfrontends
/
2.86.0
microfrontends 2.86.0
Install from the command line:
Learn more about npm packages
$ npm install @harness/microfrontends@2.86.0
Install via package.json:
"@harness/microfrontends": "2.86.0"
About this version
This package is used in Next Gen UI and across microfrontends for type definitions.
- Make the required changes.
- Bump up the version in
src/microfrontends/package.json
according to changes made. Please follow SemVer. - Get it merged to develop branch.
- Package will be autopublished once the changes are merged to develop branch.
Note: For development purposes publish packages with
alpha
,beta
or corresponding tags.
For development purposes useyalc
and publish a beta version only if necessary. Use pipeline mentioned below to createalpha
,beta
versions (Pipeline reads version fromsrc/microfrontends/package.json
, make sure to update it before running pipeline).
Pipeline for publishing types - Harness