Skip to content

Commit fb31356

Browse files
committed
1 parent 32bdbb1 commit fb31356

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.2
2+
3+
Released 2025-01-09
4+
5+
- Bump to androidx-compose-bom 2024.12.01 (#9)
6+
17
## 1.0.0
28

39
Released 2024-08-15

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
.library(name: "SkipModel", targets: ["SkipModel"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://source.skip.tools/skip.git", from: "1.0.0"),
13-
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.0"),
12+
.package(url: "https://source.skip.tools/skip.git", from: "1.2.18"),
13+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.7"),
1414
],
1515
targets: [
1616
.target(name: "SkipModel", dependencies: [.product(name: "SkipFoundation", package: "skip-foundation")], plugins: [.plugin(name: "skipstone", package: "skip")]),

0 commit comments

Comments
 (0)