Skip to content

Commit 809bd92

Browse files
committed
build(deps): update git dependencies to tagged versions
- Update core from commit 828b984 to tag v1.2.0 - Update data-client, data-mongodb, data-repository, email-client, email-repository, and email-sendgrid from specific commits to tag v1.0.0 - Update http-client from commit 57f6bcf to tag v1.0.1
1 parent 205eef9 commit 809bd92

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ packages:
117117
dependency: "direct main"
118118
description:
119119
path: "."
120-
ref: "828b984517edec069266579c624c7af9fbe0e2ac"
121-
resolved-ref: "828b984517edec069266579c624c7af9fbe0e2ac"
120+
ref: "v1.2.0"
121+
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
122122
url: "https://github.com/flutter-news-app-full-source-code/core.git"
123123
source: git
124-
version: "0.0.0"
124+
version: "1.2.0"
125125
coverage:
126126
dependency: transitive
127127
description:
@@ -158,26 +158,26 @@ packages:
158158
dependency: "direct main"
159159
description:
160160
path: "."
161-
ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
162-
resolved-ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
161+
ref: "v1.0.0"
162+
resolved-ref: b9a8a8c2c660928c22f2d38d657000bcae4c74d6
163163
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
164164
source: git
165165
version: "0.0.0"
166166
data_mongodb:
167167
dependency: "direct main"
168168
description:
169169
path: "."
170-
ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
171-
resolved-ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
170+
ref: "v1.0.0"
171+
resolved-ref: f55b686acdbc0af9c617df4833733a07f9208b57
172172
url: "https://github.com/flutter-news-app-full-source-code/data-mongodb.git"
173173
source: git
174174
version: "0.0.0"
175175
data_repository:
176176
dependency: "direct main"
177177
description:
178178
path: "."
179-
ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
180-
resolved-ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
179+
ref: "v1.0.0"
180+
resolved-ref: "7f9242d810d60fefd2f883b19e1650e8e4eb41a3"
181181
url: "https://github.com/flutter-news-app-full-source-code/data-repository.git"
182182
source: git
183183
version: "0.0.0"
@@ -225,26 +225,26 @@ packages:
225225
dependency: "direct main"
226226
description:
227227
path: "."
228-
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
229-
resolved-ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
228+
ref: "v1.0.0"
229+
resolved-ref: "31faf0e429aeea519204dfdd26afdba36ea1d8dc"
230230
url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
231231
source: git
232232
version: "0.0.0"
233233
email_repository:
234234
dependency: "direct main"
235235
description:
236236
path: "."
237-
ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
238-
resolved-ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
237+
ref: "v1.0.0"
238+
resolved-ref: "2be152f3c48acd35d0a79a01d7258a4e8e8ab399"
239239
url: "https://github.com/flutter-news-app-full-source-code/email-repository.git"
240240
source: git
241241
version: "0.0.0"
242242
email_sendgrid:
243243
dependency: "direct main"
244244
description:
245245
path: "."
246-
ref: "4cd256b1a65a648db2519d8b26b4e9174d4d3a0c"
247-
resolved-ref: "4cd256b1a65a648db2519d8b26b4e9174d4d3a0c"
246+
ref: "v1.0.0"
247+
resolved-ref: f28572a0c0598348391df7701a205249f2454031
248248
url: "https://github.com/flutter-news-app-full-source-code/email-sendgrid.git"
249249
source: git
250250
version: "0.0.0"
@@ -316,8 +316,8 @@ packages:
316316
dependency: "direct main"
317317
description:
318318
path: "."
319-
ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
320-
resolved-ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
319+
ref: "v1.0.1"
320+
resolved-ref: ce550196f78ee2e95aa9e985759179265983689d
321321
url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
322322
source: git
323323
version: "0.0.0"

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,38 @@ dependencies:
1111
core:
1212
git:
1313
url: https://github.com/flutter-news-app-full-source-code/core.git
14-
ref: 828b984517edec069266579c624c7af9fbe0e2ac
14+
ref: v1.2.0
1515
dart_frog: ^1.1.0
1616
dart_jsonwebtoken: ^3.2.0
1717
data_client:
1818
git:
1919
url: https://github.com/flutter-news-app-full-source-code/data-client.git
20-
ref: 960a00882045ee252274d9d57bfca606c1fe5d64
20+
ref: v1.0.0
2121
data_mongodb:
2222
git:
2323
url: https://github.com/flutter-news-app-full-source-code/data-mongodb.git
24-
ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
24+
ref: v1.0.0
2525
data_repository:
2626
git:
2727
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
28-
ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
28+
ref: v1.0.0
2929
dotenv: ^4.2.0
3030
email_client:
3131
git:
3232
url: https://github.com/flutter-news-app-full-source-code/email-client.git
33-
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
33+
ref: v1.0.0
3434
email_repository:
3535
git:
3636
url: https://github.com/flutter-news-app-full-source-code/email-repository.git
37-
ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
37+
ref: v1.0.0
3838
email_sendgrid:
3939
git:
4040
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
41-
ref: 4cd256b1a65a648db2519d8b26b4e9174d4d3a0c
41+
ref: v1.0.0
4242
http_client:
4343
git:
4444
url: https://github.com/flutter-news-app-full-source-code/http-client.git
45-
ref: 57f6bcfc0f209ecc135fdcb688194045ec87e6e8
45+
ref: v1.0.1
4646
json_annotation: ^4.9.0
4747
logging: ^1.3.0
4848
meta: ^1.16.0

0 commit comments

Comments
 (0)