Skip to content

Commit

Permalink
upgrade dependencies & publish new version 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusbaba committed Dec 22, 2021
1 parent 29ae842 commit 34fe564
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.3.11
* upgrade dependencies

## 2.3.10
* upgrade dependencies

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
cupertino_icons: ^1.0.4

dev_dependencies:
flutter_test:
Expand All @@ -20,8 +20,8 @@ dev_dependencies:
geoflutterfire2:
path: ../

cloud_firestore: ^2.5.2
google_maps_flutter: ^2.0.8
cloud_firestore: ^3.1.5
google_maps_flutter: ^2.1.1

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
26 changes: 13 additions & 13 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand All @@ -42,21 +42,21 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.2"
version: "3.1.5"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.1"
version: "5.4.10"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.2"
version: "2.6.5"
collection:
dependency: transitive
description:
Expand All @@ -77,21 +77,21 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.0"
version: "1.10.6"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.2.3"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.5.3"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -120,7 +120,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -148,7 +148,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.27.2"
version: "0.27.3"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -195,7 +195,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.3"
typed_data:
dependency: transitive
description:
Expand All @@ -209,7 +209,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=1.17.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geoflutterfire2
description: GeoFlutterFire2 is an open-source library that allows you to store and query firestore documents based on their geographic location.
version: 2.3.10
version: 2.3.11
homepage: https://github.com/beerstorm-net/geoflutterfire2

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^2.5.2
rxdart: ^0.27.2
cloud_firestore: ^3.1.5
rxdart: ^0.27.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 34fe564

Please sign in to comment.