From 80edb8829b4ca00c0a52a39b7d9024e3ebdc1acb Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 18 Nov 2024 15:31:36 +0000 Subject: [PATCH] Update compound-design-tokens. --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index b66ba40..b993d10 100644 --- a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/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" : "6190515a2af1eb1cb02114270fd536f1b6daa518", - "version" : "2.0.1" + "revision" : "d81c1aa03fed8662cf85702310542bdc9e5b3d93", + "version" : "2.0.2" } }, { diff --git a/Package.resolved b/Package.resolved index 26f40cc..565d019 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "6190515a2af1eb1cb02114270fd536f1b6daa518", - "version" : "2.0.1" + "revision" : "d81c1aa03fed8662cf85702310542bdc9e5b3d93", + "version" : "2.0.2" } }, { diff --git a/Package.swift b/Package.swift index 5d5a333..f0cb5e2 100644 --- a/Package.swift +++ b/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: "2.0.1"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.0.2"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.3.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.9.0"),