File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.1
2+
3+ Released 2024-08-26
4+
5+ - Merge pull request #7 from rlindsey2/add-anonymous-signin
6+ - Add support for Firebase Auth anonymous sign-in
7+ - Update README.md
8+
19## 0.3.0
210
311Released 2024-08-15
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ let package = Package(
2727 . library( name: " SkipFirebaseStorage " , targets: [ " SkipFirebaseStorage " ] ) ,
2828 ] ,
2929 dependencies: [
30- . package ( url: " https://source.skip.tools/skip.git " , from: " 1.0.4 " ) ,
31- . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.0.0 " ) ,
32- . package ( url: " https://source.skip.tools/skip-model.git " , from: " 1.0 .0 " ) ,
30+ . package ( url: " https://source.skip.tools/skip.git " , from: " 1.0.7 " ) ,
31+ . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.1.2 " ) ,
32+ . package ( url: " https://source.skip.tools/skip-model.git " , from: " 1.1 .0 " ) ,
3333 . package ( url: " https://github.com/firebase/firebase-ios-sdk.git " , from: " 11.0.0 " )
3434 ] ,
3535 targets: [
You can’t perform that action at this time.
0 commit comments