Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0](v2.7.0...v2.8.0) (2023-12-03)

### Features

* **sdk:** update dependency dart to >=3.2.2 <4.0.0 ([#221](#221)) ([97c7928](97c7928))
* **sdk:** update dependency flutter to >=3.16.2 ([#226](#226)) ([1d04229](1d04229))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 8ca89b8 ([#227](#227)) ([0149373](0149373))
* **deps:** update zeshuaro/github-actions-workflows digest to b9c8d75 ([#228](#228)) ([bbd1245](bbd1245))
  • Loading branch information
semantic-release-bot committed Dec 3, 2023
1 parent bbd1245 commit b67da61
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.8.0](https://github.com/zeshuaro/firestore_cache/compare/v2.7.0...v2.8.0) (2023-12-03)


### Features

* **sdk:** update dependency dart to >=3.2.2 <4.0.0 ([#221](https://github.com/zeshuaro/firestore_cache/issues/221)) ([97c7928](https://github.com/zeshuaro/firestore_cache/commit/97c792887213fa4989d7930494e3bbe4c0d86501))
* **sdk:** update dependency flutter to >=3.16.2 ([#226](https://github.com/zeshuaro/firestore_cache/issues/226)) ([1d04229](https://github.com/zeshuaro/firestore_cache/commit/1d0422994c385e471a922de73d22171cc8a64933))


### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 8ca89b8 ([#227](https://github.com/zeshuaro/firestore_cache/issues/227)) ([0149373](https://github.com/zeshuaro/firestore_cache/commit/0149373003db3b705bba821f9876b93a067dfbff))
* **deps:** update zeshuaro/github-actions-workflows digest to b9c8d75 ([#228](https://github.com/zeshuaro/firestore_cache/issues/228)) ([bbd1245](https://github.com/zeshuaro/firestore_cache/commit/bbd12456ebcec9631255871b338b7a2373a78868))

## [2.7.0](https://github.com/zeshuaro/firestore_cache/compare/v2.6.0...v2.7.0) (2023-12-01)


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

```yaml
dependencies:
firestore_cache: ^2.7.0
firestore_cache: ^2.8.0
```

### 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.7.0",
"version": "2.8.0",
"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.7.0
version: 2.8.0
homepage: https://github.com/zeshuaro/firestore_cache

environment:
Expand Down

0 comments on commit b67da61

Please sign in to comment.