Skip to content

Commit

Permalink
Bump 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Aug 22, 2022
1 parent 5c193a9 commit 9f26912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/react-day-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v8.1.2

- fix: do not focus disabled or hidden days by [@gpbl](https://github.com/gpbl) in [#1519](https://github.com/gpbl/react-day-picker/pull/1519)

### v8.1.1

- fix: prevent focus from moving beyond `toDate` and `fromDate`, by [@kimamula](https://github.com/kimamula) in [#1468](https://github.com/gpbl/react-day-picker/pull/1468)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-day-picker",
"version": "8.1.1",
"version": "8.1.2",
"description": "Customizable Date Picker for React",
"author": "Giampaolo Bellavite <[email protected]>",
"homepage": "http://react-day-picker.js.org",
Expand Down

0 comments on commit 9f26912

Please sign in to comment.