Skip to content

Commit

Permalink
v5.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 6, 2024
1 parent 8c21ce5 commit c242e76
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.32.1] - 2024-07-06

* Update pubspec.yaml

## [5.32.0] - 2024-07-06

* Update the Form stub
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
sha256: "608c9165184a7ffc10b6b41a72392f6c4e51dd300f3b8746944430b1094c6e37"
url: "https://pub.dev"
source: hosted
version: "1.7.3"
version: "1.8.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -339,15 +339,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.31.2"
version: "5.32.1"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "578e94f303fbe3c5dbc09366a585eb7f0fca1c02adff302e68b41e4fc4923e28"
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
url: "https://pub.dev"
source: hosted
version: "5.78.1"
version: "5.79.1"
page_transition:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions lib/metro/stubs/form_stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ class ${className.pascalCase}Form extends NyFormData {
style: "compact",
),
Field("Favourite Color",
value: "Blue",
value: "",
cast: FormCast.picker(options: [
"Red",
"Blue",
"Green"
]),
validate: FormValidator("contains:Red,Blue,Green"),
dummyData: "",
dummyData: "Blue",
style: "compact",
),
],
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ export 'package:date_field/date_field.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.32.0';
const String nyloVersion = 'v5.32.1';
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ packages:
dependency: "direct main"
description:
name: error_stack
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
sha256: "608c9165184a7ffc10b6b41a72392f6c4e51dd300f3b8746944430b1094c6e37"
url: "https://pub.dev"
source: hosted
version: "1.7.3"
version: "1.8.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -337,10 +337,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "578e94f303fbe3c5dbc09366a585eb7f0fca1c02adff302e68b41e4fc4923e28"
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
url: "https://pub.dev"
source: hosted
version: "5.78.1"
version: "5.79.1"
page_transition:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 5.32.0
version: 5.32.1
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/5.x
issue_tracker: https://github.com/nylo-core/framework/issues
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
flutter_dotenv: ^5.1.0
nylo_support: ^5.78.1
nylo_support: ^5.79.1
theme_provider: ^0.6.0
page_transition: ^2.1.0
flutter_secure_storage: ^9.2.2
Expand Down

0 comments on commit c242e76

Please sign in to comment.