@arameau/eau-material
v1.5.1
Published
A library made with Angular Material so that I can use angular material's components easier and faster in AramEau Projects
Downloads
23
Readme
EauMaterial
A library made with Angular Material so that I can use angular material's components easier and faster in AramEau Projects
Changing the library
To publish a new version you can either run the publish-library workflow directly from GitHub UI, or push changes to master. If you want to publish a new version by pushing changes to master you need to follow a commit convention so that the workflow knows what version is increasing (patch, minor or mayor). The commit convetion is the following:
fix(
patch|minor|mayor): Commit message here
If this convention is not used then the changes wont be published.
