Skip to content

Commit b28ddcc

Browse files
build(release): release 9.2.0
1 parent 408056c commit b28ddcc

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.1.3"
2+
".": "9.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.2.0](https://github.com/lawnstarter/react-native-picker-select/compare/v9.1.3...v9.2.0) (2024-07-26)
4+
5+
6+
### Features
7+
8+
* add prop dropdownItemStyle ([#600](https://github.com/lawnstarter/react-native-picker-select/issues/600)) ([b5f19ad](https://github.com/lawnstarter/react-native-picker-select/commit/b5f19ad02a7cb06d00dd681f54358d2a21712262))
9+
310
## [9.1.3](https://github.com/lawnstarter/react-native-picker-select/compare/v9.1.2...v9.1.3) (2024-04-01)
411

512

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-picker-select",
3-
"version": "9.1.3",
3+
"version": "9.2.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 <lefkowitz.michael@gmail.com>",

0 commit comments

Comments
 (0)