Skip to content

Commit

Permalink
chore: update dependencies, prepare CHANGELOG for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jul 28, 2019
1 parent b1bd802 commit f8af8e2
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Next

### 2.3.1
* fix: add Huawei P30 devices to isNothc list (https://github.com/react-native-community/react-native-device-info/pull/734)

### 2.3.0
* feat: AndroidX support (backwards/forwards compatible) (https://github.com/react-native-community/react-native-device-info/pull/733)
* fix: isTablet() Android using Google-recommended / robust style (https://github.com/react-native-community/react-native-device-info/pull/730)
Expand Down
134 changes: 116 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"devDependencies": {
"@react-native-community/eslint-config": "0.0.5",
"eslint": "^6.1.0",
"flow-bin": "^0.102.0",
"flow-bin": "^0.104.0",
"husky": "^3.0.1",
"lint-staged": "^9.2.0",
"lint-staged": "^9.2.1",
"np": "^5.0.3",
"prettier": "^1.18.2",
"react": "^16.8.3",
Expand Down

0 comments on commit f8af8e2

Please sign in to comment.