Skip to content

Commit 6884cd8

Browse files
authored
Merge pull request #938 from Workiva/release_over_react_5.3.0
RM-276972 RM-276971 Release over_react 5.3.0
2 parents f0cbabb + 57f2c5f commit 6884cd8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OverReact Changelog
22

3+
## 5.3.0
4+
- [#937] Use and export a new, [more expressive typedef for `Object?` called `ReactNode`](https://github.com/Workiva/react-dart/pull/384)
5+
36
## 5.2.1
47
- [#934] Tighten dependency ranges following null-safety release
58
- [#935] Docs: update null safety migration guide with required props codemod instructions

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.2.1
2+
version: 5.3.0
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.2.1
16+
over_react: 5.3.0
1717
path: ^1.5.1
1818
source_span: ^1.7.0
1919
yaml: ^3.0.0

0 commit comments

Comments
 (0)