Skip to content

Commit 2e4b468

Browse files
authored
Merge pull request #5 from flutter-news-app-full-source-code/release/1.0.1
Release/1.0.1
2 parents 31faf0e + 8daa655 commit 2e4b468

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.0.1 - 2025-10-24
2+
3+
- **chore**: update core dependency to v1.3.1
4+
5+
## 1.0.0 - 2025-10-13
6+
7+
- **chore**: initial release.

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ packages:
6969
dependency: "direct main"
7070
description:
7171
path: "."
72-
ref: "v1.2.0"
73-
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
72+
ref: "v1.3.1"
73+
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
7474
url: "https://github.com/flutter-news-app-full-source-code/core.git"
7575
source: git
76-
version: "1.2.0"
76+
version: "1.3.1"
7777
coverage:
7878
dependency: transitive
7979
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: email_client
22
description: This package provides the contract (EmailClient) that concrete implementations (e.g., SMTP, AWS SES, SendGrid clients) should adhere to.
33
repository: https://github.com/flutter-news-app-full-source-code/email-client
44
publish_to: none
5+
version: 1.0.1
56

67
environment:
78
sdk: ^3.9.0
@@ -10,7 +11,7 @@ dependencies:
1011
core:
1112
git:
1213
url: https://github.com/flutter-news-app-full-source-code/core.git
13-
ref: v1.2.0
14+
ref: v1.3.1
1415

1516
dev_dependencies:
1617
mocktail: ^1.0.4

0 commit comments

Comments
 (0)