Skip to content

Commit

Permalink
Update design tokens. (#57)
Browse files Browse the repository at this point in the history
A few snapshots needed regenerating for the latest round of icon updates.
  • Loading branch information
pixlwave authored Feb 2, 2024
1 parent e0e0390 commit b2d1227
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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" : "f006a14218e279f81f2ab9398d8ebae58e87e25f",
"version" : "0.1.1"
"revision" : "d7c3bba963d6b7ffab862c3293eb242a8932a0c1",
"version" : "1.0.0"
}
},
{
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.git",
"state" : {
"revision" : "f006a14218e279f81f2ab9398d8ebae58e87e25f",
"version" : "0.1.1"
"revision" : "d7c3bba963d6b7ffab862c3293eb242a8932a0c1",
"version" : "1.0.0"
}
},
{
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.git", exact: "0.1.1"),
.package(url: "https://github.com/element-hq/compound-design-tokens.git", exact: "1.0.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.9.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "4.1.1"),
.package(url: "https://github.com/BarredEwe/Prefire", from: "1.5.0"),
Expand Down

0 comments on commit b2d1227

Please sign in to comment.