Skip to content

Commit

Permalink
Merge pull request #734 from Workiva/release_over_react_4.2.9
Browse files Browse the repository at this point in the history
RM-133131 RM-133130 Release over_react 4.2.9
  • Loading branch information
rmconsole3-wf authored Feb 15, 2022
2 parents 4652fcc + e4b64c2 commit 1b122eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OverReact Changelog

## [4.2.9](https://github.com/Workiva/over_react/compare/4.2.8...4.2.9)

- [#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.

## [4.2.8](https://github.com/Workiva/over_react/compare/4.2.7...4.2.8)

- [#729] Raise built_value lower bound to `^8.0.0`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react
version: 4.2.8
version: 4.2.9
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
environment:
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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: 4.2.8
over_react: 4.2.9
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
source_span: ^1.7.0
Expand Down

0 comments on commit 1b122eb

Please sign in to comment.