Skip to content

Commit

Permalink
Prep for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gskinner committed Apr 7, 2022
1 parent ea0bfb4 commit d2fad1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-10-22
## [0.4.0] - 2022-04-07
### Changed
- Now uses `Image.opacity` when appropriate for even better performance.

## [0.3.0] - 2022-03-22
### Changed
- Updated to be NNBD. Thanks to @maks!

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.4.0"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A widget that displays a placeholder and optional progress indicato
repository: https://github.com/gskinner/image_fade
homepage: https://github.com/gskinner/image_fade

version: 0.3.0
version: 0.4.0

environment:
sdk: ">=2.13.4 <3.0.0"
Expand Down

0 comments on commit d2fad1d

Please sign in to comment.