diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c636a97f4..523b7a229 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" : "9986a71f303de26b637f6e723cd7f83fabcb471a", - "version" : "6.8.0" + "revision" : "d55164b64a67277c62ee4e4ccebea535168ea7be", + "version" : "6.9.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index dbf00dac9..b26da8f15 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" : "9986a71f303de26b637f6e723cd7f83fabcb471a", - "version" : "6.8.0" + "revision" : "d55164b64a67277c62ee4e4ccebea535168ea7be", + "version" : "6.9.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 75c5db072..f9cb83ad1 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" : "9986a71f303de26b637f6e723cd7f83fabcb471a", - "version" : "6.8.0" + "revision" : "d55164b64a67277c62ee4e4ccebea535168ea7be", + "version" : "6.9.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index dbce468fd..da6050c44 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.8.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.9.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"),