Skip to content

Commit

Permalink
Merge pull request #624 from Workiva/release_over_react_3.8.1
Browse files Browse the repository at this point in the history
RM-81159 RM-81158 Release over_react 3.8.1
  • Loading branch information
rmconsole5-wk committed Sep 3, 2020
2 parents 3e15cd4 + ccf961b commit 9b4cbca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# OverReact Changelog

## [3.8.1](https://github.com/Workiva/over_react/compare/3.8.0...3.8.1)

__Bug Fixes__
- [#623] Include deprecation annotations on legacy props mixins

__Other Changes__
- [#487] Readme Improvements
- [#619] Redux example app: Replace deprecated ExpansionPanel with new Accordion from MaterialUi

## [3.8.0](https://github.com/Workiva/over_react/compare/3.7.0...3.8.0)

__New Features__
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: 3.8.0
version: 3.8.1
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.8.0
over_react: 3.8.1
meta: ^1.1.6
path: ^1.5.1
source_span: ^1.7.0
Expand Down

0 comments on commit 9b4cbca

Please sign in to comment.