- Provides the UI components to list notifications.
- WARNING: Before committing please run
yarn
so thedist
package gets updated!
- Bump the
package.json
version. - Update CHANGELOG.md with changes.
- Merge to Master branch: the pipeline will deploy your new version in https://www.npmjs.com/package/epersonam-notification-client
note: during a PR, the pipeline checks if you did update both CHANGELOG.md
and package.json
. If not gives an error.
- Bump the
package.json
version. - Update CHANGELOG.md with changes.
- Publish to NPM registry:
1. Login to NPM:
npm login
. 2. Publish to NPM:npm publish
Run the following, also whenever you want to update to latest version as we currently don't go with npm registry.
yarn add epersonam-notification-client
Node version: v14.15.4
Build in this project with 'yarn'
Copy and paste new generated /dist/index.js inside node_modules/ of your project