From c536020a1f5da2b2a00e809c081f05eeaff8f1a2 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 30 Jul 2023 16:31:52 +0200 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1933fd..b2434a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.0] - 30.07.2023 + +- Compatibility with Dart 3 +- Added package screenshots + ## [0.2.3] - 19.12.2022 - Improved automatic scaling of arrow buttons and "3 dots" in `NumberContent` diff --git a/example/pubspec.lock b/example/pubspec.lock index 23f588c..d0952b9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -121,7 +121,7 @@ packages: path: ".." relative: true source: path - version: "0.2.3" + version: "0.3.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e1fdb7a..b9b81b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: number_paginator description: A Flutter paginator widget for switching between page numbers. -version: 0.2.3 +version: 0.3.0 homepage: https://github.com/WieFel/number_paginator environment: