Skip to content

Commit 61b769c

Browse files
build(release): release 9.3.1
1 parent 3fbe1cf commit 61b769c

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.3.0"
2+
".": "9.3.1"
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.3.1](https://github.com/lawnstarter/react-native-picker-select/compare/v9.3.0...v9.3.1) (2024-08-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** add prop testID to index.d.ts ([#605](https://github.com/lawnstarter/react-native-picker-select/issues/605)) ([3fbe1cf](https://github.com/lawnstarter/react-native-picker-select/commit/3fbe1cfa7681988bc6edb1f020be726c76269041))
9+
310
## [9.3.0](https://github.com/lawnstarter/react-native-picker-select/compare/v9.2.0...v9.3.0) (2024-08-12)
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.3.0",
3+
"version": "9.3.1",
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)