Skip to content

Commit 4fcf6e0

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

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.4.0
2+
3+
* Bump `object` version to `1.1.1`.
4+
* Bump `cloud_firestore` version to `5.4.0`.
5+
16
## 5.0.1
27

38
* Bump `cloud_firestore` version to `5.0.1`.

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: 5.0.1
3+
version: 5.4.0
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: ^5.0.1 # android ios macos web windows
15-
object: ^1.0.4 # android ios linux macos web windows
14+
cloud_firestore: ^5.4.0 # android ios macos web windows
15+
object: ^1.1.1 # android ios linux macos web windows
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)