Skip to content

Commit 78c20b6

Browse files
committed
Version 20.2.0
1 parent 5f1964b commit 78c20b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- [] ([#](https://github.com/airbnb/react-dates/pull/))
55
-->
66

7-
## [Unreleased]
8-
- [fix] Fix date selection in the SDP ([#1530])
9-
7+
## 20.2.0
8+
- [fix] Fix date selection in the SDP ([#1530](https://github.com/airbnb/react-dates/pull/1530))
9+
- [new] Add explicit aria label props ([#1594](https://github.com/airbnb/react-dates/pull/1594))
1010

1111
## 20.1.0
1212
- [new] Add `renderKeyboardShortcutsButton` prop ([#1576](https://github.com/airbnb/react-dates/pull/1576))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dates",
3-
"version": "20.1.0",
3+
"version": "20.2.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)