2.0.0 • Published 2 years ago

@moneyforward/cloud-react-ui v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@moneyforward/cloud-react-ui

UI components for Money Forward Cloud built with React.

GitHub license npm version deploy Storybook to GitHub Pages test with GitHub Actions

Component Catalog(Storybook)

https://moneyforward.github.io/cloud-react-ui/

Contributing

npm install
npm run storybook

Versioning

We use semantic-release, and semantic-release uses Angular Commit Message Conventions. We restrict commit message to Conventional Commits using commitlint and husky.

example:

Commit messageRelease typeVersioning
fix: stop graphite breaking when too much pressure appliedPatch Fix Releasev1.0.0 -> v1.0.1
feat: add 'graphiteWidth' optionMinor Feature Releasev1.0.0 -> v1.1.0
perf: remove graphiteWidth optionBREAKING CHANGE: The graphiteWidth option has been removed.The default graphite width of 10mm is always used for performance reasons.Major Breaking Releasev1.0.0 -> v2.0.0
chore: update packagesNo Releasev1.0.0 -> v1.0.0

License

This project is licensed under the terms of the MIT license.