Skip to content

Commit

Permalink
Pubspec bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leoiacovini committed Oct 26, 2020
1 parent 06c6942 commit 9397da9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.7.2
- Fix problems caused by bump in `analyzer` dependency

## 0.7.1
- Update README
- Update pubspec.yaml to support analyzer up to version `0.41.0`
Expand Down
1 change: 1 addition & 0 deletions example/lib/samples/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class HomeScreen extends StatelessWidget {
}

if (text != null) {
// ignore: unawaited_futures
showDialog<void>(
context: context,
builder: (context) => AlertDialog(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nuvigator
description: A powerful and strongly typed routing abstraction over Flutter navigator, providing some new features and an easy way to define routers with code generation.
version: 0.7.1
version: 0.7.2

homepage: https://github.com/nubank/nuvigator

Expand Down

0 comments on commit 9397da9

Please sign in to comment.