Skip to content

Commit 53a976f

Browse files
Update version meta and changelog for 4.2.5 release
1 parent c16453e commit 53a976f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [4.2.5](https://github.com/Workiva/over_react/compare/4.2.4...4.2.5)
4+
- [#720] Auto-tear-down ConnectFluxAdapterStores when backing Flux stores dispose
5+
- Bump react lower bound to 6.1.4
6+
7+
Internal Tech Debt:
8+
- Dev dependencies: remove dart2_constant, update test_html_builder and dependency_validator to latest
9+
- CI: Don't run main build in Dart 2.14 until we can upgrade pkg:analyzer and get it passing again
10+
- CI: Fix analyzer plugin build
11+
12+
## [4.2.4](https://github.com/Workiva/over_react/compare/4.2.3...4.2.4)
13+
- [#710] Support type-checking directly from the `UiFactory` to better support JS components
14+
15+
## [4.2.3](https://github.com/Workiva/over_react/compare/4.2.2...4.2.3)
16+
- [#708] Add 2.13.4 to CI matrix
17+
- [#709] Raise the Dart SDK minimum to at least 2.11.0
18+
319
## [4.2.2](https://github.com/Workiva/over_react/compare/4.2.1...4.2.2)
420

521
- Reinstate null-aware isDisposedOrDisposing (removed in [#703]/4.2.1) to support tests with mocked stores

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 4.2.4
2+
version: 4.2.5
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
environment:
@@ -56,4 +56,4 @@ dependency_validator:
5656
- app/**
5757
- tools/**
5858
ignore:
59-
- meta
59+
- meta

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.4
15+
over_react: 4.2.5
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)