From 7b1f964e4726473b7f1c8b19cf3d5dcf647419ae Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 7 Oct 2024 21:55:13 +0000 Subject: [PATCH 1/2] over_react_5.4.0 --- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6c4002692..07c4b28ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 5.3.3 +version: 5.4.0 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 331e23ac3..eb0ff8bf9 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml # so that it always resolves to the same version of over_react that the user has pulled in, # and thus has the same boilerplate parsing code that's running in the builder. - over_react: 5.3.3 + over_react: 5.4.0 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0 From 85ac54e07f52cc1eb0764cbf9f6a80bca285b6da Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Mon, 7 Oct 2024 14:57:22 -0700 Subject: [PATCH 2/2] Update changelog for 5.4.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f820a047..69813644d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OverReact Changelog +## 5.4.0 +- [#941] Add Dart wrapper for React [lazy](https://react.dev/reference/react/lazy) +- [#952] Docs: fix diagram formatting in null safety migration guide + ## 5.3.3 - [#951] Internal CI fixes