We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76188e9 commit 30b1de1Copy full SHA for 30b1de1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-functional-select",
3
- "version": "4.0.1",
+ "version": "4.1.0",
4
"description": "Micro-sized and micro-optimized select component for React.js",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
@@ -120,7 +120,7 @@
120
"storybook": "start-storybook -c .storybook -p 9009 --no-manager-cache",
121
"build-storybook": "build-storybook -c .storybook -o storybook-static",
122
"lint": "eslint \"+(.storybook|__stories__|__tests__|config|src)/**/*.{ts,js}\"",
123
- "chromatic": "chromatic --force-rebuild --auto-accept-changes"
+ "chromatic": "chromatic --force-rebuild --auto-accept-changes --exit-zero-on-changes"
124
},
125
"dependencies": {
126
"@babel/runtime": "^7.20.6"
0 commit comments