File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1 - 2025-10-24
2+
3+ - ** chore** : update dependencies
4+
5+ ## 1.0.0 - 2025-10-13
6+
7+ - ** chore** : initial release.
Original file line number Diff line number Diff 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:
@@ -110,11 +110,11 @@ packages:
110110 dependency: "direct main"
111111 description:
112112 path: "."
113- ref: "v1.0.0 "
114- resolved-ref: "31faf0e429aeea519204dfdd26afdba36ea1d8dc "
113+ ref: "v1.0.1 "
114+ resolved-ref: "2e4b468c96e60e7f899ec28c02389c5ce0b578fa "
115115 url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
116116 source: git
117- version: "0 .0.0 "
117+ version: "1 .0.1 "
118118 equatable:
119119 dependency: transitive
120120 description:
@@ -160,10 +160,10 @@ packages:
160160 description:
161161 path: "."
162162 ref: "v1.0.1"
163- resolved-ref: ce550196f78ee2e95aa9e985759179265983689d
163+ resolved-ref: "22a1531a279769ec472f698e9c727cd2c29a81b9"
164164 url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
165165 source: git
166- version: "0 .0.0 "
166+ version: "1 .0.1 "
167167 http_multi_server:
168168 dependency: transitive
169169 description:
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: email_sendgrid
22description : A concrete implementation of the EmailClient interface that uses the SendGrid API to send transactional emails.
33repository : https://github.com/flutter-news-app-full-source-code/email-sendgrid
44publish_to : none
5+ version : 1.0.1
56
67environment :
78 sdk : ^3.9.0
@@ -10,12 +11,12 @@ 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 dio : ^5.8.0+1
1516 email_client :
1617 git :
1718 url : https://github.com/flutter-news-app-full-source-code/email-client.git
18- ref : v1.0.0
19+ ref : v1.0.1
1920 http_client :
2021 git :
2122 url : https://github.com/flutter-news-app-full-source-code/http-client.git
You can’t perform that action at this time.
0 commit comments