Skip to content

Commit 4c85eba

Browse files
committed
chore(release): bump version to 7.1.3
1 parent 5abe7fc commit 4c85eba

5 files changed

Lines changed: 13 additions & 8 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.3] - 2026-04-02
2+
3+
### Changed
4+
* Bump `nylo_support` dependency from `^7.13.0` to `^7.14.0`
5+
16
## [7.1.2] - 2026-03-31
27

38
### Changed

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,15 +483,15 @@ packages:
483483
path: ".."
484484
relative: true
485485
source: path
486-
version: "7.1.1"
486+
version: "7.1.2"
487487
nylo_support:
488488
dependency: transitive
489489
description:
490490
name: nylo_support
491-
sha256: "9780015ead5c28c6c359f5729dd292254c0aab4835af19c6d297bc67c8120152"
491+
sha256: "024c264e1556fcea4e8aa5eca3216e208abfebc9d0a60a046b2d2d58c4db81f8"
492492
url: "https://pub.dev"
493493
source: hosted
494-
version: "7.13.0"
494+
version: "7.14.0"
495495
objective_c:
496496
dependency: transitive
497497
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.2';
18+
const String nyloVersion = 'v7.1.3';

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ packages:
505505
dependency: "direct main"
506506
description:
507507
name: nylo_support
508-
sha256: "9780015ead5c28c6c359f5729dd292254c0aab4835af19c6d297bc67c8120152"
508+
sha256: "024c264e1556fcea4e8aa5eca3216e208abfebc9d0a60a046b2d2d58c4db81f8"
509509
url: "https://pub.dev"
510510
source: hosted
511-
version: "7.13.0"
511+
version: "7.14.0"
512512
objective_c:
513513
dependency: transitive
514514
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.2
3+
version: 7.1.3
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.13.0
19+
nylo_support: ^7.14.0
2020
skeletonizer: ^2.1.3
2121
collection: ^1.19.1
2222
args: ^2.7.0

0 commit comments

Comments
 (0)