We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c21a7 commit 83cc6beCopy full SHA for 83cc6be
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 15.5.0
4
+- [new] Add `small` variant ([#891](https://github.com/airbnb/react-dates/pull/891))
5
+
6
## 15.4.0
7
- [fix] Set font sizes according to theme variable ([#885](https://github.com/airbnb/react-dates/pull/885))
8
- [new] Add `verticalSpacing` prop ([#883](https://github.com/airbnb/react-dates/pull/883))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-dates",
- "version": "15.4.0",
+ "version": "15.5.0",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
0 commit comments