File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed
Expand file tree Collapse file tree 3 files changed +20
-12
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 @@ -37,11 +37,11 @@ packages:
3737 dependency: "direct main"
3838 description:
3939 path: "."
40- ref: "v1.0.0 "
41- resolved-ref: a90e24285874e4c39cb331bbbeae2423901f3289
40+ ref: "v1.0.1 "
41+ resolved-ref: "605212aa4bf2a106691f447b824c66bb5218205c"
4242 url: "https://github.com/flutter-news-app-full-source-code/auth-client.git"
4343 source: git
44- version: "0 .0.0 "
44+ version: "1 .0.1 "
4545 boolean_selector:
4646 dependency: transitive
4747 description:
@@ -78,11 +78,11 @@ packages:
7878 dependency: "direct main"
7979 description:
8080 path: "."
81- ref: "v1.2.0 "
82- resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
81+ ref: "v1.3.1 "
82+ resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
8383 url: "https://github.com/flutter-news-app-full-source-code/core.git"
8484 source: git
85- version: "1.2.0 "
85+ version: "1.3.1 "
8686 coverage:
8787 dependency: transitive
8888 description:
@@ -183,11 +183,11 @@ packages:
183183 dependency: "direct main"
184184 description:
185185 path: "."
186- ref: "v1.0.0 "
187- resolved-ref: "3bcba6b11fe0480e06e1bedf6eab4159a7c59c53 "
186+ ref: "v1.0.1 "
187+ resolved-ref: "35f1c6369273e693895c7f07ff18d4111c4dfe45 "
188188 url: "https://github.com/flutter-news-app-full-source-code/kv-storage-service.git"
189189 source: git
190- version: "0 .0.0 "
190+ version: "1 .0.1 "
191191 logging:
192192 dependency: transitive
193193 description:
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: auth_repository
22description : A repository package that provides an abstraction layer over authentication operations.
33repository : https://github.com/flutter-news-app-full-source-code/auth-repository
44publish_to : none
5+ version : 1.0.1
56
67environment :
78 sdk : ^3.9.0
@@ -10,15 +11,15 @@ dependencies:
1011 auth_client :
1112 git :
1213 url : https://github.com/flutter-news-app-full-source-code/auth-client.git
13- ref : v1.0.0
14+ ref : v1.0.1
1415 core :
1516 git :
1617 url : https://github.com/flutter-news-app-full-source-code/core.git
17- ref : v1.2.0
18+ ref : v1.3.1
1819 kv_storage_service :
1920 git :
2021 url : https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
21- ref : v1.0.0
22+ ref : v1.0.1
2223
2324dev_dependencies :
2425 mocktail : ^1.0.4
You can’t perform that action at this time.
0 commit comments