react-iro-gradient-picker 1.4.2 → 1.4.4
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/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-iro-gradient-picker",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.4",
|
4
4
|
"description": "Modern React gradient and solid color picker with complete dark theme support, built with TypeScript and Tailwind CSS",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"deploy": "gh-pages -d storybook-static/",
|
57
57
|
"release": "npm run test && release-it",
|
58
58
|
"build-storybook": "storybook build",
|
59
|
-
"version:patch": "npm run deploy && npm version patch && npm publish",
|
59
|
+
"version:patch": "npm run build && npm run deploy && npm version patch && npm publish",
|
60
60
|
"version:minor": "npm run deploy && npm version minor && npm publish",
|
61
61
|
"version:major": "npm run deploy && npm version major && npm publish"
|
62
62
|
},
|