From cf6ce60f1c613ff892498782b5fce4d77b5eb525 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 6 Jul 2026 22:12:58 +0000 Subject: [PATCH] over_react_5.7.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daafc2791..4c1a21a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OverReact Changelog -## Unreleased +## 5.7.0 - Remove `dart:mirrors` usage in builder to fix AOT compilation used in newer build_runner versions - Remove `dart_style` and `pub_semver` dependencies, remove generated code formatter step - Generated code was already pretty well-formatted before it was passed to `dart_style`, and since consumers don't interact with generated code much, this should have very little impact. diff --git a/pubspec.yaml b/pubspec.yaml index ac33b03e9..5b501773d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 5.6.2 +version: 5.7.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 b55676737..315aaeb95 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.6.2 + over_react: 5.7.0 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0