Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 29, 2024
1 parent 32fafee commit 31278d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.13.7

Released 2024-10-29

- Merge pull request #82 from skiptools/uiimage-png-jpeg
- Add support for UIImage pngData() and jpegData(compressionQuality:)

## 1.13.2

Released 2024-10-15
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let package = Package(
.library(name: "SkipUI", targets: ["SkipUI"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.1.11"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.2.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.1.16"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.3.1"),
],
targets: [
.target(name: "SkipUI", dependencies: [.product(name: "SkipModel", package: "skip-model")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit 31278d1

Please sign in to comment.