Skip to content

Commit 35ffae7

Browse files
agordn52Anthony Gordon
authored andcommitted
chore(release): bump version to 7.1.10
1 parent 0dcd56c commit 35ffae7

5 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.1.10] - 2026-04-26
2+
3+
### Changed
4+
* Bump `nylo_support` dependency from `^7.20.0` to `^7.20.2`
5+
* Bump `error_stack` dependency from `^2.0.1` to `^2.1.1`
6+
17
## [7.1.9] - 2026-04-20
28

39
### Changed

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: error_stack
168-
sha256: "0974c7b4b13d99523718959eaf9f8e425f014ef8b4883aef0123cf91f1c95ec1"
168+
sha256: "05efc3fdeb089c375a8dd148e40fed427d6464946a4b9c71d8fcec15259a0ca7"
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "2.0.1"
171+
version: "2.1.1"
172172
fake_async:
173173
dependency: transitive
174174
description:
@@ -499,15 +499,15 @@ packages:
499499
path: ".."
500500
relative: true
501501
source: path
502-
version: "7.1.8"
502+
version: "7.1.10"
503503
nylo_support:
504504
dependency: transitive
505505
description:
506506
name: nylo_support
507-
sha256: "7ba4dd4165380f3972f6507d31d093599a3be8283a82e525eeece13d5e264c81"
507+
sha256: "267327062fda451edee0520bea0835b8197bbae265b6605829c3b404f78ac659"
508508
url: "https://pub.dev"
509509
source: hosted
510-
version: "7.20.0"
510+
version: "7.20.2"
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.9';
18+
const String nyloVersion = 'v7.1.10';

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ packages:
165165
dependency: "direct main"
166166
description:
167167
name: error_stack
168-
sha256: "0974c7b4b13d99523718959eaf9f8e425f014ef8b4883aef0123cf91f1c95ec1"
168+
sha256: "05efc3fdeb089c375a8dd148e40fed427d6464946a4b9c71d8fcec15259a0ca7"
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "2.0.1"
171+
version: "2.1.1"
172172
fake_async:
173173
dependency: transitive
174174
description:
@@ -521,10 +521,10 @@ packages:
521521
dependency: "direct main"
522522
description:
523523
name: nylo_support
524-
sha256: "7ba4dd4165380f3972f6507d31d093599a3be8283a82e525eeece13d5e264c81"
524+
sha256: "267327062fda451edee0520bea0835b8197bbae265b6605829c3b404f78ac659"
525525
url: "https://pub.dev"
526526
source: hosted
527-
version: "7.20.0"
527+
version: "7.20.2"
528528
objective_c:
529529
dependency: transitive
530530
description:

pubspec.yaml

Lines changed: 3 additions & 3 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.9
3+
version: 7.1.10
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,14 +16,14 @@ environment:
1616
flutter: ">=3.24.0"
1717

1818
dependencies:
19-
nylo_support: ^7.20.0
19+
nylo_support: ^7.20.2
2020
skeletonizer: ^2.1.3
2121
collection: ^1.19.1
2222
args: ^2.7.0
2323
flutter_local_notifications: ^21.0.0
2424
dio: ^5.9.2
2525
recase: ^4.1.0
26-
error_stack: ^2.0.1
26+
error_stack: ^2.1.1
2727
date_field: ^6.0.3+1
2828
yaml: ^3.1.3
2929
flutter:

0 commit comments

Comments
 (0)