Skip to content

Commit

Permalink
Merge pull request #71 from masa-tokyo/flutterfire_gen_utils/v0.5.0
Browse files Browse the repository at this point in the history
chore: update flutterfire_gen_utils package version to v0.5.0
  • Loading branch information
kosukesaigusa authored Nov 28, 2024
2 parents 983daf6 + b58cc7d commit 6329912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/flutterfire_gen_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

> [!NOTE]
> This release has breaking changes.
* Update `cloud_firestore` package version to `5.5.0`, which might be not compatible with previous versions.

## 0.4.1

* Update `README.md`.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutterfire_gen_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: flutterfire_gen_utils
description: flutterfire_gen_utils
version: 0.4.1
version: 0.5.0
homepage: https://github.com/kosukesaigusa/flutterfire_gen

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
cloud_firestore: ^4.14.0
cloud_firestore: ^5.5.0
flutter:
sdk: flutter
meta: ^1.9.1
Expand Down

0 comments on commit 6329912

Please sign in to comment.