Skip to content

Commit

Permalink
Use v0.0.1 of the DesignTokens package. (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Jun 10, 2022
1 parent 596cf2d commit 9d21fe1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
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/vector-im/element-design-tokens.git",
"state" : {
"branch" : "main",
"revision" : "ed45767113b703dad6e66d33ad7da388066504f8"
"revision" : "4aafdc25ca0e322c0de930d4ec86121f5503023e",
"version" : "0.0.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-78.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use v0.0.1 of the DesignTokens package.

0 comments on commit 9d21fe1

Please sign in to comment.