Skip to content

Commit 267818f

Browse files
committed
v1.10.2
1 parent cd2ea29 commit 267818f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

37
* Update the pubspec.yaml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your `pubspec.yaml` file:
5656

5757
``` yaml
5858
dependencies:
59-
error_stack: ^1.10.1
59+
error_stack: ^1.10.2
6060
```
6161
6262
or with Dart:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: error_stack
22
description: "ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive."
3-
version: 1.10.1
3+
version: 1.10.2
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/error-stack/tree/1.x
66
issue_tracker: https://github.com/nylo-core/error-stack/issues
@@ -18,7 +18,7 @@ environment:
1818
flutter: ">=1.17.0"
1919

2020
dependencies:
21-
flutter_secure_storage: ^9.2.3
21+
flutter_secure_storage: ^9.2.4
2222
url_launcher: ^6.3.1
2323
flutter:
2424
sdk: flutter

0 commit comments

Comments
 (0)