Skip to content

Commit f9af7b3

Browse files
committed
build(dependencies): update core dependency version and bump package version
- Update core dependency from v1.2.0 to v1.3.1 - Bump email_client package version from 1.0.0 to 1.0.1
1 parent 31faf0e commit f9af7b3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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)