2.6.0 • Published 4 months ago
kemaro-common-components v2.6.0
KEMARO web-app common components
kemaro-common-components NPM package Some reusable components, hooks and interfaces are being maintained in the NPM package kemaro-common-components (allows sharing of components between apps)
In order to make changes / add components to the package, follow these steps:
- Clone this repository
- If you're not a package maintainer yet: create an NPM account and request an existing maintainer ("Who do I talk to?") to invite you as a package maintainer (write access)
- Implement your changes or add new elements (components, hooks, interfaces). If you add something new, make sure to export it in index.ts (project root)
- Update the package version number (increment minor version if no breaking changes, otherwise increment major version)
- If you're not logged in to npm yet, log in: npm login
- Prepare for publishing, check for errors, ensure only necessary files are included in the package: npm publish --dry-run
- this will also lint / build (see prepublishOnly in package.json, which runs before publishing)
- this will not yet publish to npmjs
- below Tarbal Contents, only files listed in package.json->files should be included
- If everything is okay, publish: npm publish check kemaro-common-components for the new version
- In order to get your changes in the micro-frontend projects, update to / install the new npm package version for kemaro-common-components (in package.json AND package-lock.json)
(the above instructions are mostly based on this tutorial, using npm install instead of yarn)
2.5.0
5 months ago
2.3.2
8 months ago
2.4.0
7 months ago
2.3.1
8 months ago
2.5.2
5 months ago
2.6.0
4 months ago
2.5.1
5 months ago
2.3.3
8 months ago
2.5.3
5 months ago
2.3.0
8 months ago
2.2.0
8 months ago
2.1.0
8 months ago
2.0.1
8 months ago
2.0.0
8 months ago
1.3.7
2 years ago
1.3.6
2 years ago
1.3.5
2 years ago
1.3.4
2 years ago
1.3.8
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
3 years ago
1.0.0
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago