diff --git a/CHANGELOG.md b/CHANGELOG.md index 21de42b0c..fd76d7c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OverReact Changelog -## Unreleased +## 5.6.0 - Update analyzer dependency to `>=5.13.0 <11.0.0` (allow 8, 9, and 10) - Remove dependency on `transformer_utils` diff --git a/pubspec.yaml b/pubspec.yaml index c8758cf47..5a95fd009 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 5.5.0 +version: 5.6.0 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 9ecbe90d2..09bf75bbc 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: 5.5.0 + over_react: 5.6.0 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0