Skip to content

Commit 83cc6be

Browse files
author
Maja Wichrowska
committed
Version 15.5.0
1 parent d9c21a7 commit 83cc6be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 15.5.0
4+
- [new] Add `small` variant ([#891](https://github.com/airbnb/react-dates/pull/891))
5+
36
## 15.4.0
47
- [fix] Set font sizes according to theme variable ([#885](https://github.com/airbnb/react-dates/pull/885))
58
- [new] Add `verticalSpacing` prop ([#883](https://github.com/airbnb/react-dates/pull/883))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dates",
3-
"version": "15.4.0",
3+
"version": "15.5.0",
44
"description": "A responsive and accessible date range picker component built with React",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)