Skip to content

Commit

Permalink
Merge pull request #70 from kosukesaigusa/v0.4.3
Browse files Browse the repository at this point in the history
V0.4.3
  • Loading branch information
kosukesaigusa authored Jan 31, 2024
2 parents 84b5001 + 5036126 commit 983daf6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/counter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: "../../packages/flutterfire_gen"
relative: true
source: path
version: "0.4.2"
version: "0.4.3"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: "../../packages/flutterfire_gen"
relative: true
source: path
version: "0.4.2"
version: "0.4.3"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
3 changes: 2 additions & 1 deletion packages/flutterfire_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Unreleased changes
## 0.4.3

* Update documents.
* Enable to combine `@allowFieldValue` annotation with `@CreateDefault` and `@UpdateDefault`.
* Update dependency package versions.

## 0.4.2

Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_gen/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.2"
version: "0.4.3"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterfire_gen
description: flutterfire_gen is a package for automatic code generation for Cloud Firestore. It supports efficient CRUD operations with type-safe interfaces and methods.
version: 0.4.2
version: 0.4.3
homepage: https://github.com/kosukesaigusa/flutterfire_gen

environment:
Expand Down

0 comments on commit 983daf6

Please sign in to comment.