Skip to content

Commit 8e30a9f

Browse files
authored
Merge pull request #744 from Workiva/release_over_react_4.3.0
RM-133604 RM-133603 Release over_react 4.3.0
2 parents 30500f9 + 4fda9a2 commit 8e30a9f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/Workiva/over_react/compare/4.2.9...4.3.0)
4+
5+
- [#742] Update AriaPropsMixin
6+
- [#737] Temporarily disable the mockito builder for better build perf
7+
- [#741] Replace deprecated commands with new dart commands
8+
39
## [4.2.9](https://github.com/Workiva/over_react/compare/4.2.8...4.2.9)
410

511
- [#733] Update SafeRenderManager to not be retained by the React tree it renders, to aid in memory leak testing. Outside of that context, this change has negligible effects.

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: 4.2.9
2+
version: 4.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
@@ -12,7 +12,7 @@ dependencies:
1212
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1313
# so that it always resolves to the same version of over_react that the user has pulled in,
1414
# and thus has the same boilerplate parsing code that's running in the builder.
15-
over_react: 4.2.9
15+
over_react: 4.3.0
1616
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
1717
path: ^1.5.1
1818
source_span: ^1.7.0

0 commit comments

Comments
 (0)