Skip to content

Commit eb95be3

Browse files
committed
Merge branch 'hotfix/1.0.3'
2 parents 0dbd2f8 + bceeddc commit eb95be3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# swiftui-navigation-stack Changelog
2+
3+
## 1.0.3
4+
- Fixed Package.swift: the watchOS platform was missing.

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ let package = Package(
77
name: "NavigationStack",
88
platforms: [
99
.iOS(.v13),
10-
.macOS(.v10_15)
10+
.macOS(.v10_15),
11+
.watchOS(.v6)
1112
],
1213
products: [
1314
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)