Skip to content

Commit

Permalink
Merge pull request #803 from Workiva/release_over_react_4.8.1
Browse files Browse the repository at this point in the history
RM-176692 RM-176691 Release over_react 4.8.1
  • Loading branch information
rmconsole4-wk committed Feb 3, 2023
2 parents 525251d + fad06e3 commit e5ab061
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# OverReact Changelog

## [4.8.1](https://github.com/Workiva/over_react/compare/4.8.0...4.8.1)

- [#802] Raise platform_detect upperbound to allow 2.x
- [#800] (Docs) Add Redux DevTools integration documentation

## [4.8.0](https://github.com/Workiva/over_react/compare/4.7.0...4.8.0)
- [#797] Add `overReactReduxDevToolsMiddlewareFactory` for constructing middleware with a `name`, allowing store instances to be separated in the Redux Dev Tools

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.8.0
version: 4.8.1
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
environment:
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 @@ -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.8.0
over_react: 4.8.1
path: ^1.5.1
source_span: ^1.7.0
yaml: ^3.0.0
Expand Down

0 comments on commit e5ab061

Please sign in to comment.