Skip to content

Commit

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

Released 2024-08-15

- Disable failing tests on Android emulator
- Bump dependencies
- ci: update workflow actions location
- Skip intl tests on Android due to exclusion of android-jsc-intl

## 0.4.1

Released 2024-03-02
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ let package = Package(
defaultLocalization: "en",
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9), .macCatalyst(.v16)],
products: [
.library(name: "SkipScript", type: .dynamic, targets: ["SkipScript"]),
.library(name: "SkipScript", targets: ["SkipScript"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.9.4"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.7.0"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.3"),
.package(url: "https://source.skip.tools/skip.git", from: "1.0.4"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-ffi.git", "0.0.0"..<"2.0.0"),
],
targets: [
.target(name: "SkipScript", dependencies: [
Expand Down

0 comments on commit d0062fc

Please sign in to comment.