rg-life-wheel-chart 0.1.2 → 0.1.3

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rg-life-wheel-chart",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A dynamic, customizable Life Wheel Chart component for React and Next.js",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -24,7 +24,8 @@
24
24
  "release": "standard-version",
25
25
  "prepublishOnly": "npm run type-check && npm run build",
26
26
  "publish:public": "npm publish --access public",
27
- "release:publish": "npm run release && npm run publish:public"
27
+ "release:publish": "npm run release && npm run publish:public",
28
+ "postpublish": "git push --follow-tags origin main"
28
29
  },
29
30
  "keywords": [
30
31
  "react",