anarock-widgets 1.0.374 → 1.0.376

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anarock-widgets",
3
- "version": "1.0.374",
3
+ "version": "1.0.376",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -471,6 +471,6 @@ git push origin main --tags
471
471
 
472
472
  <!-- Direct command for build -->
473
473
 
474
- git add . && git commit -m "changes in widgets" && git push && npm version patch && git push origin main --tags
475
474
 
476
- npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git push
475
+
476
+ npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git pushgit add . && git commit -m "changes in widgets" && git push && npm version patch && git push origin main --tags