Skip to content

Commit 6e7fc6e

Browse files
committed
Changelog
1 parent c41a9bd commit 6e7fc6e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

flutter_cache_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.4.1] - 2024-08-13
2+
3+
* Target js_interop for Wasm support
4+
15
## [3.4.0] - 2024-08-01
26

37
* [Bugfix] For a previously cached file that got removed on the server, now evicts that file on 404 and notifies listeners.

flutter_cache_manager_firebase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.1] - 2024-08-13
2+
3+
* Target js_interop for Wasm support
4+
15
## [2.1.0] - 2024-08-01
26

37
* Support setting a bucket

flutter_cache_manager_firebase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_cache_manager_firebase
22
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
3-
version: 2.1.0
3+
version: 2.1.1
44
homepage: https://github.com/Baseflow/flutter_cache_manager
55

66
environment:

0 commit comments

Comments
 (0)