diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index fa5e45590..6ca821528 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2d58c7b37..57203ecfc 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 1d7a98f59..bf0a43792 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 4f60b3242..f7b7bc571 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.10.2"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "7.0.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"),