mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Use v0.0.1 of the DesignTokens package. (#78)
This commit is contained in:
parent
596cf2df0b
commit
9d21fe12f0
@ -23,8 +23,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/vector-im/element-design-tokens.git",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "4aafdc25ca0e322c0de930d4ec86121f5503023e"
|
||||
"revision" : "4aafdc25ca0e322c0de930d4ec86121f5503023e",
|
||||
"version" : "0.0.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -5,8 +5,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/vector-im/element-design-tokens.git",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "ed45767113b703dad6e66d33ad7da388066504f8"
|
||||
"revision" : "4aafdc25ca0e322c0de930d4ec86121f5503023e",
|
||||
"version" : "0.0.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -10,8 +10,8 @@ let package = Package(
|
||||
.library(name: "DesignKit", targets: ["DesignKit"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/vector-im/element-design-tokens.git", branch: "main"),
|
||||
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", .upToNextMajor(from: "0.1.4"))
|
||||
.package(url: "https://github.com/vector-im/element-design-tokens.git", exact: "0.0.1"),
|
||||
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4")
|
||||
],
|
||||
targets: [
|
||||
.target(name: "DesignKit",
|
||||
|
1
changelog.d/pr-78.build
Normal file
1
changelog.d/pr-78.build
Normal file
@ -0,0 +1 @@
|
||||
Use v0.0.1 of the DesignTokens package.
|
Loading…
x
Reference in New Issue
Block a user