Skip to content

Commit 4418858

Browse files
committed
v6.14.3
1 parent 1050043 commit 4418858

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.14.3] - 2025-01-04
2+
3+
* Update pubspec.yaml
4+
15
## [6.14.2] - 2025-01-04
26

37
* Fix updateState method when using NyPage.path

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ packages:
141141
dependency: transitive
142142
description:
143143
name: error_stack
144-
sha256: f1f14820500d6b1931756758f8e6e899a0a0829b8b926ba04f141791cdf7b79e
144+
sha256: "9b4b685fbee04cc4a72f0791663caac5838585d32f83e15ab64f9c8957ec506b"
145145
url: "https://pub.dev"
146146
source: hosted
147-
version: "1.10.0"
147+
version: "1.10.1"
148148
fake_async:
149149
dependency: transitive
150150
description:
@@ -411,7 +411,7 @@ packages:
411411
path: ".."
412412
relative: true
413413
source: path
414-
version: "6.14.2"
414+
version: "6.14.3"
415415
path:
416416
dependency: transitive
417417
description:

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ packages:
141141
dependency: "direct main"
142142
description:
143143
name: error_stack
144-
sha256: f1f14820500d6b1931756758f8e6e899a0a0829b8b926ba04f141791cdf7b79e
144+
sha256: "9b4b685fbee04cc4a72f0791663caac5838585d32f83e15ab64f9c8957ec506b"
145145
url: "https://pub.dev"
146146
source: hosted
147-
version: "1.10.0"
147+
version: "1.10.1"
148148
fake_async:
149149
dependency: transitive
150150
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_support
22
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
3-
version: 6.14.2
3+
version: 6.14.3
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/support/tree/6.x
66
issue_tracker: https://github.com/nylo-core/support/issues
@@ -32,7 +32,7 @@ dependencies:
3232
pretty_dio_logger: ^1.4.0
3333
intl: ^0.19.0
3434
skeletonizer: ^1.4.1+1
35-
error_stack: ^1.10.0
35+
error_stack: ^1.10.1
3636
date_field: ^6.0.0
3737
flutter_multi_formatter: ^2.13.0
3838
flutter_local_notifications: ^18.0.1

0 commit comments

Comments
 (0)