From e0849ab7a7172405a2467439a9f2db01aedbfb68 Mon Sep 17 00:00:00 2001 From: xuelong Date: Wed, 13 Dec 2023 17:40:12 +0800 Subject: [PATCH] fix: All styles are lost. --- .pubignore | 2 +- CHANGELOG.md | 3 +++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.pubignore b/.pubignore index 5208a702..9f19416b 100644 --- a/.pubignore +++ b/.pubignore @@ -30,4 +30,4 @@ migrate_working_dir/ build/ # styles -styles/ \ No newline at end of file +/styles \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbaa787..2bb8987c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.3.3+1 +- fix: All styles are lost. + ## 3.3.3 - fix: When start on refresh, interrupted by loading [#785](https://github.com/xuelongqy/flutter_easy_refresh/issues/785). - feat: Use Flutter default scroll bar [#775](https://github.com/xuelongqy/flutter_easy_refresh/issues/775). diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 32802109..f34e796e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -7,7 +7,7 @@ description: EasyRefresh example. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 3.3.2+55 +version: 3.3.3+56 environment: sdk: ">=2.17.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 8a46545c..20b1199c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: easy_refresh description: A flutter widget that provides pull-down refresh and pull-up load. -version: 3.3.3 +version: 3.3.3+1 homepage: https://xuelongqy.github.io/flutter_easy_refresh repository: https://github.com/xuelongqy/flutter_easy_refresh issue_tracker: https://github.com/xuelongqy/flutter_easy_refresh/issues