Skip to content

Commit 4877503

Browse files
committed
🚢 0.4.3
1 parent 2694d50 commit 4877503

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3
2+
3+
- 🐛 Revert accidental breaking change (#142)
4+
15
## 0.4.2
26

37
- 🎉 Add `preferEphemeral` support on macOS

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 (3.0.0)
3-
- flutter_web_auth (0.4.2):
3+
- flutter_web_auth (0.4.3):
44
- Flutter
55

66
DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
19-
flutter_web_auth: efb49f029fc0ccc6a9d693235b44b7cac8a41e8d
19+
flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808
2020

2121
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222

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.4.2):
2+
- flutter_web_auth (0.4.3):
33
- FlutterMacOS
44
- FlutterMacOS (3.0.0)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
1616

1717
SPEC CHECKSUMS:
18-
flutter_web_auth: 9f5a8310472792cef77f8f2227f39064be5d71ab
18+
flutter_web_auth: 544a4ba14cdd7cbe4001e41dffd43e1cdf2831c6
1919
FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279
2020

2121
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

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.4.2'
6+
s.version = '0.4.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.4.2'
6+
s.version = '0.4.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.4.2
3+
version: 0.4.3
44
homepage: https://github.com/LinusU/flutter_web_auth
55

66
environment:

0 commit comments

Comments
 (0)