Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 22, 2024
1 parent 201be87 commit 19b7f4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.4

Released 2024-12-22

- Merge pull request #24 from ky-is/add-auth-state-listener
- Add auth addStateDidChangeListener/removeStateDidChangeListener

## 0.6.2

Released 2024-12-13
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ let package = Package(
.library(name: "SkipFirebaseStorage", targets: ["SkipFirebaseStorage"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.2.8"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.2"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.10"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.3"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.4.0"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "1.15.0"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "1.16.1"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.0.0")
],
targets: [
Expand Down

0 comments on commit 19b7f4e

Please sign in to comment.