From 400c5813e13a23e6c567f69ed06974f5d713ae8b Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Mon, 25 Sep 2023 14:17:40 -0700 Subject: [PATCH] Update version and changelog for 6.2.1 release --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ceadd2..1d0c840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [6.2.1](https://github.com/Workiva/react-dart/compare/6.2.0...6.2.1) +- [#366] Fix lints and eliminate most implicit casts + ## [6.2.0](https://github.com/cleandart/react-dart/compare/6.1.8...6.2.0) - [#357] Export Suspense component - [#354] Raise analyzer minimum & unpin meta diff --git a/pubspec.yaml b/pubspec.yaml index c62f298f..8b320d85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react -version: 6.2.0 +version: 6.2.1 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: