Skip to content

Commit db5faea

Browse files
committed
1 parent bec592c commit db5faea

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
Released 2024-08-15

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)