Skip to content

Commit

Permalink
chore(release): 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2023-11-19)

### Bug Fixes

* **deps:** update dependency cloud_firestore to ^4.13.0 ([#201](#201)) ([daf07c6](daf07c6))
* **deps:** update dependency shared_preferences to ^2.2.2 ([#202](#202)) ([67a5723](67a5723))

### Continuous Integration

* **deps:** update kuhnroyal/flutter-fvm-config-action action to v2 ([#203](#203)) ([0d8a5cc](0d8a5cc))
  • Loading branch information
semantic-release-bot committed Nov 19, 2023
1 parent 0d8a5cc commit 9145d44
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.4.1](https://github.com/zeshuaro/firestore_cache/compare/v2.4.0...v2.4.1) (2023-11-19)


### Bug Fixes

* **deps:** update dependency cloud_firestore to ^4.13.0 ([#201](https://github.com/zeshuaro/firestore_cache/issues/201)) ([daf07c6](https://github.com/zeshuaro/firestore_cache/commit/daf07c63d5f31c6879fb81c779f471501c78f101))
* **deps:** update dependency shared_preferences to ^2.2.2 ([#202](https://github.com/zeshuaro/firestore_cache/issues/202)) ([67a5723](https://github.com/zeshuaro/firestore_cache/commit/67a57230858e2b05ce20184a024d279f720fe6be))


### Continuous Integration

* **deps:** update kuhnroyal/flutter-fvm-config-action action to v2 ([#203](https://github.com/zeshuaro/firestore_cache/issues/203)) ([0d8a5cc](https://github.com/zeshuaro/firestore_cache/commit/0d8a5cc161438ca90f40202517dd20aa303d61ee))

## [2.4.0](https://github.com/zeshuaro/firestore_cache/compare/v2.3.1...v2.4.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
firestore_cache: ^2.4.0
firestore_cache: ^2.4.1
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore_cache",
"version": "2.4.0",
"version": "2.4.1",
"description": "A Flutter plugin for fetching Firestore documents with read from cache first then server",
"main": "index.js",
"repository": "https://github.com/zeshuaro/firestore_cache",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: firestore_cache
description: A Flutter plugin for fetching Firestore documents with read from
cache first then server
version: 2.4.0
version: 2.4.1
homepage: https://github.com/zeshuaro/firestore_cache

environment:
Expand Down

0 comments on commit 9145d44

Please sign in to comment.