Skip to content

Commit f4898d9

Browse files
Merge pull request #983 from Workiva/release_over_react_5.4.5
RM-326642 RM-326641 Release over_react 5.4.5
2 parents 6c98570 + ba9e85a commit f4898d9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Update analyzer dependency to `>=5.13.0 <8.0.0` (allow v8)
55
- Update dart_style dependency to `>=2.0.0 <4.0.0` (allow v3)
66
- Pub package tarball: exclude documentation image files, optimizing download size from ~5.9MB to ~1.3MB
7+
- Consume react-dart 7.3.0 (React 18 compatible)
78

89
## 5.4.4
910
- [#972] Generate parts even when there are analysis warnings/errors in the source file's unresolved AST

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 5.4.4
2+
version: 5.4.5
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
environment:

tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4
16+
over_react: 5.4.5
1717
path: ^1.5.1
1818
source_span: ^1.7.0
1919
yaml: ^3.0.0

0 commit comments

Comments
 (0)