File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+ ## 5.4.3
4+ - [ #966 ] Revert #964 (an attempt to fix ` manageAndReturnTypedDisposable ` typing)
5+ - [ #969 ] Use a ` dart_dependency_validator.yaml ` config file
6+ - [ #973 ] React 18 Prep
7+ - Bumps the minimum Dart SDK from ` 2.17.0 ` to ` 2.19.0 `
8+ - [ #974 ] Fix fragment type check assert
9+
310## 5.4.2
411- [ #964 ] Fix bad override of ` manageAndReturnTypedDisposable ` caused by w_common 3.3.0
512
Original file line number Diff line number Diff line change 11name : over_react
2- version : 5.4.2
2+ version : 5.4.3
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55environment :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
1313 # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1414 # so that it always resolves to the same version of over_react that the user has pulled in,
1515 # and thus has the same boilerplate parsing code that's running in the builder.
16- over_react : 5.4.2
16+ over_react : 5.4.3
1717 path : ^1.5.1
1818 source_span : ^1.7.0
1919 yaml : ^3.0.0
You can’t perform that action at this time.
0 commit comments