ui 1.10.3
Install from the command line:
Learn more about npm packages
$ npm install @the-control-group/ui@1.10.3
Install via package.json:
"@the-control-group/ui": "1.10.3"
About this version
UI kit for pubrec products, built on React
To see documentation, navigate here: https://the-control-group.github.io/ui/
This package does not come transpiled - the importing library is responsible for setting proper browser targets and transpilation options.
- Make a new branch called
release/x.x.x
for the version number - run
npm version <major|minor|patch>
to automatically updatepackage.json
,package-lock.json
, and create a git tag - be sure to push the branch with the
--tags
option - after merging into
master
, create a new release from the pushed tag and GitHub actions will publish tonpm
and GH package registry