Skip to content

Commit 5b48389

Browse files
committed
1.9.0
1 parent 6ffb66d commit 5b48389

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@reason-react-native/picker`
22

3+
## 1.9.0 - 2020-11-07
4+
5+
- Add `dropdownIconColor` prop
6+
37
## 1.3.0 - 2020-04-02
48

59
Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reason-react-native/picker",
3-
"version": "1.3.0",
3+
"version": "1.9.0",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"@react-native-community/picker": "^1.3.0"
8+
"@react-native-community/picker": "^1.9.0"
99
},
1010
"repository": "https://github.com/reason-react-native/picker.git",
1111
"license": "MIT",

0 commit comments

Comments
 (0)