Skip to content

Commit 3b9759d

Browse files
authoredNov 1, 2023
Update package.json (#526)
1 parent 4063332 commit 3b9759d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 9.0.0
2+
3+
##### Breaking Changes
4+
5+
- Moved `react-native-picker` to peerDependencies and upgraded to ^2.4.0 (#523)
6+
7+
---
8+
19
## 8.1.0
210

311
##### New

‎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": "8.1.0",
3+
"version": "9.0.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)
Please sign in to comment.