Skip to content

Commit 6eae6b6

Browse files
committed
v5.32.4
1 parent 846fa4d commit 6eae6b6

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.32.4] - 2024-07-09
2+
3+
* Update pubspec.yaml
4+
15
## [5.32.3] - 2024-07-09
26

37
* Update pubspec.yaml

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,15 @@ packages:
339339
path: ".."
340340
relative: true
341341
source: path
342-
version: "5.32.3"
342+
version: "5.32.4"
343343
nylo_support:
344344
dependency: transitive
345345
description:
346346
name: nylo_support
347-
sha256: "85abb05da3a2febbe75bf0709d193e099a131e1c7239ad95c0930896606f83fd"
347+
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
348348
url: "https://pub.dev"
349349
source: hosted
350-
version: "5.81.1"
350+
version: "5.81.2"
351351
page_transition:
352352
dependency: transitive
353353
description:

lib/nylo_framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ export 'package:date_field/date_field.dart';
5050
export 'package:dio/dio.dart';
5151

5252
/// Nylo version
53-
const String nyloVersion = 'v5.32.3';
53+
const String nyloVersion = 'v5.32.4';

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ packages:
337337
dependency: "direct main"
338338
description:
339339
name: nylo_support
340-
sha256: "85abb05da3a2febbe75bf0709d193e099a131e1c7239ad95c0930896606f83fd"
340+
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
341341
url: "https://pub.dev"
342342
source: hosted
343-
version: "5.81.1"
343+
version: "5.81.2"
344344
page_transition:
345345
dependency: "direct main"
346346
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_framework
22
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3-
version: 5.32.3
3+
version: 5.32.4
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework/tree/5.x
66
issue_tracker: https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717

1818
dependencies:
1919
flutter_dotenv: ^5.1.0
20-
nylo_support: ^5.81.1
20+
nylo_support: ^5.81.2
2121
theme_provider: ^0.6.0
2222
page_transition: ^2.1.0
2323
flutter_secure_storage: ^9.2.2

0 commit comments

Comments
 (0)