0.0.5 • Published 11 months ago

@ocupop/ocuponents-fields v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Ocuponents - Fields

Set of formik fields developed by Ocupop.

How to Contribute

Link

Within this project run:

npm link

This will link the local package until you unlink it, or restart your machine.

Within a project you're working on, run

npm link @ocupop/ocuponents-fields

This will have two effects:

  • npm install will be run
  • link the package to the project under development.

Do work within this repository and run npm build to see the resulting changes

Each time you make changes run yarn build to rebuild the package

Unlink

To unlink you can either restart your computer, or simply run

npm unlink @ocupop/ocuponents-fields

How to Publish

--

Bumping versions we're using Semantic Versioning

npm version patch
# Bumps the patch number like 0.0.0 -> 0.0.1

npm version minor
# Bumps the patch number like 0.0.x -> 0.1.0

npm version major
# Bumps the patch number like 0.x.y -> 1.0.0

Useful Links

Other Ocupop Packages

0.0.5

11 months ago

0.0.4

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago