Skip to content

Commit adb08de

Browse files
committed
v3.1.2
1 parent 3f6be3c commit adb08de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<strong>Key features:</strong>
1111

12-
- Fully-featured package that is truly lightweight: <8 KB (gzipped)!
12+
- Fully-featured <em>AND</em> lightweight: approx. 7 KB (gzipped)!
1313
- Offers nearly all customization features found in [`react-select`](https://github.com/JedWatson/react-select), in a modern, functional design (inspired by react-select, you will find much of the API similar)
1414
- Extensible styling API with [`styled-components`](https://github.com/styled-components/styled-components)
1515
- Opt-in properties to make the component fully accessible

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-functional-select",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Micro-sized and micro-optimized select component for React.js",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)