From 83ad7029b23a13bcddd12d1b2d9ae6749072581d Mon Sep 17 00:00:00 2001 From: Calvin Tam Date: Mon, 20 Jun 2022 01:41:18 -0700 Subject: [PATCH] Prepare for v2.1.0 release (#61) * feat: update pubspec to v2.1.0 * docs: update changelog date for v2.1.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9511c..cc3d8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.1.0] - TBA +## [2.1.0] - 2022-06-20 ### Changed * Rename constructors and methods per Dart & Flutter naming conventions at [PR #41](https://github.com/TinyCommunity/tinycolor2/pull/41) diff --git a/pubspec.yaml b/pubspec.yaml index 5fe399c..5a406a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tinycolor2 description: Flutter Color manipulation and conversion, ported from JS tinycolor2 -version: 2.0.1 +version: 2.1.0 homepage: https://github.com/TinyCommunity/tinycolor2 environment: