@throttleup/esi-components
v1.22.4
Published
Reusable ESI React components for Upgraded Points.
Keywords
Readme
@throttleup/esi-components
Reusable ESI React components for Upgraded Points.
This library contains reusable components used by:
upgradedpoint-ts: uses this package at render/build time for reusable UI + compliance component logic/content.build-utils: uses this package in the fragment generation pipeline to produce/update ESI fragments consumed at the edge.
Used by
upgradedpoint-tsbuild-utils
Versioning rule
If you bump the version here, also bump it in:
upgradedpoint-tsbuild-utils
Use Semantic Versioning: semver.org
Publishing workflow
While working on a task (testing in upgradedpoint-ts)
- Set an RC version in
package.json(example:1.22.0-rc.0). - Run
npm run publish:dev.
After PR approval (stable release)
- Set the correct release version in
package.json. - Run
npm run publish:release.
