1.1.3-c • Published 7 months ago

@marketspark/ms-utils-and-interfaces v1.1.3-c

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

MS Shared Utils and Interfaces

utilities functions for and interfaces shared between MarketSpark's apps

Setup

yarn install

Contributing

  1. Create a new branch (git checkout -b feature/MS-* or checkout -b fix/MS-* or checkout -b hotfix/MS-*)
  2. Make your changes
  3. Commit your changes (git commit -am 'Add new feature')
  4. Bump version a. new feature === 1.0.0 => 1.1.0 b. fix/hotfix === 1.0.0 => 1.0.1
  5. Push to the branch
  6. Create a new Pull Request from feature branch => main

Publishing to NPM

  1. Merge feature => main
  2. Checkout main and git pull origin main
  3. git tag v1.0.0 (should match your PR version)
  4. git push origin
  5. Log into shared npm account under kylemarketspark
  6. npm publish
1.1.3-c

7 months ago

1.1.3-b

7 months ago

1.1.3-a

7 months ago

1.1.3

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago