From 127fcf6854b60dc8e64c5409d485d6a973dc33e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:28:19 +0200 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v6.10.2 (#5180) --- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 6 +++--- compound-ios/Package.swift | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index ac012061d..fa5e45590 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "8eb9025bb2afabd4f0794636164b32d8b7ed94d2c00e6d7016184f2cdecd87b2", + "originHash" : "90ff17a924d5f3b110bd4a178ebe9a8ab0500930275f80318a65e0110bec8b29", "pins" : [ { "identity" : "compound-design-tokens", "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "a3dedba504bd1a3d04ce2a62eef00b9eef799ec4", - "version" : "6.10.1" + "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", + "version" : "6.10.2" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9f04444b4..2d58c7b37 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" : "a3dedba504bd1a3d04ce2a62eef00b9eef799ec4", - "version" : "6.10.1" + "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", + "version" : "6.10.2" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index d0fe33b8f..1d7a98f59 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "f1bd760161a06debbba4152a9ad83d70deae74ffe4d91dd85d4d412572c1cde9", + "originHash" : "4ef76dbc3bfba3928a5fcd58ed30e2b87b63c2faff12983fd1b717bec0ff5ddc", "pins" : [ { "identity" : "compound-design-tokens", "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "a3dedba504bd1a3d04ce2a62eef00b9eef799ec4", - "version" : "6.10.1" + "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", + "version" : "6.10.2" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 64f774e53..4f60b3242 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.1"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.10.2"), // .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"),