Skip to content

Commit d0902ed

Browse files
committed
fix(fixtures): populate followedCountries in user preferences fixture
- Update CHANGELOG.md with fixes and improvements for version 1.2.1 - Populate `followedCountries` in user preferences fixture - Align `user_content_preferences_test` with fixture data - Use dynamic image URLs for headline fixtures - Refactor tests to use fixtures directly instead of manual setup - Bump version from 1.2.0 to 1.2.1
1 parent c35d3de commit d0902ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.2.1 - 2025-10-15
2+
3+
- fix(fixtures): populate `followedCountries` in user preferences fixture.
4+
- fix(test): align `user_content_preferences_test` with fixture data.
5+
- chore(fixtures): use dynamic image URLs for headline fixtures.
6+
- chore(test): refactor tests to use fixtures directly instead of manual setup.
7+
18
# 1.2.0 - 2025-10-12
29

310
- feat: add SavedFilter model for storing user-defined filter combinations.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: core
22
description: Shared utilities and models.
33
publish_to: none
44
repository: https://github.com/flutter-news-app-full-source-code/core
5-
version: 1.2.0
5+
version: 1.2.1
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)