Skip to content

Commit a03efff

Browse files
committed
fix(core): update source fixture URLs and bump version to 1.3.1
- Fix the URL of the source fixtures - Update package version from 1.3.0 to 1.3.1 - Add changelog entry for the fix
1 parent 48c4ea6 commit a03efff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.3.0 - 2025-10-16
1+
# 1.3.1 - 2025-10-24
2+
3+
- **chore**: fixed the url of the source fixtures.
4+
5+
# 1.3.0 - 2025-10-24
26

37
- **BREAKING** feat!: add required `logoUrl` property to `Source` model.
48
- **chore**: add more fixtures.

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.3.0
5+
version: 1.3.1
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)