0.14.0 • Published 2 months ago

epersonam-notification-client v0.14.0

Weekly downloads
51
License
GNU GPLv3
Repository
bitbucket
Last release
2 months ago

Notification Client

Provides the UI components to list notifications.

WARNING: Before committing please run yarn so the dist package gets updated!

Publish

  1. Bump the package.json version.
  2. Update CHANGELOG.md with changes.
  3. 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.

Manual Publish (old way, deprecated)

  1. Bump the package.json version.
  2. Update CHANGELOG.md with changes.
  3. Publish to NPM registry:
    1. Login to NPM: npm login.
    2. Publish to NPM: npm publish

Install

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

Work locally

If you want to avoid deploying this repo everytime you need to test a change you can use the local version of the npm package.

Old method

1) Each time you change this project you have to hit yarn 2) on the client run something like yarn add file:../epersonam-notification-client

New method

(see: https://classic.yarnpkg.com/en/docs/cli/link/)

1) Run from this project yarn link 2) Go to project where notification-client is used (i.e.: epersonam) and run yarn link "epersonam-notification-client": this action will cause that project too use the local copy of the package, instead of the one versioned and published from remote repo. 3) When finished, just run yarn unlink "epersonam-notification-client.

0.14.0

2 months ago

0.13.0

1 year ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

4 years ago

0.7.8

4 years ago

0.7.7

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago