From 1917fbbb8c69c3c580f3c18293556859ccd9c7a2 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 30 Jan 2024 21:39:06 +0100 Subject: [PATCH] Bump to 0.4.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6406d..086f4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.4.1] - 30.01.2024 + +- New properties `buttonTextStyle` and `buttonPadding` in the `NumberPaginatorUIConfig` + ## [0.4.0] - 29.09.2023 - New properties `showNextButton` and `showPrevButton` for showing/hiding the next/prev buttons diff --git a/pubspec.yaml b/pubspec.yaml index 3f0f193..be06cd8 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.4.0 +version: 0.4.1 homepage: https://github.com/WieFel/number_paginator environment: