0.0.2-20 • Published 6 years ago

@debijenkorf/ui-help v0.0.2-20

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

React components for deBijnenkorf

React components

Usage

npm install @debijenkorf/{ name of component} --save

-- storybook -- jest

List of the components:

-- ui-help

Making a release

Two steps process:

# make sure you start clean
git checkout master
git fetch origin master
git pull origin master

# create your release branch
git checkout -b prerelease/v{my release tag}

# use the appropriate npm script `release:*`, here we are going for a minor release
# it will:
# - update package.json
# - create the tag
# - push changes to github
npm run release:prerelease

then create the PR in github, wait for it to be merged to master, then:

# make sure you start clean
git checkout master
git fetch origin master
git pull origin master

# publish to npm
# It will:
# - Push module to npm
# - Clear the lib folder
npm run release:publish
0.0.2-20

6 years ago

0.0.2-19

6 years ago

0.0.2-17

6 years ago

0.0.2-16

6 years ago

0.0.2-15

6 years ago

0.0.2-14

6 years ago

0.0.2-13

6 years ago

0.0.2-12

6 years ago

0.0.2-11

6 years ago

0.0.2-10

6 years ago

0.0.2-9

6 years ago

0.0.2-8

6 years ago

0.0.2-7

6 years ago

0.0.2-6

6 years ago

0.0.2-3

6 years ago