Skip to content

Commit

Permalink
Update compound-design-tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Nov 18, 2024
1 parent 00a32ae commit 80edb88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 80edb88

Please sign in to comment.