Skip to content

Commit 3c29153

Browse files
chore(master): release 9.0.0 (#1038)
1 parent 4e463d3 commit 3c29153

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## [9.0.0](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.6.0...v9.0.0) (2026-03-16)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* **android:** remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props ([#1039](https://github.com/react-native-datetimepicker/datetimepicker/issues/1039))
13+
14+
### Features
15+
16+
* **android:** remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props ([#1039](https://github.com/react-native-datetimepicker/datetimepicker/issues/1039)) ([4e463d3](https://github.com/react-native-datetimepicker/datetimepicker/commit/4e463d3fedf8e012e3349990351e1faae061bbe7))
17+
18+
19+
### Bug Fixes
20+
21+
* **android:** material date picker off by one day ([#1031](https://github.com/react-native-datetimepicker/datetimepicker/issues/1031)) ([2577e71](https://github.com/react-native-datetimepicker/datetimepicker/commit/2577e7117a78f275a17b971278c76fcdd01ad2e6))
22+
723
## [8.6.0](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.5.1...v8.6.0) (2026-01-06)
824

925

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

0 commit comments

Comments
 (0)