From 9927816b554bdc2735972d56c1a6a3ec04e5023b Mon Sep 17 00:00:00 2001 From: lukepighetti Date: Thu, 22 Oct 2020 07:14:06 -0400 Subject: [PATCH] 1.7.6 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e4af2..36ea35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.7.6 + +- more null coalesce guards + # 1.7.5 - fix route.transitionDuration null coalesce diff --git a/example/pubspec.lock b/example/pubspec.lock index f6d7288..e8ca005 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "1.7.5" + version: "1.7.6" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index a45cd13..c5b9c3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluro description: Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions. -version: 1.7.5 +version: 1.7.6 homepage: https://github.com/lukepighetti/fluro environment: