diff --git a/CHANGELOG.md b/CHANGELOG.md index e68dc9e..648652e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,4 @@ -# 0.13.0 - - feat: `NesContainer.paintBuilder` to override the one set on the theme. - - fix: `NesRunningText` was not disposing its controller. - - feat: add `NesRunningTextLines`. - - feat: add `NesPulser`. - - feat: allow duration to be configured on selection list. - - feat: add `NesIcons.penguin`. - - feat: add `NesIcons.apple`. - - feat: add `NesIcons.windows`. +# 0.14.0 - feat: add `NesIcons.audio`. - feat: add `NesIcons.screen`. - feat: add `NesIcons.rename`. @@ -18,6 +10,16 @@ - feat: add `NesIcons.center`. - feat: add ability to customize mouse cursors used by the package. +# 0.13.0 + - feat: `NesContainer.paintBuilder` to override the one set on the theme. + - fix: `NesRunningText` was not disposing its controller. + - feat: add `NesRunningTextLines`. + - feat: add `NesPulser`. + - feat: allow duration to be configured on selection list. + - feat: add `NesIcons.penguin`. + - feat: add `NesIcons.apple`. + - feat: add `NesIcons.windows`. + # 0.12.1 - fix: theme lerp causing error on null access. diff --git a/example/pubspec.lock b/example/pubspec.lock index a73a850..0ebdd55 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -132,7 +132,7 @@ packages: path: ".." relative: true source: path - version: "0.13.0" + version: "0.14.0" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b4ec49f..997b98f 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.13.0 +version: 0.14.0 repository: https://github.com/erickzanardo/nes_ui environment: