Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jul 15, 2024
1 parent e2765f9 commit 8e4bd2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.7

Released 2024-07-15

- Change how UIApplication.open() launches a URL to fix error about missing FLAG_ACTIVITY_NEW_TASK (fixes https://github.com/orgs/skiptools/discussions/173)

## 0.10.0

Released 2024-07-03
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "SkipUI", type: .dynamic, targets: ["SkipUI"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.9.4"),
.package(url: "https://source.skip.tools/skip.git", from: "0.10.2"),
.package(url: "https://source.skip.tools/skip-model.git", from: "0.8.0"),
],
targets: [
Expand Down

0 comments on commit 8e4bd2b

Please sign in to comment.