From 44857ad33a184dfad1198cb5c871616e3c233475 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 7 Oct 2024 21:33:30 +0000 Subject: [PATCH 1/2] react-dart_7.2.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index be66f6be..b5dd2a74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react -version: 7.1.3 +version: 7.2.0 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: From 98b3490125969fb9d94accde89e74c1fe036a3fc Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Mon, 7 Oct 2024 14:35:21 -0700 Subject: [PATCH 2/2] Update changelog for 7.2.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f04c1c8..a133ce0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 7.2.0 +- Add Dart wrapper for React [lazy](https://react.dev/reference/react/lazy) + ## 7.1.3 - Internal release tooling changes