Skip to content

Commit 2095fcf

Browse files
agordn52Anthony Gordon
authored andcommitted
chore(release): bump version to 7.1.15
1 parent df27a15 commit 2095fcf

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [7.1.15] - 2026-05-07
2+
3+
### Changed
4+
* Bump `nylo_support` dependency from `^7.23.1` to `^7.24.0`
5+
16
## [7.1.14] - 2026-05-01
27

38
### Changed

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ packages:
504504
dependency: transitive
505505
description:
506506
name: nylo_support
507-
sha256: cf08b88164ff25f4d9b189a5a708751956d85ad190f01ade5815e707979b4735
507+
sha256: "6a2ae0bedf9104c9006c60b134404cfff24e17de768714d5cdd0509f057b4eee"
508508
url: "https://pub.dev"
509509
source: hosted
510-
version: "7.23.1"
510+
version: "7.24.0"
511511
objective_c:
512512
dependency: transitive
513513
description:

lib/nylo_framework.dart

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

1717
/// Nylo version
18-
const String nyloVersion = 'v7.1.14';
18+
const String nyloVersion = 'v7.1.15';

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,10 @@ packages:
521521
dependency: "direct main"
522522
description:
523523
name: nylo_support
524-
sha256: cf08b88164ff25f4d9b189a5a708751956d85ad190f01ade5815e707979b4735
524+
sha256: "6a2ae0bedf9104c9006c60b134404cfff24e17de768714d5cdd0509f057b4eee"
525525
url: "https://pub.dev"
526526
source: hosted
527-
version: "7.23.1"
527+
version: "7.24.0"
528528
objective_c:
529529
dependency: transitive
530530
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: 7.1.14
3+
version: 7.1.15
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework/tree/7.x
66
issue_tracker: https://github.com/nylo-core/framework/issues
@@ -16,7 +16,7 @@ environment:
1616
flutter: ">=3.24.0"
1717

1818
dependencies:
19-
nylo_support: ^7.23.1
19+
nylo_support: ^7.24.0
2020
skeletonizer: ^2.1.3
2121
collection: ^1.19.1
2222
args: ^2.7.0

0 commit comments

Comments
 (0)