Skip to content

Commit b2c33fd

Browse files
fix: meta version
1 parent 51c003c commit b2c33fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.1
2+
3+
- fix: revert to meta 1.1.8 package for testing
4+
15
# 0.2.0
26

37
- BREAKING: change in Apple authentication method

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ packages:
225225
path: ".."
226226
relative: true
227227
source: path
228-
version: "0.2.0"
228+
version: "0.2.1"
229229
matcher:
230230
dependency: transitive
231231
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Pre-lit Firebase Authentication. Drop in and add Firebase Auth in j
33
repository: https://github.com/funwithflutter/lit_firebase_auth
44
homepage: https://github.com/funwithflutter/lit_firebase_auth
55

6-
version: 0.2.0
6+
version: 0.2.1
77

88
environment:
99
sdk: ">=2.7.0 <3.0.0"
@@ -17,7 +17,7 @@ dependencies:
1717
google_sign_in: ^4.5.1
1818
firebase_auth_oauth: ^0.1.1+1
1919
# annotation
20-
meta: ^1.2.2
20+
meta: ^1.1.8
2121
freezed_annotation: ^0.11.0+1
2222
# state
2323
dartz: ^0.9.1

0 commit comments

Comments
 (0)