Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.1 - 2025-10-24

- **chore**: update dependencies

## 1.0.0 - 2025-10-13

- **chore**: initial release.
28 changes: 14 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: dd3d2ad434b9510001d089e8de7556d50c834481b9abc2891a0184a8493a19dc
sha256: c209688d9f5a5f26b2fb47a188131a6fb9e876ae9e47af3737c0b4f58a93470d
url: "https://pub.dev"
source: hosted
version: "89.0.0"
version: "91.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: c22b6e7726d1f9e5db58c7251606076a71ca0dbcf76116675edfadbec0c9e875
sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0
url: "https://pub.dev"
source: hosted
version: "8.2.0"
version: "8.4.0"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -109,11 +109,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.2.0"
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
ref: "v1.3.1"
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
url: "https://github.com/flutter-news-app-full-source-code/core.git"
source: git
version: "1.2.0"
version: "1.3.1"
coverage:
dependency: transitive
description:
Expand All @@ -134,11 +134,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.0"
resolved-ref: b9a8a8c2c660928c22f2d38d657000bcae4c74d6
ref: "v1.0.1"
resolved-ref: "61e693e22e05c279a41304c98d68d96424b96df6"
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
source: git
version: "0.0.0"
version: "1.0.1"
decimal:
dependency: transitive
description:
Expand Down Expand Up @@ -535,10 +535,10 @@ packages:
dependency: transitive
description:
name: unorm_dart
sha256: "8e3870a1caa60bde8352f9597dd3535d8068613269444f8e35ea8925ec84c1f5"
sha256: "0c69186b03ca6addab0774bcc0f4f17b88d4ce78d9d4d8f0619e30a99ead58e7"
url: "https://pub.dev"
source: hosted
version: "0.3.1+1"
version: "0.3.2"
uuid:
dependency: "direct main"
description:
Expand Down Expand Up @@ -575,10 +575,10 @@ packages:
dependency: transitive
description:
name: watcher
sha256: "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c"
sha256: "592ab6e2892f67760543fb712ff0177f4ec76c031f02f5b4ff8d3fc5eb9fb61a"
url: "https://pub.dev"
source: hosted
version: "1.1.3"
version: "1.1.4"
web:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: data_mongodb
description: A production-ready MongoDB implementation of the `DataClient` interface.
repository: https://github.com/flutter-news-app-full-source-code/data-mongodb
publish_to: none
version: 1.0.1

environment:
sdk: ^3.9.0
Expand All @@ -10,11 +11,11 @@ dependencies:
core:
git:
url: https://github.com/flutter-news-app-full-source-code/core.git
ref: v1.2.0
ref: v1.3.1
data_client:
git:
url: https://github.com/flutter-news-app-full-source-code/data-client.git
ref: v1.0.0
ref: v1.0.1
logging: ^1.3.0
mongo_dart: ^0.10.5
uuid: ^4.5.1
Expand Down
Loading