Skip to content

Commit

Permalink
Merge pull request #17 from KosukeSaigusa/v0.0.5
Browse files Browse the repository at this point in the history
V0.0.5
  • Loading branch information
kosukesaigusa authored Jul 3, 2023
2 parents 575818d + d51c900 commit 061dc34
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5

* Update dependency package versions.

## 0.0.4

* Update dependency package versions.
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# flutterfire_json_converters

[![version][version-badge]][package]
[![MIT License][license-badge]][license]
[![PRs Welcome][prs-badge]](https://makeapullrequest.com)

flutterfire_json_converters package supplies some useful json_converters when you use [json_serializable](https://pub.dev/packages/json_serializable) or [freezed](https://pub.dev/packages/freezed) for your FlutterFire apps.

## How to use
Expand Down Expand Up @@ -92,3 +96,9 @@ This package is developed with reference to:
<https://pub.dev/packages/json_converter_helper>

We would like to express our gratitude for their valuable contributions.

[version-badge]: https://img.shields.io/pub/v/flutterfire_json_converters.svg
[package]: https://pub.dartlang.org/packages/flutterfire_json_converters
[license-badge]: https://img.shields.io/github/license/KosukeSaigusa/flutterfire-json-converters.svg
[license]: https://github.com/KosukeSaigusa/flutterfire-json-converters/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.5"
frontend_server_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterfire_json_converters
description: flutterfire_json_converters package supplies some useful json_converters for your FlutterFire apps.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/KosukeSaigusa/flutterfire-json-converters

environment:
Expand Down

0 comments on commit 061dc34

Please sign in to comment.