Skip to content

Commit 7912e44

Browse files
committed
feature: updated dependencies
1 parent bb0a38e commit 7912e44

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.1
2+
3+
* Bump `cloud_firestore` version to `5.0.1`.
4+
15
## 4.17.3
26

37
* Bump `cloud_firestore` version to `4.17.3`.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_cloud_firestore
22
description: "Simplify the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and retrieval smoother and more efficient for developers."
3-
version: 4.17.3
3+
version: 5.0.1
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/firebase_cloud_firestore
66

@@ -11,8 +11,8 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
cloud_firestore: ^4.17.3 # android ios macos web
15-
object: ^1.0.3 # android ios linux macos web windows
14+
cloud_firestore: ^5.0.1 # android ios macos web windows
15+
object: ^1.0.4 # android ios linux macos web windows
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)