Skip to content

Commit 59f5302

Browse files
chore(master): release 8.4.6 (#1017)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08db857 commit 59f5302

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
Please see the [releases page](https://github.com/react-native-community/datetimepicker/releases)
66

7+
## [8.4.6](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.4.5...v8.4.6) (2025-10-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **ios:** avoid min&gt;max date picker crash ([#1009](https://github.com/react-native-datetimepicker/datetimepicker/issues/1009)) ([08db857](https://github.com/react-native-datetimepicker/datetimepicker/commit/08db8575d7167d03a8aa2aeaade84957f2ddc0ba))
13+
714
### 2.6.0
815

916
- Add time picker for Windows [#206](https://github.com/react-native-community/datetimepicker/pull/206)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/datetimepicker",
3-
"version": "8.4.5",
3+
"version": "8.4.6",
44
"description": "DateTimePicker component for React Native",
55
"main": "./src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)