diff --git a/CHANGELOG.md b/CHANGELOG.md index e02cfc305..c36d7ae49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OverReact Changelog +## [4.8.2](https://github.com/Workiva/over_react/compare/4.8.1...4.8.2) + +- [#804] Dependencies: raise analyzer to ^1.7.2, unpin meta +- [#805] Internal CI and dev_dependencies updates + ## [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 diff --git a/pubspec.yaml b/pubspec.yaml index ef58f88c6..94f5539b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.8.1 +version: 4.8.2 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index d2a30b88f..e0f241367 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -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.1 + over_react: 4.8.2 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0