From f724314f0bfa1a9917d091669ea24e34ff5bac20 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 10 Apr 2023 14:30:10 +0000 Subject: [PATCH 1/2] over_react_4.8.5 --- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c8182c6c0..00eb6d0c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.8.4 +version: 4.8.5 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 920bd5e40..737eddb63 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -14,7 +14,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.4 + over_react: 4.8.5 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0 From 26e123ab43d0d559c0744c1c7f52833e489c0ae4 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Mon, 10 Apr 2023 08:43:56 -0600 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8888129e1..21251849b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OverReact Changelog +## [4.8.5](https://github.com/Workiva/over_react/compare/4.8.4...4.8.5) +Dependency updates: `dart_dev: '>=3.0.0 <5.0.0'` and `w_common: '>=2.0.0 <4.0.0'` + ## [4.8.4](https://github.com/Workiva/over_react/compare/4.8.3...4.8.4) 4.8.3 was missing the analyzer plugin in the published package for some reason, and this release should hopefully include it again.