Skip to content

Commit b7d7a56

Browse files
chore(master): release 8.5.1 (#1027)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48e89d2 commit b7d7a56

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.5.1](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.5.0...v8.5.1) (2025-11-25)
8+
9+
10+
### Bug Fixes
11+
12+
* **ios:** internal picker state persisting with recycling ([#1026](https://github.com/react-native-datetimepicker/datetimepicker/issues/1026)) ([48e89d2](https://github.com/react-native-datetimepicker/datetimepicker/commit/48e89d2020b4b87552bc63a869e37db2376f94d2))
13+
714
## [8.5.0](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.4.7...v8.5.0) (2025-10-26)
815

916

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.5.0",
3+
"version": "8.5.1",
44
"description": "DateTimePicker component for React Native",
55
"main": "./src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)