Skip to content

Commit 99d6bfa

Browse files
Update CHANGELOG.md (#539)
1 parent 4901928 commit 99d6bfa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 9.0.1
2+
3+
##### Bugfix
4+
5+
- Correct types for PickerStyle interface (#528)
6+
- Fix Icon prop type (#529)
7+
18
## 9.0.0
29

310
##### Breaking Changes

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.0.0",
3+
"version": "9.0.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)