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: