Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 31, 2024
1 parent c72bd55 commit 7ae3564
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.6.0

Released 2024-12-31

- Merge pull request #1 from skiptools/jsc-react-native-community
- Resolve issues with function values
- Switch to build provided by react-native-community maven group

## 0.6.0

Released 2024-12-31

- Merge pull request #1 from skiptools/jsc-react-native-community
- Resolve issues with function values
- Switch to build provided by react-native-community maven group

## 0.5.1

Released 2024-12-31

- Merge pull request #1 from skiptools/jsc-react-native-community
- Resolve issues with function values
- Switch to build provided by react-native-community maven group

## 0.5.0

Released 2024-08-15
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "SkipScript", targets: ["SkipScript"]),
],
dependencies: [
.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", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.16"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.4"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "1.1.0"),
],
targets: [
.target(name: "SkipScript", dependencies: [
Expand Down

0 comments on commit 7ae3564

Please sign in to comment.