Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Apr 6, 2024
1 parent b19503e commit fa4db4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.0

Released 2024-04-06

- Handle external URL load

## 0.2.1

Released 2024-04-06

- Handle external URL load

## 0.1.4

Released 2024-04-02
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
.library(name: "SkipWeb", targets: ["SkipWeb"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.8.27"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "0.6.1")
.package(url: "https://source.skip.tools/skip.git", from: "0.8.29"),
.package(url: "https://source.skip.tools/skip-ui.git", from: "0.6.3")
],
targets: [
.target(name: "SkipWeb", dependencies: [.product(name: "SkipUI", package: "skip-ui")], resources: [.process("Resources")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit fa4db4e

Please sign in to comment.