anarock-widgets 1.0.405 → 1.0.406

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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anarock-widgets",
3
- "version": "1.0.405",
3
+ "version": "1.0.406",
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
@@ -9,4 +9,4 @@ git push origin main --tags
9
9
 
10
10
  git add . && git commit -m "changes in widgets" && git push && npm version patch && git push origin main --tags
11
11
 
12
- npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git push
12
+ npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git push