2.3.0 • Published 4 years ago

@react-force/utils v2.3.0

Weekly downloads
453
License
MIT
Repository
github
Last release
4 years ago

React Force

styled with prettier Travis Commitizen friendly

Foundational components for React applications

Live demo: https://nareshbhatia.github.io/react-force/

Build Process

Typical commits

Always do commits in conventional commit format. This step can be repeated any number of times during the development process.

git status
git add --all
yarn cz-commit # interactive conventional commit
git push

Release to NPM

# Make sure local build runs successfully
yarn build:local

# Detemine which packages have changed
yarn changed

# Go to each changed package.

# 1. Manually change the version number in package.json. Use semver.

# 2. Commit and push (see above)

# 3. Rebuild the package
yarn build:local

# 4. Release to npm
npm publish

# 5. Tag the release and push the tag to remote
2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago