Skip to content

Commit

Permalink
馃殺 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Nov 2, 2022
1 parent 316aa6a commit d9fe83f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.0

- 馃挜 Upgrade to Flutter version 3

Migration guide:

This release drops support for Flutter v2, and adds support for Flutter v3. Make sure to upgrade to Flutter v3 when upgrading to this version.

## 0.4.3

- 馃悰 Revert accidental breaking change (#142)
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 (3.0.0)
- flutter_web_auth (0.4.3):
- flutter_web_auth (0.5.0):
- Flutter

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

SPEC CHECKSUMS:
Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808
flutter_web_auth: c25208760459cec375a3c39f6a8759165ca0fa4d

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.4.3):
- flutter_web_auth (0.5.0):
- FlutterMacOS
- FlutterMacOS (3.0.0)

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

SPEC CHECKSUMS:
flutter_web_auth: 544a4ba14cdd7cbe4001e41dffd43e1cdf2831c6
flutter_web_auth: f129850adcc025e7136109a53a00aac93ec62076
FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279

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 @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.3"
version: "0.5.0"
flutter_web_plugins:
dependency: transitive
description: flutter
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.4.3'
s.version = '0.5.0'
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.4.3'
s.version = '0.5.0'
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.4.3
version: 0.5.0
homepage: https://github.com/LinusU/flutter_web_auth

environment:
Expand Down

0 comments on commit d9fe83f

Please sign in to comment.