Skip to content

Commit 77f834c

Browse files
Bump version to 4.0.0
2 parents 3e17b9d + 8e16250 commit 77f834c

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

DEVELOPER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Read https://dart.dev/tools/pub/publishing
44

5-
Basically you bump the version with a new commit, and then run `flutter pub publish`
5+
Basically you bump the version with a new commit, and then run `flutter pub publish`.
6+
7+
Then run `cd example && flutter pub get`
68

79
## Known issue
810

example/pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "3.0.0"
95+
version: "4.0.0"
9696
flutter_lints:
9797
dependency: "direct dev"
9898
description:
@@ -131,26 +131,26 @@ packages:
131131
dependency: transitive
132132
description:
133133
name: leak_tracker
134-
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
134+
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "10.0.9"
137+
version: "11.0.2"
138138
leak_tracker_flutter_testing:
139139
dependency: transitive
140140
description:
141141
name: leak_tracker_flutter_testing
142-
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
142+
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
143143
url: "https://pub.dev"
144144
source: hosted
145-
version: "3.0.9"
145+
version: "3.0.10"
146146
leak_tracker_testing:
147147
dependency: transitive
148148
description:
149149
name: leak_tracker_testing
150-
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
150+
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
151151
url: "https://pub.dev"
152152
source: hosted
153-
version: "3.0.1"
153+
version: "3.0.2"
154154
lints:
155155
dependency: transitive
156156
description:
@@ -179,10 +179,10 @@ packages:
179179
dependency: transitive
180180
description:
181181
name: meta
182-
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
182+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "1.16.0"
185+
version: "1.17.0"
186186
path:
187187
dependency: transitive
188188
description:
@@ -336,10 +336,10 @@ packages:
336336
dependency: transitive
337337
description:
338338
name: test_api
339-
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
339+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
340340
url: "https://pub.dev"
341341
source: hosted
342-
version: "0.7.4"
342+
version: "0.7.7"
343343
typed_data:
344344
dependency: transitive
345345
description:
@@ -352,10 +352,10 @@ packages:
352352
dependency: transitive
353353
description:
354354
name: vector_math
355-
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
355+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
356356
url: "https://pub.dev"
357357
source: hosted
358-
version: "2.1.4"
358+
version: "2.2.0"
359359
vm_service:
360360
dependency: transitive
361361
description:
@@ -381,5 +381,5 @@ packages:
381381
source: hosted
382382
version: "1.0.4"
383383
sdks:
384-
dart: ">=3.7.0-0 <4.0.0"
384+
dart: ">=3.8.0-0 <4.0.0"
385385
flutter: ">=3.22.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_authgear
22
description: Authgear SDK for Flutter
3-
version: 3.0.0
3+
version: 4.0.0
44
homepage: https://www.authgear.com
55
repository: https://github.com/authgear/authgear-sdk-flutter
66
documentation: https://authgear.github.io/authgear-sdk-flutter/

0 commit comments

Comments
 (0)