From a4505313dc54abd9b9e84769022a3b7f48cdb2cd Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Sat, 24 Feb 2024 22:01:47 +0900 Subject: [PATCH] Bump to 1.0.0 --- package/CHANGELOG.md | 4 ++++ package/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 171ed66..40be4af 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0 Feb 24, 2024 + +- Dart3 is now required. + ## 1.0.0-rc.2 Jun 17, 2023 - `PageConfiguration` has been added for implicit definition of page controllers (issue #41) diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 3d29b94..ecee1c7 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -1,6 +1,6 @@ name: exprollable_page_view description: Yet another PageView widget that expands its page while scrolling it. Exprollable is a coined word combining the words expandable and scrollable. -version: 1.0.0-rc.2 +version: 1.0.0 repository: https://github.com/fujidaiti/exprollable_page_view environment: