From cce69753e8e7f66e9069354c2644c9e6f4699407 Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 11 Apr 2024 09:08:37 -0300 Subject: [PATCH] bumping version --- CHANGELOG.md | 1 + example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1442829..2f3c6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - feat: allow `NesFileExplorer` to have custom icons - feat: adding `NesIcons.alien` - feat: allow `NesScaffold` and allow snackbars to be shown on them. + - feat: route transitions can have their duration customized. Thanks @adil192 # 0.19.0 - feat: adding `NesSectionHeader` diff --git a/example/pubspec.lock b/example/pubspec.lock index f132402..47f1bf4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "0.19.0" + version: "0.20.0" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 43d118f..f595816 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nes_ui description: UI library inspired by old retro video game console -version: 0.19.0 +version: 0.20.0 repository: https://github.com/erickzanardo/nes_ui environment: