Skip to content

Commit 023a45b

Browse files
committed
chore(release): bump version to 7.0.11
- Update nylo_support to ^7.9.0 - Update patrol to ^4.2.0
1 parent cb6ec11 commit 023a45b

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

example/pubspec.lock

Lines changed: 5 additions & 5 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.0.9"
486+
version: "7.0.10"
487487
nylo_support:
488488
dependency: transitive
489489
description:
490490
name: nylo_support
491-
sha256: "365d848d3aa7b383c896f0632763286d9dde87df8d1bd779195b8f874a1f8dba"
491+
sha256: "4d6d924dbeb71d64d73b99f601443ff10b67713a610fa6e847701c450b926202"
492492
url: "https://pub.dev"
493493
source: hosted
494-
version: "7.8.1"
494+
version: "7.9.0"
495495
objective_c:
496496
dependency: transitive
497497
description:
@@ -560,10 +560,10 @@ packages:
560560
dependency: transitive
561561
description:
562562
name: patrol
563-
sha256: "0688a00e0fda2e42f102863bbac969b7b5ea836d4dc365b750e0e5aed59d34b0"
563+
sha256: c46dd59eeaca0b78419815e1d8a83a742b83a24666e21a586fc9f67c3cd08b60
564564
url: "https://pub.dev"
565565
source: hosted
566-
version: "4.1.1"
566+
version: "4.2.0"
567567
patrol_finders:
568568
dependency: transitive
569569
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.0.10';
18+
const String nyloVersion = 'v7.0.11';

pubspec.lock

Lines changed: 6 additions & 6 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: "365d848d3aa7b383c896f0632763286d9dde87df8d1bd779195b8f874a1f8dba"
508+
sha256: "4d6d924dbeb71d64d73b99f601443ff10b67713a610fa6e847701c450b926202"
509509
url: "https://pub.dev"
510510
source: hosted
511-
version: "7.8.1"
511+
version: "7.9.0"
512512
objective_c:
513513
dependency: transitive
514514
description:
@@ -577,10 +577,10 @@ packages:
577577
dependency: "direct main"
578578
description:
579579
name: patrol
580-
sha256: "0688a00e0fda2e42f102863bbac969b7b5ea836d4dc365b750e0e5aed59d34b0"
580+
sha256: c46dd59eeaca0b78419815e1d8a83a742b83a24666e21a586fc9f67c3cd08b60
581581
url: "https://pub.dev"
582582
source: hosted
583-
version: "4.1.1"
583+
version: "4.2.0"
584584
patrol_finders:
585585
dependency: transitive
586586
description:
@@ -593,10 +593,10 @@ packages:
593593
dependency: transitive
594594
description:
595595
name: patrol_log
596-
sha256: "26af8e1a8bbea313c82664d4eff1cace4fc8acbc2893799dd67fe4c5d3fa47df"
596+
sha256: b3bd2862c15bd6b163763d7d2a80ae07c24af6da07d62d202798ceea327045d7
597597
url: "https://pub.dev"
598598
source: hosted
599-
version: "0.7.0"
599+
version: "0.7.1"
600600
petitparser:
601601
dependency: transitive
602602
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.0.10
3+
version: 7.0.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.8.1
19+
nylo_support: ^7.9.0
2020
skeletonizer: ^2.1.3
2121
collection: ^1.19.1
2222
args: ^2.7.0
@@ -28,7 +28,7 @@ dependencies:
2828
yaml: ^3.1.3
2929
flutter:
3030
sdk: flutter
31-
patrol: ^4.1.1
31+
patrol: ^4.2.0
3232

3333
dev_dependencies:
3434
rename: ^3.1.0

0 commit comments

Comments
 (0)