Skip to content

Commit

Permalink
chore(release): 2.15.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.7](v2.15.6...v2.15.7) (2025-02-09)

### Bug Fixes

* **deps:** update dependency shared_preferences to ^2.5.1 ([#685](#685)) ([dafb498](dafb498))
* **sdk:** update dependency dart to >=3.6.2 <4.0.0 ([#679](#679)) ([1841a0d](1841a0d))
* **sdk:** update dependency flutter to v3.27.4 ([#684](#684)) ([90444b3](90444b3))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#682](#682)) ([0c136e8](0c136e8))
* **deps:** update dependency semantic-release-pub to v0.10.0 ([#681](#681)) ([9706957](9706957))
* **deps:** update dependency semantic-release-pub to v0.10.1 ([#683](#683)) ([c4658b4](c4658b4))
* **example/deps:** update dependency dart to >=3.6.2 <4.0.0 ([#675](#675)) ([36ab0b8](36ab0b8))
  • Loading branch information
semantic-release-bot committed Feb 9, 2025
1 parent 36ab0b8 commit 5a34811
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.15.7](https://github.com/zeshuaro/firestore_cache/compare/v2.15.6...v2.15.7) (2025-02-09)

### Bug Fixes

* **deps:** update dependency shared_preferences to ^2.5.1 ([#685](https://github.com/zeshuaro/firestore_cache/issues/685)) ([dafb498](https://github.com/zeshuaro/firestore_cache/commit/dafb498b16e428e9670dc5b279c70666c61bb8eb))
* **sdk:** update dependency dart to >=3.6.2 <4.0.0 ([#679](https://github.com/zeshuaro/firestore_cache/issues/679)) ([1841a0d](https://github.com/zeshuaro/firestore_cache/commit/1841a0d087ee1cac1e8d845a4a27b98cca999fc8))
* **sdk:** update dependency flutter to v3.27.4 ([#684](https://github.com/zeshuaro/firestore_cache/issues/684)) ([90444b3](https://github.com/zeshuaro/firestore_cache/commit/90444b3a3787ab69efb54f6db634d7588621fa04))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#682](https://github.com/zeshuaro/firestore_cache/issues/682)) ([0c136e8](https://github.com/zeshuaro/firestore_cache/commit/0c136e874abb5393a118293e183ff585502403f8))
* **deps:** update dependency semantic-release-pub to v0.10.0 ([#681](https://github.com/zeshuaro/firestore_cache/issues/681)) ([9706957](https://github.com/zeshuaro/firestore_cache/commit/9706957f6d6ae97c63ca1455f0ab77c8452b2c77))
* **deps:** update dependency semantic-release-pub to v0.10.1 ([#683](https://github.com/zeshuaro/firestore_cache/issues/683)) ([c4658b4](https://github.com/zeshuaro/firestore_cache/commit/c4658b48acbf0ed0305ca17295a0c7ec3bbf0496))
* **example/deps:** update dependency dart to >=3.6.2 <4.0.0 ([#675](https://github.com/zeshuaro/firestore_cache/issues/675)) ([36ab0b8](https://github.com/zeshuaro/firestore_cache/commit/36ab0b846d89891b18eee8c1cd2ad33a5347c558))

## [2.15.6](https://github.com/zeshuaro/firestore_cache/compare/v2.15.5...v2.15.6) (2025-02-02)

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

```yaml
dependencies:
firestore_cache: ^2.15.6
firestore_cache: ^2.15.7
```
### 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.15.6",
"version": "2.15.7",
"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.15.6
version: 2.15.7
homepage: https://github.com/zeshuaro/firestore_cache

environment:
Expand Down

0 comments on commit 5a34811

Please sign in to comment.