From bc69cfe31178a8618417c02fd4ecee042a0cd4ea Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 17 Oct 2025 15:14:52 +0100 Subject: [PATCH 1/3] docs: update changelog with recent releases - Add entry for version 1.1.0, including new features: - Add saved filters - Update dependencies - Add changelog - Reformat changelog structure for better readability --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e448ae7..72312d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ -# 1.0.0 - 2025-10-13 +# Changelog -* chore!: initial release under semantic versioning. \ No newline at end of file +## 1.1.0 - 2025-10-17 + +- **feat**: add saved filters, update dependencies, and add changelog (#67) + +## 1.0.0 - 2025-10-13 + +- **chore!**: initial release under semantic versioning. \ No newline at end of file From e1048dbab0b244dcd9a311fac9a5bbb08ea9451c Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 17 Oct 2025 15:15:09 +0100 Subject: [PATCH 2/3] build: bump version to 1.1.0 - Update package version from 1.0.0 to 1.1.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 93e93ed..3af803a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more. repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code publish_to: none -version: 1.0.0 +version: 1.1.0 environment: sdk: ^3.9.0 From b6e0232c8cee7ba5d06b3b7ac05fd4c50e68b27c Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 17 Oct 2025 15:36:31 +0100 Subject: [PATCH 3/3] fix(migration): add savedFilters field to existing user preferences - Update version from 1.1.0 to 1.0.1 - Modify changelog to reflect the nature of the update - Implement a migration to ensure all existing user preference documents include the savedFilters field, initialized as an empty array --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72312d2..1e1c8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## 1.1.0 - 2025-10-17 +## 1.0.1 - 2025-10-17 -- **feat**: add saved filters, update dependencies, and add changelog (#67) +- **chore**: A new migration ensures that existing user preference documents are updated to include the savedFilters field, initialized as an empty array. ## 1.0.0 - 2025-10-13 diff --git a/pubspec.yaml b/pubspec.yaml index 3af803a..0f18913 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more. repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code publish_to: none -version: 1.1.0 +version: 1.0.1 environment: sdk: ^3.9.0