From 032873a84c0f73f83a3020f3d43cefb0b82488aa Mon Sep 17 00:00:00 2001 From: Alfonso Curbelo Date: Tue, 12 Mar 2024 09:18:08 -0700 Subject: [PATCH] Add missing commit to 0.72.12 changelog (#43434) Summary: ## Changelog: [INTERNAL] - Add missing commit to 0.72.12 changelog Pull Request resolved: https://github.com/facebook/react-native/pull/43434 Reviewed By: huntie Differential Revision: D54805620 Pulled By: tdn120 fbshipit-source-id: c3bc31842b57c85fa584894132015f9856086876 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33e687f5b..f56b93c3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -656,6 +656,8 @@ ### Fixed +- Fix component stacks for tsx, ts, and jsx files ([dd311c9782](https://github.com/facebook/react-native/commit/dd311c9782c9f4d0f9d98423de2ae71227a24a7d) by [@rickhanlonii](https://github.com/rickhanlonii)) + - Fix flags for new arch ([0724c2769a](https://github.com/facebook/react-native/commit/0724c2769a3dea8f7886c8c541ffb49ae5c045dc) by [@cipolleschi](https://github.com/cipolleschi)) ## v0.72.11