@cling-se/widget

0.15.8 • Public • Published

Publish to @cling-se/widget

NPM directory - @cling-se/widget

Prerequisites

  1. Authenticated to NPM
  2. Publishing rights to @cling-se/widget

Publishing to NPM

Bumping the version

  • Stand on dev/master. Using dev is fine as long as the branch is stable.
  • Navigate to widget/package.json and change version according to semantic versioning (see table below)
  • Commit and push version change to dev/master
    • Commit message: chore(widget): bumps version to <version>

Publishing

  • Navigate to root and run "pnpm widget:publish"

    • If this step doesn't work due to windows paths or similar, and you're working directly in widget directory:
      • pnpm build
      • pnpm publish
  • If not publishing from master you will be prompted with a confirm dialog. Press yes if the dev branch is stable

  • Post a message in #cling-release-notes channel:

    New Cling Widget published <npmVersion>
    - Specify your changes in a bullet list
    

Resources and definitions

Semantic versioning definitions
Version Description
MAJOR When you make incompatible API changes. At the time of writing we only change this if we plan on long term maintainance of a version
MINOR When you add functionality in a backwards compatible manner.
PATCH When you make backwards compatible bug fixes.

/@cling-se/widget/

    Package Sidebar

    Install

    npm i @cling-se/widget

    Weekly Downloads

    949

    Version

    0.15.8

    License

    none

    Unpacked Size

    10.5 MB

    Total Files

    132

    Last publish

    Collaborators

    • stephanianevado
    • jonathan.h
    • maxantonsson
    • johansandmark
    • rang-cling