Skip to content

Commit 2bd28e0

Browse files
committed
🚢 0.2.3
1 parent 3bc8794 commit 2bd28e0

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.3
2+
3+
- 🐛 Remove NoHistory flag ([#33](https://github.com/LinusU/flutter_web_auth/pull/33))
4+
- 🐛 Fix building on iOS 8, 9, and 10 ([#29](https://github.com/LinusU/flutter_web_auth/pull/29))
5+
- 🐛 Always terminate 'authenticate' callbacks on Android ([#28](https://github.com/LinusU/flutter_web_auth/pull/28))
6+
17
## 0.2.2
28

39
- 🐛 Fix propagation of "CANCELED" error on iOS ([#31](https://github.com/LinusU/flutter_web_auth/pull/31))

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_web_auth (0.2.2):
3+
- flutter_web_auth (0.2.3):
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18-
flutter_web_auth: 19ff08a0272901543393d5059f9a0bf8980002b0
18+
flutter_web_auth: 0f23cca58531e9018ffe578d7b0bf7dd96ada636
1919

2020
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2121

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- flutter_web_auth (0.2.2):
2+
- flutter_web_auth (0.2.3):
33
- FlutterMacOS
44
- FlutterMacOS (1.0.0)
55

@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64
1515

1616
SPEC CHECKSUMS:
17-
flutter_web_auth: d242eb09d29d109a62f4cb12e561cdeae1961daa
17+
flutter_web_auth: 2b916c184ef1570c4efde2bfb7ec7108ce6e811b
1818
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
1919

2020
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "0.2.2"
83+
version: "0.2.3"
8484
image:
8585
dependency: transitive
8686
description:

ios/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_web_auth'
6-
s.version = '0.2.2'
6+
s.version = '0.2.3'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_web_auth'
6-
s.version = '0.2.2'
6+
s.version = '0.2.3'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 0.2.2
3+
version: 0.2.3
44
author: Linus Unnebäck <[email protected]>
55
homepage: https://github.com/LinusU/flutter_web_auth
66

0 commit comments

Comments
 (0)