Skip to content

Commit

Permalink
馃殺 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed May 11, 2020
1 parent 3bc8794 commit 2bd28e0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.3

- 馃悰 Remove NoHistory flag ([#33](https://github.com/LinusU/flutter_web_auth/pull/33))
- 馃悰 Fix building on iOS 8, 9, and 10 ([#29](https://github.com/LinusU/flutter_web_auth/pull/29))
- 馃悰 Always terminate 'authenticate' callbacks on Android ([#28](https://github.com/LinusU/flutter_web_auth/pull/28))

## 0.2.2

- 馃悰 Fix propagation of "CANCELED" error on iOS ([#31](https://github.com/LinusU/flutter_web_auth/pull/31))
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- flutter_web_auth (0.2.2):
- flutter_web_auth (0.2.3):
- Flutter

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
flutter_web_auth: 19ff08a0272901543393d5059f9a0bf8980002b0
flutter_web_auth: 0f23cca58531e9018ffe578d7b0bf7dd96ada636

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- flutter_web_auth (0.2.2):
- flutter_web_auth (0.2.3):
- FlutterMacOS
- FlutterMacOS (1.0.0)

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

SPEC CHECKSUMS:
flutter_web_auth: d242eb09d29d109a62f4cb12e561cdeae1961daa
flutter_web_auth: 2b916c184ef1570c4efde2bfb7ec7108ce6e811b
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.2"
version: "0.2.3"
image:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.2.2'
s.version = '0.2.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion macos/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.2.2'
s.version = '0.2.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth
description: Flutter plugin for authenticating a user with a web service.
version: 0.2.2
version: 0.2.3
author: Linus Unneb盲ck <linus@folkdatorn.se>
homepage: https://github.com/LinusU/flutter_web_auth

Expand Down

0 comments on commit 2bd28e0

Please sign in to comment.