From 6e2bd35fc93b5c767e2cfde6c311e8bd12af361e Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 4 Aug 2021 16:18:38 +0000 Subject: [PATCH 1/2] over_react_4.1.3 --- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 877509341..4e9182bab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.1.2 +version: 4.1.3 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 1dc5b2ed8..10a2af4af 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -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.1.2 + over_react: 4.1.3 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 From 90997644ec2d1332a15f5be01da2ca67f2c92e96 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Wed, 4 Aug 2021 09:20:58 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc3ad67a..96bae6035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OverReact Changelog +## [4.1.3](https://github.com/Workiva/over_react/compare/4.1.2...4.1.3) + +- [#698] Conditionally unconvert style and children props + ## [4.1.2](https://github.com/Workiva/over_react/compare/4.1.1...4.1.2) - [#689] Copy language version comments to generated part files