Skip to content

Commit

Permalink
chore: bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Jan 29, 2024
1 parent befadc4 commit 4adcdb0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.13.0"
version: "0.14.0"
nested:
dependency: transitive
description:
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: 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:
Expand Down

0 comments on commit 4adcdb0

Please sign in to comment.