From 0d83fc51a06551bd658feb6578063769670cb884 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 12 Dec 2022 14:16:03 +0100 Subject: [PATCH 1/2] Re-order CHANGELOG.md to have newest release on the top Why would anyone put the most interesting thing at the bottom? --- CHANGELOG.md | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c75c146..3004186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,35 @@ -## 0.0.1 +## 1.0.3 -* Initial release. - -## 0.0.2 - -* Add prioritizedItems option to display items at the top of the page. - -## 0.0.3 - -* Add support for image URL (instead of in-memory image using image parameter from User model) - -## 0.0.7 - -* Submit all edited fields on submit of one field - -## 0.0.10 - -* Fixed bug where keyboard would close on selecting custom input fields. - -## 0.0.11 - -* Fixed bug where some field wouldn't update when submitted. - -## 1.0.1 - -* Added a default wrap instead of column +* No longer crashes without profile data ## 1.0.2 * Added form key and more customizability for web -## 1.0.3 +## 1.0.1 -* No longer crashes without profile data \ No newline at end of file +* Added a default wrap instead of column + +## 0.0.11 + +* Fixed bug where some field wouldn't update when submitted. + +## 0.0.10 + +* Fixed bug where keyboard would close on selecting custom input fields. + +## 0.0.7 + +* Submit all edited fields on submit of one field + +## 0.0.3 + +* Add support for image URL (instead of in-memory image using image parameter from User model) + +## 0.0.2 + +* Add prioritizedItems option to display items at the top of the page. + +## 0.0.1 + +* Initial release. \ No newline at end of file From 6b84634f9ad32d6387789b3a282cda01e35c8bc8 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 12 Dec 2022 14:19:03 +0100 Subject: [PATCH 2/2] Update version to 1.0.4 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3004186..7d625d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.4 + +* Fixed a nullcheck being done on the nullable user in Avatar + ## 1.0.3 * No longer crashes without profile data diff --git a/example/pubspec.lock b/example/pubspec.lock index b50e917..07cceac 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -124,7 +124,7 @@ packages: path: ".." relative: true source: path - version: "1.0.3" + version: "1.0.4" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index df112b2..60402ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_profile description: Flutter profile package -version: 1.0.3 +version: 1.0.4 repository: https://github.com/Iconica-Development/flutter_profile environment: