Skip to content

Commit a353f46

Browse files
authored
Merge pull request #3 from flutter-news-app-full-source-code/release/1.0.1
chore(deps): update dependencies and bump version to 1.0.1
2 parents f55b686 + 7467076 commit a353f46

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
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 dependencies
4+
5+
## 1.0.0 - 2025-10-13
6+
7+
- **chore**: initial release.

pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: dd3d2ad434b9510001d089e8de7556d50c834481b9abc2891a0184a8493a19dc
8+
sha256: c209688d9f5a5f26b2fb47a188131a6fb9e876ae9e47af3737c0b4f58a93470d
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "89.0.0"
11+
version: "91.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: c22b6e7726d1f9e5db58c7251606076a71ca0dbcf76116675edfadbec0c9e875
16+
sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "8.2.0"
19+
version: "8.4.0"
2020
archive:
2121
dependency: transitive
2222
description:
@@ -109,11 +109,11 @@ packages:
109109
dependency: "direct main"
110110
description:
111111
path: "."
112-
ref: "v1.2.0"
113-
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
112+
ref: "v1.3.1"
113+
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
114114
url: "https://github.com/flutter-news-app-full-source-code/core.git"
115115
source: git
116-
version: "1.2.0"
116+
version: "1.3.1"
117117
coverage:
118118
dependency: transitive
119119
description:
@@ -134,11 +134,11 @@ packages:
134134
dependency: "direct main"
135135
description:
136136
path: "."
137-
ref: "v1.0.0"
138-
resolved-ref: b9a8a8c2c660928c22f2d38d657000bcae4c74d6
137+
ref: "v1.0.1"
138+
resolved-ref: "61e693e22e05c279a41304c98d68d96424b96df6"
139139
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
140140
source: git
141-
version: "0.0.0"
141+
version: "1.0.1"
142142
decimal:
143143
dependency: transitive
144144
description:
@@ -535,10 +535,10 @@ packages:
535535
dependency: transitive
536536
description:
537537
name: unorm_dart
538-
sha256: "8e3870a1caa60bde8352f9597dd3535d8068613269444f8e35ea8925ec84c1f5"
538+
sha256: "0c69186b03ca6addab0774bcc0f4f17b88d4ce78d9d4d8f0619e30a99ead58e7"
539539
url: "https://pub.dev"
540540
source: hosted
541-
version: "0.3.1+1"
541+
version: "0.3.2"
542542
uuid:
543543
dependency: "direct main"
544544
description:
@@ -575,10 +575,10 @@ packages:
575575
dependency: transitive
576576
description:
577577
name: watcher
578-
sha256: "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c"
578+
sha256: "592ab6e2892f67760543fb712ff0177f4ec76c031f02f5b4ff8d3fc5eb9fb61a"
579579
url: "https://pub.dev"
580580
source: hosted
581-
version: "1.1.3"
581+
version: "1.1.4"
582582
web:
583583
dependency: transitive
584584
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: data_mongodb
22
description: A production-ready MongoDB implementation of the `DataClient` interface.
33
repository: https://github.com/flutter-news-app-full-source-code/data-mongodb
44
publish_to: none
5+
version: 1.0.1
56

67
environment:
78
sdk: ^3.9.0
@@ -10,11 +11,11 @@ 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
data_client:
1516
git:
1617
url: https://github.com/flutter-news-app-full-source-code/data-client.git
17-
ref: v1.0.0
18+
ref: v1.0.1
1819
logging: ^1.3.0
1920
mongo_dart: ^0.10.5
2021
uuid: ^4.5.1

0 commit comments

Comments
 (0)