From bf1d6e70891edd43a76018cb800e20405e12fc9a Mon Sep 17 00:00:00 2001 From: TalebRafiepour Date: Thu, 27 Feb 2025 02:00:39 +0330 Subject: [PATCH] new version: 2.1.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124cb62..dac90c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Here's a rewritten version of the changelog with some improvements: + +## 2.1.1 + +- **Bug Fix**: Corrected the misalignment issue with step nodes [#18](https://github.com/TalebRafiepour/step_progress/issues/18). +- **Dependency Update**: Upgraded the Dart SDK to version `3.7.0` for improved compatibility and performance. + ## 2.1.0 Here's what's new in version 2.1.0: diff --git a/pubspec.yaml b/pubspec.yaml index 76b4fc0..223a841 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: step_progress description: A lightweight package for displaying customizable step progress indicators in a user interface. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/TalebRafiepour/step-progress issue_tracker: https://github.com/TalebRafiepour/step-progress/issues