Skip to content

fix: Remove form tracking plugin and add autopublish to npm

Ankit Panchal requested to merge ankit.panchal/remove-form-tracking into main

#31 (closed) #12 (closed)

Removed form tracking plugin and added autopublish support for npm .

It will decide on next version based on commit message.

Commit message Release type
fix(pencil): stop graphite breaking when too much pressure applied Patch
feat(pencil): add 'graphiteWidth' option Minor
perf(pencil): remove graphiteWidth option

BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
Major : Breaking Release
(Note that the BREAKING CHANGE: token must be in the footer of the commit)

Reference - https://docs.gitlab.com/ee/ci/examples/semantic-release.html#configure-semantic-release

We have added similar change in Node SDK gl-application-sdk-node!2 (merged)

Merge request reports