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 13, 2024
1 parent 2a52c72 commit d064236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.2

Released 2024-12-13

- Merge pull request #20 from skiptools/doc-snapshot-listener
- Add DocumentReference.addSnapshotListener API

## 0.6.1

Released 2024-12-12
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.library(name: "SkipFirebaseStorage", targets: ["SkipFirebaseStorage"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.2.7"),
.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-model.git", from: "1.4.0"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "1.15.0"),
Expand Down

0 comments on commit d064236

Please sign in to comment.