0.2.4 • Published 6 years ago

@tumblbug/style-guide v0.2.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 years ago

Tumblbug Living Style Guide

Principles, guidelines and assets for designing and building Tumblbug products.

Deployment

To reflect changes to production, it is not enough to merge into master. The version field inside package.json must be upgraded according to semver principles. To summarize:

  • If a small change or fix was performed that does not affect backwards compatibility, use npm version patch.
  • If new functionality was added and backward compatibility is ensured, use npm version minor.
  • If changes that may break backward compatibility were introduced, use npm version major.

After running one of these commands, run npm publish to publish the new version. The changes will get propagated into production the next time web-client gets deployed.

Note that you must log into npm using npm login to be able to do this. Ask someone for our login credentials.

0.2.4

6 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago