Skip to content

Commit c304153

Browse files
Merge pull request #840 from Workiva/release_over_react_4_10_2
RM-213359 RM-213358 Release over_react 4.10.2
2 parents aaf992a + 3c9dd07 commit c304153

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OverReact Changelog
22

3-
## [4.10.1](https://github.com/Workiva/over_react/compare/4.10.0...4.10.1)
3+
## [4.10.2](https://github.com/Workiva/over_react/compare/4.10.0...4.10.2)
44
- [#835] Upgrade dependencies, notably jumping to analyzer 5.x
55
- analyzer: `^5.1.0` (was `>=1.7.2 <3.0.0`)
66
- dart_style: `^2.0.0` (was `>=1.2.5 <3.0.0`)

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.10.1
2+
version: 4.10.2
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/.pubignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
#
66
# Bad state: Unable to find the context to …/tools/analyzer_plugin/playground/web/bad_keys.dart
77
playground/
8+
test/test_fixtures/

tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
1414
# so that it always resolves to the same version of over_react that the user has pulled in,
1515
# and thus has the same boilerplate parsing code that's running in the builder.
16-
over_react: 4.10.1
16+
over_react: 4.10.2
1717
path: ^1.5.1
1818
source_span: ^1.7.0
1919
yaml: ^3.0.0

0 commit comments

Comments
 (0)