Skip to content

Commit 27bb0cc

Browse files
agordn52Anthony Gordon
authored andcommitted
chore(release): bump version to 7.1.11
1 parent 35ffae7 commit 27bb0cc

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.11] - 2026-04-28
2+
3+
### Changed
4+
* Bump `nylo_support` dependency from `^7.20.2` to `^7.21.0`
5+
16
## [7.1.10] - 2026-04-26
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: "267327062fda451edee0520bea0835b8197bbae265b6605829c3b404f78ac659"
507+
sha256: "4f8d89f3c3ee7af9e1ea11b87c6d107f59816cede04a797c6311b1a91b3c5878"
508508
url: "https://pub.dev"
509509
source: hosted
510-
version: "7.20.2"
510+
version: "7.21.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.10';
18+
const String nyloVersion = 'v7.1.11';

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: "267327062fda451edee0520bea0835b8197bbae265b6605829c3b404f78ac659"
524+
sha256: "4f8d89f3c3ee7af9e1ea11b87c6d107f59816cede04a797c6311b1a91b3c5878"
525525
url: "https://pub.dev"
526526
source: hosted
527-
version: "7.20.2"
527+
version: "7.21.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.10
3+
version: 7.1.11
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.20.2
19+
nylo_support: ^7.21.0
2020
skeletonizer: ^2.1.3
2121
collection: ^1.19.1
2222
args: ^2.7.0

0 commit comments

Comments
 (0)