Skip to content

Commit

Permalink
Merge branch 'release/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Oct 21, 2019
2 parents dc512e6 + 99d76a6 commit 20de73e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.2
- Improve favorites list update

## 1.2.1
- Ignore badly formed avatar urls

Expand Down
2 changes: 1 addition & 1 deletion lib/pages/articles/preview_post.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PreviewPost extends StatelessWidget {
@required this.favorited,
@required this.favorites,
@required this.onTap,
});
}) : super(key: Key(slug));
@override
Widget build(BuildContext context) {
final favoriteBloc = FavoriteBloc(
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
final version = '1.2.1';
final version = '1.2.2';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: realworld_flutter
description: A Realworld Flutter Application

version: 1.2.1
version: 1.2.2

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

0 comments on commit 20de73e

Please sign in to comment.