0.0.2 • Published 6 years ago
@cocolist/thumbprint-tokens v0.0.2
Thumbprint Tokens
Design variables that power Thumbtack’s UI.
Thumbprint Tokens are published as JavaScript, SCSS, Swift, and Kotlin.
| Platform | Languages | Package |
|---|---|---|
| Web | React & SCSS | |
| iOS | Swift | |
| Android | Kotlin |
Releasing
- Run
git checkout master && git pullto get the latest changes. - Add the new version number to the
CHANGELOG.md. - Commit the changes on
masterwithgit add CHANGELOG.md && git commit -m "Preparing for release." - Run
yarn release.