From 203df2c9409f580fd63eeacd4f80d70c2741bd4f Mon Sep 17 00:00:00 2001 From: lauren Date: Thu, 15 May 2025 10:34:11 -0400 Subject: [PATCH] [compiler] Update changelog for 19.1.0-rc.2 (#33207) Update the changelog. --- compiler/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/CHANGELOG.md b/compiler/CHANGELOG.md index 022d066b22..32e21efba0 100644 --- a/compiler/CHANGELOG.md +++ b/compiler/CHANGELOG.md @@ -1,3 +1,9 @@ +## 19.1.0-rc.2 (May 14, 2025) + +## babel-plugin-react-compiler + +* Fix for string attribute values with emoji [#33096](https://github.com/facebook/react/pull/33096) by [@josephsavona](https://github.com/josephsavona) + ## 19.1.0-rc.1 (April 21, 2025) ## eslint-plugin-react-hooks