Skip to content

Commit

Permalink
v6.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 5, 2025
1 parent 4418858 commit 9af92be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.14.4] - 2025-01-06

* Fix issue with `NyState`

## [6.14.3] - 2025-01-04

* Update pubspec.yaml
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ packages:
path: ".."
relative: true
source: path
version: "6.14.3"
version: "6.14.4"
path:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions lib/widgets/ny_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ abstract class NyState<T extends StatefulWidget> extends NyBaseState<T> {

if (!shouldLoadView) {
init();
hasInitComplete = true;
return;
}

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: nylo_support
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
version: 6.14.3
version: 6.14.4
homepage: https://nylo.dev
repository: https://github.com/nylo-core/support/tree/6.x
issue_tracker: https://github.com/nylo-core/support/issues
Expand Down

0 comments on commit 9af92be

Please sign in to comment.