diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2217ddf20..0fbf782f2 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c", - "version" : "6.5.0" + "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", + "version" : "6.6.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3f55935b8..da21cd371 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c", - "version" : "6.5.0" + "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", + "version" : "6.6.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index a045f6656..ebf181668 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c", - "version" : "6.5.0" + "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", + "version" : "6.6.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 6e30ab761..e3969a7c7 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.5.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.6.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),