Skip to content

Commit

Permalink
Merge pull request #840 from Workiva/release_over_react_4_10_2
Browse files Browse the repository at this point in the history
RM-213359 RM-213358 Release over_react 4.10.2
  • Loading branch information
rmconsole3-wf authored Sep 15, 2023
2 parents aaf992a + 3c9dd07 commit c304153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OverReact Changelog

## [4.10.1](https://github.com/Workiva/over_react/compare/4.10.0...4.10.1)
## [4.10.2](https://github.com/Workiva/over_react/compare/4.10.0...4.10.2)
- [#835] Upgrade dependencies, notably jumping to analyzer 5.x
- analyzer: `^5.1.0` (was `>=1.7.2 <3.0.0`)
- dart_style: `^2.0.0` (was `>=1.2.5 <3.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.10.1
version: 4.10.2
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
environment:
Expand Down
1 change: 1 addition & 0 deletions tools/analyzer_plugin/.pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
#
# Bad state: Unable to find the context to …/tools/analyzer_plugin/playground/web/bad_keys.dart
playground/
test/test_fixtures/
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.10.1
over_react: 4.10.2
path: ^1.5.1
source_span: ^1.7.0
yaml: ^3.0.0
Expand Down

0 comments on commit c304153

Please sign in to comment.