Skip to content

Commit 573ffda

Browse files
Merge pull request #611 from lawnstarter/release-please--branches--master--components--react-native-picker-select
build(release): release 9.3.0
2 parents 4626a4e + 7ba73ea commit 573ffda

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.2.0"
2+
".": "9.3.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.3.0](https://github.com/lawnstarter/react-native-picker-select/compare/v9.2.0...v9.3.0) (2024-08-12)
4+
5+
6+
### Features
7+
8+
* apply custom styling to active dropdown item ([#609](https://github.com/lawnstarter/react-native-picker-select/issues/609)) ([4626a4e](https://github.com/lawnstarter/react-native-picker-select/commit/4626a4e595c2143020771dbb2fc7838dee8daa83)), closes [#608](https://github.com/lawnstarter/react-native-picker-select/issues/608)
9+
310
## [9.2.0](https://github.com/lawnstarter/react-native-picker-select/compare/v9.1.3...v9.2.0) (2024-07-26)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-picker-select",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",
55
"license": "MIT",
66
"author": "Michael Lefkowitz <[email protected]>",

0 commit comments

Comments
 (0)