We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e570d8 commit bab162dCopy full SHA for bab162d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 15.5.1
4
+- [fix] Adjust `small` variant height to be 36px ([#892](https://github.com/airbnb/react-dates/pull/892))
5
+
6
## 15.5.0
7
- [new] Add `small` variant ([#891](https://github.com/airbnb/react-dates/pull/891))
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-dates",
- "version": "15.5.0",
+ "version": "15.5.1",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
0 commit comments