From 6b08d75c3d0b8f89923f6f0aa369c7f1d5abf98f Mon Sep 17 00:00:00 2001 From: Rafael Amizes Date: Thu, 22 Aug 2024 09:26:48 -0300 Subject: [PATCH] release: version 0.5.2 --- CHANGELOG.md | 8 ++++++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbf11b..1fba20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- bump up dependencies — [119](https://github.com/dartoos-dev/flutter_brand_palettes/issues/119). -- stricter linting rules — [117](https://github.com/dartoos-dev/flutter_brand_palettes/issues/117). +## [0.5.2] - 2024-08-22 + +### Changed + - update ci-related scripts — [115](https://github.com/dartoos-dev/flutter_brand_palettes/issues/115). +- stricter linting rules — [117](https://github.com/dartoos-dev/flutter_brand_palettes/issues/117). +- bump up dependencies — [119](https://github.com/dartoos-dev/flutter_brand_palettes/issues/119). ## [0.5.1] - 2023-02-05 diff --git a/example/pubspec.lock b/example/pubspec.lock index f51b0cf..227c8a6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "0.5.1" + version: "0.5.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index e109ea9..695b56e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_brand_palettes description: A collection of elegant, declarative classes for the color palettes of popular brands and companies. -version: 0.5.1 +version: 0.5.2 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/flutter_brand_palettes