Datadog react integration used by Truepill Vpharm 🚀.
This package is published to Github Packages using Semantic Release/Semver
Depending on the type of your change, you need to follow the following commit message styles:
feat: add tracking for cart button press
| Commit message | Release type |
|---|---|
fix(pencil): stop graphite breaking when too much pressure applied |
|
feat(pencil): add 'graphiteWidth' option |
|
perf(pencil): remove graphiteWidth optionBREAKING CHANGE: The graphiteWidth option has been removed.The default graphite width of 10mm is always used for performance reasons. |
(Note that the BREAKING CHANGE: token must be in the footer of the commit) |
Note: You should at all time avoid breaking changes where possible.
The fork we were using didn't work with pnpm. This fixes an issue installing the original module via pnpm by removing webpack entirely.