From c143d8602087537f2fc89b1d50235e120907b8ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:26:03 +0000 Subject: [PATCH] chore(master): release 9.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d910cf5a..fd674b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Please see the [releases page](https://github.com/react-native-community/datetimepicker/releases) +## [9.0.0](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.6.0...v9.0.0) (2026-03-16) + + +### ⚠ BREAKING CHANGES + +* **android:** remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props ([#1039](https://github.com/react-native-datetimepicker/datetimepicker/issues/1039)) + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) + ## [8.6.0](https://github.com/react-native-datetimepicker/datetimepicker/compare/v8.5.1...v8.6.0) (2026-01-06) diff --git a/package.json b/package.json index 29eebded..bc069137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "8.6.0", + "version": "9.0.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",