Skip to content

Commit 74a3790

Browse files
committed
Version 19.0.4
1 parent 9c878ad commit 74a3790

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

7+
## 19.0.4
8+
- [fix] Added `selected` aria label to dates in the selected range ([#1555](https://github.com/airbnb/react-dates/pull/1555))
9+
710
## 19.0.3
811
- [fix] Fix date selection in the SDP ([#1540](https://github.com/airbnb/react-dates/pull/1540))
912

package.json

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

0 commit comments

Comments
 (0)