Skip to content

Commit 654d9bb

Browse files
agordn52Anthony Gordon
authored andcommitted
chore(release): bump version to 7.20.2
1 parent f880bf0 commit 654d9bb

4 files changed

Lines changed: 13 additions & 7 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.20.2] - 2026-04-26
2+
3+
### Changed
4+
5+
* Bumped `error_stack` dependency from `^2.0.1` to `^2.1.1`
6+
17
## [7.20.1] - 2026-04-26
28

39
### Fixed

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ packages:
157157
dependency: transitive
158158
description:
159159
name: error_stack
160-
sha256: "0974c7b4b13d99523718959eaf9f8e425f014ef8b4883aef0123cf91f1c95ec1"
160+
sha256: "05efc3fdeb089c375a8dd148e40fed427d6464946a4b9c71d8fcec15259a0ca7"
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "2.0.1"
163+
version: "2.1.1"
164164
fake_async:
165165
dependency: transitive
166166
description:
@@ -483,7 +483,7 @@ packages:
483483
path: ".."
484484
relative: true
485485
source: path
486-
version: "7.20.0"
486+
version: "7.20.1"
487487
objective_c:
488488
dependency: transitive
489489
description:

pubspec.lock

Lines changed: 2 additions & 2 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:

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: 7.20.1
3+
version: 7.20.2
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/support/tree/7.x
66
issue_tracker: https://github.com/nylo-core/support/issues
@@ -29,7 +29,7 @@ dependencies:
2929
rxdart: ^0.28.0
3030
intl: ^0.20.2
3131
skeletonizer: ^2.1.3
32-
error_stack: ^2.0.1
32+
error_stack: ^2.1.1
3333
date_field: ^6.0.3+1
3434
flutter_multi_formatter: ^2.13.10
3535
flutter_local_notifications: ^21.0.0

0 commit comments

Comments
 (0)