1.0.4 • Published 3 years ago

@apisuite/apisuite-common-components v1.0.4

Weekly downloads
7
License
MPL-2.0
Repository
github
Last release
3 years ago

APISuite Common Components

Install

npm i @apisuite/apisuite-common-components --save

Developing

Create the new component, create the stories and visualize it with storybook.

npm i
npm run storybook

Build

To build the package manually run

npm run build

or, to watch the project for changes and rebuilding it:

npm run build:watch

Release a new version

To release a new version use npm's version command.

For instance, to create a patch release, run:

npm version patch

This will build the project, increment the version's patch field, commit these new changes and tag the commit.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-2

3 years ago