Skip to content

Commit

Permalink
Version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 29, 2024
1 parent eb45685 commit b63b6fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.3

Released 2024-10-29

- Merge pull request #15 from Kevin-French/firestore-documentsnapshot-exists
- Add exists property to DocumentSnapshot in Firestore

## 0.5.1

Released 2024-10-15
Expand Down
8 changes: 4 additions & 4 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.1.10"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.7"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.2.0"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "1.13.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.1.16"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.12"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.3.1"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "1.13.6"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.0.0")
],
targets: [
Expand Down

0 comments on commit b63b6fc

Please sign in to comment.