We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1964b commit 78c20b6Copy full SHA for 78c20b6
CHANGELOG.md
@@ -4,9 +4,9 @@
4
- [] ([#](https://github.com/airbnb/react-dates/pull/))
5
-->
6
7
-## [Unreleased]
8
-- [fix] Fix date selection in the SDP ([#1530])
9
-
+## 20.2.0
+- [fix] Fix date selection in the SDP ([#1530](https://github.com/airbnb/react-dates/pull/1530))
+- [new] Add explicit aria label props ([#1594](https://github.com/airbnb/react-dates/pull/1594))
10
11
## 20.1.0
12
- [new] Add `renderKeyboardShortcutsButton` prop ([#1576](https://github.com/airbnb/react-dates/pull/1576))
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dates",
3
- "version": "20.1.0",
+ "version": "20.2.0",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
0 commit comments