Skip to content

Commit 40fd032

Browse files
committed
v1.3.0
1 parent d307bac commit 40fd032

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.0] - 2024-05-11
2+
3+
* Update pubspec.yaml
4+
15
## [1.2.1] - 2024-05-04
26

37
* Update logo

README.md

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

5656
``` yaml
5757
dependencies:
58-
error_stack: ^1.2.1
58+
error_stack: ^1.3.0
5959
```
6060
6161
or with Dart:

example/pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.2.1"
50+
version: "1.3.0"
5151
fake_async:
5252
dependency: transitive
5353
description:
@@ -81,50 +81,50 @@ packages:
8181
dependency: transitive
8282
description:
8383
name: flutter_secure_storage
84-
sha256: ffdbb60130e4665d2af814a0267c481bcf522c41ae2e43caf69fa0146876d685
84+
sha256: c0f402067fb0498934faa6bddd670de0a3db45222e2ca9a068c6177c9a2360a4
8585
url: "https://pub.dev"
8686
source: hosted
87-
version: "9.0.0"
87+
version: "9.1.1"
8888
flutter_secure_storage_linux:
8989
dependency: transitive
9090
description:
9191
name: flutter_secure_storage_linux
92-
sha256: "3d5032e314774ee0e1a7d0a9f5e2793486f0dff2dd9ef5a23f4e3fb2a0ae6a9e"
92+
sha256: "4d91bfc23047422cbcd73ac684bc169859ee766482517c22172c86596bf1464b"
9393
url: "https://pub.dev"
9494
source: hosted
95-
version: "1.2.0"
95+
version: "1.2.1"
9696
flutter_secure_storage_macos:
9797
dependency: transitive
9898
description:
9999
name: flutter_secure_storage_macos
100-
sha256: bd33935b4b628abd0b86c8ca20655c5b36275c3a3f5194769a7b3f37c905369c
100+
sha256: "8cfa53010a294ff095d7be8fa5bb15f2252c50018d69c5104851303f3ff92510"
101101
url: "https://pub.dev"
102102
source: hosted
103-
version: "3.0.1"
103+
version: "3.1.0"
104104
flutter_secure_storage_platform_interface:
105105
dependency: transitive
106106
description:
107107
name: flutter_secure_storage_platform_interface
108-
sha256: "0d4d3a5dd4db28c96ae414d7ba3b8422fd735a8255642774803b2532c9a61d7e"
108+
sha256: "301f67ee9b87f04aef227f57f13f126fa7b13543c8e7a93f25c5d2d534c28a4a"
109109
url: "https://pub.dev"
110110
source: hosted
111-
version: "1.0.2"
111+
version: "1.1.1"
112112
flutter_secure_storage_web:
113113
dependency: transitive
114114
description:
115115
name: flutter_secure_storage_web
116-
sha256: "30f84f102df9dcdaa2241866a958c2ec976902ebdaa8883fbfe525f1f2f3cf20"
116+
sha256: f4ebff989b4f07b2656fb16b47852c0aab9fed9b4ec1c70103368337bc1886a9
117117
url: "https://pub.dev"
118118
source: hosted
119-
version: "1.1.2"
119+
version: "1.2.1"
120120
flutter_secure_storage_windows:
121121
dependency: transitive
122122
description:
123123
name: flutter_secure_storage_windows
124-
sha256: "5809c66f9dd3b4b93b0a6e2e8561539405322ee767ac2f64d084e2ab5429d108"
124+
sha256: b20b07cb5ed4ed74fc567b78a72936203f587eba460af1df11281c9326cd3709
125125
url: "https://pub.dev"
126126
source: hosted
127-
version: "3.0.0"
127+
version: "3.1.2"
128128
flutter_test:
129129
dependency: "direct dev"
130130
description: flutter

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.2.1
3+
version: 1.3.0
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.0.0
21+
flutter_secure_storage: ^9.1.1
2222
url_launcher: ^6.2.6
2323
flutter:
2424
sdk: flutter

0 commit comments

Comments
 (0)