@sorocraft/ui 1.2.68 → 1.2.75

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": "@sorocraft/ui",
3
- "version": "1.2.68",
3
+ "version": "1.2.75",
4
4
  "description": "UI Library by sorocraft.com",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -37,6 +37,7 @@
37
37
  "lint": "eslint src",
38
38
  "icons": "npx @svgr/cli --typescript --ignore-existing --jsx-runtime automatic --out-dir src/icons -- src/assets/icons",
39
39
  "pub": "git add . && git commit -m \"New version\" && git push origin master && npm version patch && npm run build && npm publish --access public",
40
+ "version:new": "npm version --no-git-tag-version patch && git add . && git commit -m \"bumped version\"",
40
41
  "prepare": "husky"
41
42
  },
42
43
  "author": "sorocraft.com",