@record-evolution/widget-gauge 1.7.35 → 1.7.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/widget-gauge.js +260 -228
- package/dist/widget-gauge.js.map +1 -1
- package/package.json +6 -2
- package/src/widget-gauge.ts +118 -61
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ npm run types
|
|
|
64
64
|
npm run release
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
Note that `npm run release`
|
|
67
|
+
Note that `npm run release` bumps the patch version. For a minor or major bump use `npm run release:minor` or `npm run release:major` — do not hand-edit the version in `package.json`, since the release preflight requires a clean working tree.
|
|
68
68
|
|
|
69
69
|
After the version tag has been successfully published to github, our github action kicks in and creates a release on github and publishes the release on npm as well.
|
|
70
70
|
|