Skip to content

Commit 69a26a2

Browse files
agordn52Anthony Gordon
authored andcommitted
chore(release): bump version to 7.1.20
1 parent 20c1db0 commit 69a26a2

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.20] - 2026-05-23
2+
3+
### Changed
4+
* Bump `nylo_support` dependency from `^7.26.1` to `^7.26.2`
5+
* Bump `error_stack` dependency from `^2.1.3` to `^2.1.4`
6+
17
## [7.1.19] - 2026-05-23
28

39
### Changed

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ packages:
197197
dependency: transitive
198198
description:
199199
name: error_stack
200-
sha256: "354ca9d873e7397681e6189814514571b43ed864fb0c35c151ad7dfe5facc214"
200+
sha256: dcd3b536878e181570ac0dbb5542bc5ead0babc975eedb9226a289f92b5e0cbb
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "2.1.3"
203+
version: "2.1.4"
204204
fake_async:
205205
dependency: transitive
206206
description:
@@ -531,15 +531,15 @@ packages:
531531
path: ".."
532532
relative: true
533533
source: path
534-
version: "7.1.18"
534+
version: "7.1.19"
535535
nylo_support:
536536
dependency: transitive
537537
description:
538538
name: nylo_support
539-
sha256: "6a541ce130bdc8a99ac4b8dadc29a3ffabe7194fc9da49b1dada7ee80a15ba77"
539+
sha256: "41688fe1085d38c9eee283794524d5546eb0d8c92c81b13695d92cc57dbbdc34"
540540
url: "https://pub.dev"
541541
source: hosted
542-
version: "7.26.1"
542+
version: "7.26.2"
543543
objective_c:
544544
dependency: transitive
545545
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.19';
18+
const String nyloVersion = 'v7.1.20';

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ packages:
197197
dependency: "direct main"
198198
description:
199199
name: error_stack
200-
sha256: "354ca9d873e7397681e6189814514571b43ed864fb0c35c151ad7dfe5facc214"
200+
sha256: dcd3b536878e181570ac0dbb5542bc5ead0babc975eedb9226a289f92b5e0cbb
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "2.1.3"
203+
version: "2.1.4"
204204
fake_async:
205205
dependency: transitive
206206
description:
@@ -553,10 +553,10 @@ packages:
553553
dependency: "direct main"
554554
description:
555555
name: nylo_support
556-
sha256: "6a541ce130bdc8a99ac4b8dadc29a3ffabe7194fc9da49b1dada7ee80a15ba77"
556+
sha256: "41688fe1085d38c9eee283794524d5546eb0d8c92c81b13695d92cc57dbbdc34"
557557
url: "https://pub.dev"
558558
source: hosted
559-
version: "7.26.1"
559+
version: "7.26.2"
560560
objective_c:
561561
dependency: transitive
562562
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.19
3+
version: 7.1.20
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.38.4"
1717

1818
dependencies:
19-
nylo_support: ^7.26.1
19+
nylo_support: ^7.26.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.1.3
26+
error_stack: ^2.1.4
2727
date_field: ^6.0.3+1
2828
yaml: ^3.1.3
2929
flutter:

0 commit comments

Comments
 (0)