From 237aadd18618b7f1e0c5bfc5609ff0c939b9997e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:35:22 +0000 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v8 --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index fe34c28df..fc309ec19 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" : "6df728f0abe575e915c866a38a6e227f6dd38852", - "version" : "7.0.0" + "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", + "version" : "8.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 6873c1578..425f7f449 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" : "6df728f0abe575e915c866a38a6e227f6dd38852", - "version" : "7.0.0" + "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", + "version" : "8.0.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 9682035b3..8d92eaf42 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" : "6df728f0abe575e915c866a38a6e227f6dd38852", - "version" : "7.0.0" + "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", + "version" : "8.0.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 10dec3b0f..535222ca9 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: "7.0.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "8.0.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.1"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),