Skip to content

Commit d2fad1d

Browse files
committed
Prep for publish
1 parent ea0bfb4 commit d2fad1d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.3.0] - 2022-10-22
7+
## [0.4.0] - 2022-04-07
8+
### Changed
9+
- Now uses `Image.opacity` when appropriate for even better performance.
10+
11+
## [0.3.0] - 2022-03-22
812
### Changed
913
- Updated to be NNBD. Thanks to @maks!
1014

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "0.3.0"
69+
version: "0.4.0"
7070
matcher:
7171
dependency: transitive
7272
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A widget that displays a placeholder and optional progress indicato
33
repository: https://github.com/gskinner/image_fade
44
homepage: https://github.com/gskinner/image_fade
55

6-
version: 0.3.0
6+
version: 0.4.0
77

88
environment:
99
sdk: ">=2.13.4 <3.0.0"

0 commit comments

Comments
 (0)