Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](react-native-device-info/react-native-device-info@v8.7.1...v9.0.0) (2022-06-02)

* fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419) ([3bd6f88](react-native-device-info/react-native-device-info@3bd6f88)), closes [#1419](react-native-device-info/react-native-device-info#1419)

### BREAKING CHANGES

* needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32
  • Loading branch information
wdavis122 committed Jun 2, 2022
1 parent fd41d52 commit eded738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [9.0.0](https://github.com/react-native-device-info/react-native-device-info/compare/v8.7.1...v9.0.0) (2022-06-02)


* fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419) ([3bd6f88](https://github.com/react-native-device-info/react-native-device-info/commit/3bd6f8803f092a5f228e39c53c53e75ea3115452)), closes [#1419](https://github.com/react-native-device-info/react-native-device-info/issues/1419)


### BREAKING CHANGES

* needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32

## [8.7.1](https://github.com/react-native-device-info/react-native-device-info/compare/v8.7.0...v8.7.1) (2022-04-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-device-info",
"version": "8.7.1",
"version": "9.0.0",
"description": "Get device information using react-native",
"react-native": "src/index.ts",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit eded738

Please sign in to comment.