Skip to content

Commit

Permalink
Preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
renefloor committed Sep 25, 2023
1 parent a0ce50a commit 0a00bf1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions cached_network_image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## [3.3.0] - TBD
## [3.3.0] - 2023-09-25
* Add error to ErrorListener
* Update to Dart 3
* Add topics
* Remove [`load`](https://github.com/flutter/flutter/pull/132679), use `loadImage` instead `loadBuffer`

Minor code clean-ups:
* Add topics in pubspec
* Specify types
* Update example
* Remove [`load`](https://github.com/flutter/flutter/pull/132679), use `loadImage` instead `loadBuffer`

## [3.2.3] - 2022-11-25
* Correctly dispose image stream handler
Expand Down
2 changes: 1 addition & 1 deletion cached_network_image/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.1
octo_image: ^1.0.2
octo_image: ^2.0.0

dev_dependencies:
file: '>=6.1.4 <8.0.0'
Expand Down
2 changes: 1 addition & 1 deletion cached_network_image_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [3.0.0] - TBD
## [3.0.0] - 2023-09-25
* Add error to ErrorListener
* Specify types
* Remove [`load`](https://github.com/flutter/flutter/pull/132679), use `loadImage` instead `loadBuffer`
Expand Down
1 change: 1 addition & 0 deletions cached_network_image_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cached_network_image_platform_interface
description: Platform interface for CachedNetworkImage
version: 3.0.0
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down
2 changes: 1 addition & 1 deletion cached_network_image_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.0] - TBD
## [1.1.0] - 2023-09-25
* Add error to ErrorListener
* Specify types
* Update example
Expand Down
1 change: 1 addition & 0 deletions cached_network_image_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cached_network_image_web
description: Web implementation of CachedNetworkImage
version: 1.1.0
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down

0 comments on commit 0a00bf1

Please sign in to comment.