diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a8ea0c7..5d92d8588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # OverReact Changelog +## 5.4.3 +- [#966] Revert #964 (an attempt to fix `manageAndReturnTypedDisposable` typing) +- [#969] Use a `dart_dependency_validator.yaml` config file +- [#973] React 18 Prep + - Bumps the minimum Dart SDK from `2.17.0` to `2.19.0` +- [#974] Fix fragment type check assert + ## 5.4.2 - [#964] Fix bad override of `manageAndReturnTypedDisposable` caused by w_common 3.3.0 diff --git a/pubspec.yaml b/pubspec.yaml index b2c86733e..f59d811d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 5.4.2 +version: 5.4.3 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 6cc1194f5..c904a1240 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.4.2 + over_react: 5.4.3 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0