1.2.2 • Published 7 years ago

@macpaw/setapp-ui-kit v1.2.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 years ago

Setapp Ui-kit

Contributing guide

  1. Create feature branch and perform changes.
  2. Push changes to the origin and create pull-request.
  3. After pull-request merging update local master.
  4. Bump version and add a tag (for example using npm version).
  5. Push changes to the origin.
  6. Publish new version to NPM.

Versioning rules

  • patch - new features and non-breaking fixes for existing ones. Does not require related projects updating
  • minor - breaking changes that require related projects updating
  • major - reserved for major updates

Testing in related projects

There is a way to test new version of UI-kit without publishing it to NPM: 1. Execute npm link inside UI-kit project root. 2. Execute npm link @macpaw/setapp-ui-kit inside related project's root. 3. Rebuild related project if needed.

Scripts

  • npm test - build theme and open demo in browser
  • npm start - same as npm test but with watching for .scss files changes
1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago