From 5cc8ceeae210f2f23ef18ded7b7b614682f0d67b Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Thu, 8 Jun 2023 21:53:05 -0700 Subject: [PATCH] add 0.71.9 and 0.71.10 changelog (#37760) Summary: Adds changelog for new patch. ## Changelog: [Internal] [Changed] - add changelog entry for 0.71.9 and 0.71.10 Pull Request resolved: https://github.com/facebook/react-native/pull/37760 Test Plan: N/A Reviewed By: NickGerleman, cipolleschi Differential Revision: D46525847 Pulled By: lunaleaps fbshipit-source-id: 044e6c9f62db29c26754ab6981adf5cbeabf67b1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fff0ce8b372a..2e57237ddd9f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.71.10 + +### Fixed + +#### Android specific + +- Bump RNGP to 0.71.19 ([3be3a7d1a2](https://github.com/facebook/react-native/commit/3be3a7d1a2840a045892ddd8e5f2263028e15127) by [@kelset](https://github.com/kelset)) + - contains: RNGP dependency substitutions for fork with different Maven group ([012e4bd654](https://github.com/facebook/react-native/commit/012e4bd654f1eee2b00a066ba50a7f9c44cc305b) by [@douglowder](https://github.com/douglowder)) + +## v0.71.9 + +### Fixed + +- VirtualizedList scrollToEnd with no data ([98009ad94b](https://github.com/facebook/react-native/commit/98009ad94b92320307f2721ee39dbeb9152c0a58) by [@Andarius](https://github.com/Andarius)) +- Allow string `transform` style in TypeScript ([2558c3d4f5](https://github.com/facebook/react-native/commit/2558c3d4f56776699602b116aff8c22b8bfa176a) by [@NickGerleman](https://github.com/NickGerleman)) +- Fix autoComplete type for TextInput ([94356e14ec](https://github.com/facebook/react-native/commit/94356e14ec0562a1fd5a208d93021f102ba9565e) by [@iRoachie](https://github.com/iRoachie)) + ## v0.71.8 ### Fixed