1.18.0 • Published 1 year ago

@ar-elemnta/design-system-react-poc v1.18.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
1 year ago

Publishing

  1. Update the version of the package in the package.json file
  2. Before publishing the package, you need to create a new tag when changes have been made.
    • To create a new tag
    $ git tag -a @__VERSION__
    • To push newly created tag
    $ git push --tags
  3. Run $ npm run rollup (Run $ npm pack --dry-run to see the contents of the package without publishing it)
  4. Run $ npm publish --access public
  5. Upgrade the version of the project that needs the changes