@unicef-polymer/etools-app-selector
v5.0.3
Published
App selector menu
Maintainers
Keywords
Readme
<etools-app-selector>
Etools App selector menu
Internationalization
languageproperty is initialized from window.EtoolsLanguage- the component also listems to the
language-changedevent
Linting the code
Install local npm packages (run npm install)
Then just run the linting task
$ npm run lintCircle CI
Package will be automatically published after tag push (git tag 1.2.3 , git push --tags). Tag name must correspond to SemVer (Semantic Versioning) rules.
Examples:
| Version match | Result |
| ------------------ | -------- |
| 1.2.3 | match |
| 1.2.3-pre | match |
| 1.2.3+build | match |
| 1.2.3-pre+build | match |
| v1.2.3-pre+build | match |
| 1.2 | no match |
You can see more details here
