@hx-mprecelle/fe-cr-component
v2.78.1
Published
Henry Common Web Components
Readme
After installation
run "npx husky install"
In order to run storybook with npm8 you need to do it with legacy mode
npm run storybook --legacy-peer-deps=trueVersioning
Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backwards compatible manner PATCH version when you make backwards compatible bug fixes Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
https://semver.org/
step to publish (until we have the flow automated)
1 - Change the name for the new version 2 - npm run buil 3 - npm login (if you are not logged in)
4 - npm pack to create the new build and test it locally with npm link 5 - once it is everything ok, npm publish so you can publish the new version
the publishin versions with semantic-release/
