Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 6d4a5d3

Browse files
author
John Earle
committed
Bump version to 1.1.1
2 parents bed2b90 + 5e55597 commit 6d4a5d3

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lightning Design System Linter for Sketch
22

3-
This Sketch assistant validates document text colors, border colors, fill colors, text sizes, and font families against the the Salesforce Lightning Design System [design tokens](https://www.lightningdesignsystem.com/design-tokens/).
3+
This Sketch assistant validates document text colors, border colors, fill colors, text sizes, and font families against the Salesforce Lightning Design System [design tokens](https://www.lightningdesignsystem.com/design-tokens/).
44

55
## About Sketch Assistants
66

@@ -9,12 +9,16 @@ First time using a Sketch Assistant?
99

1010
## Versions
1111

12-
Make sure you are validating against the correct SLDS release.
12+
Make sure you are validating against the correct SLDS release. Copy and paste the corresponding linter URL in a browser window to download.
1313

14-
| Linter Version | SLDS Token Set | URL (Copy and paste in browser to download.) |
15-
| -------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
16-
| 1.1.0 | Winter '21 + new color palette | sketch://add-assistant?url=<br/>h<span>tt</span>ps://registry.npmjs.org/lightning-design-system-linter/<br/>-/lightning-design-system-linter-1.1.0.tgz |
17-
| 1.0.5 | Winter '21 | sketch://add-assistant?url=<br/>h<span>tt</span>ps://registry.npmjs.org/lightning-design-system-linter/<br/>-/lightning-design-system-linter-1.0.5.tgz |
14+
### Winter '21 + new color palette:
15+
**linter version:** 1.1.1<br/>
16+
**url:** sketch://add-assistant?url=h<span>tt</span>ps://registry.npmjs.org/lightning-design-system-linter/-/lightning-design-system-linter-1.1.1.tgz
17+
### Winter '21 only:
18+
**linter version:** 1.0.5<br/>
19+
**url:** sketch://add-assistant?url=h<span>tt</span>ps://registry.npmjs.org/lightning-design-system-linter/-/lightning-design-system-linter-1.0.5.tgz
20+
21+
---
1822

1923
## Linter Rules
2024

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightning-design-system-linter",
33
"homepage": "https://github.com/salesforce-ux/lightning-design-system-linter",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "dist/index.js",
66
"sketch": "dist/sketch.js",
77
"license": "MIT",

src/__tests__/test.sketch

-7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)