From 53a976fcdae69cc8a4d8f78e3fa0cc195a240b7e Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Thu, 2 Dec 2021 10:27:12 -0700 Subject: [PATCH] Update version meta and changelog for 4.2.5 release --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 4 ++-- tools/analyzer_plugin/pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda236275..ee745850e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # OverReact Changelog +## [4.2.5](https://github.com/Workiva/over_react/compare/4.2.4...4.2.5) +- [#720] Auto-tear-down ConnectFluxAdapterStores when backing Flux stores dispose +- Bump react lower bound to 6.1.4 + +Internal Tech Debt: +- Dev dependencies: remove dart2_constant, update test_html_builder and dependency_validator to latest +- CI: Don't run main build in Dart 2.14 until we can upgrade pkg:analyzer and get it passing again +- CI: Fix analyzer plugin build + +## [4.2.4](https://github.com/Workiva/over_react/compare/4.2.3...4.2.4) +- [#710] Support type-checking directly from the `UiFactory` to better support JS components + +## [4.2.3](https://github.com/Workiva/over_react/compare/4.2.2...4.2.3) +- [#708] Add 2.13.4 to CI matrix +- [#709] Raise the Dart SDK minimum to at least 2.11.0 + ## [4.2.2](https://github.com/Workiva/over_react/compare/4.2.1...4.2.2) - Reinstate null-aware isDisposedOrDisposing (removed in [#703]/4.2.1) to support tests with mocked stores diff --git a/pubspec.yaml b/pubspec.yaml index 1deebee9b..780dc675b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.2.4 +version: 4.2.5 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: @@ -56,4 +56,4 @@ dependency_validator: - app/** - tools/** ignore: - - meta \ No newline at end of file + - meta diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index f4807116a..788b47530 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.2.4 + over_react: 4.2.5 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