Skip to content

Commit 915f456

Browse files
authored
Release 2.17.5 (#5020)
2 parents 77daa02 + 43bef66 commit 915f456

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

RELEASENOTES.general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Updated design token `COLOR_BACKGROUND_DESTRUCTIVE_HOVER` so that it is a different color from `COLOR_BACKGROUND_DESTRUCTIVE`
77

8+
## 2.17.4 - February 3, 2022
9+
810
## 2.17.3 - January 27, 2022
911

1012
## 2.17.2 - January 20, 2022

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#### Fixed
1919
- Reverted changes to checkbox layout introduced in 2.17.4
2020

21-
## Release 2.17.4 - February 10, 2022
21+
## Release 2.17.4 - February 3, 2022
2222

2323
## Components
2424
### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.17.4",
11+
"version": "2.17.5",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.17.4";
12+
$app-version: "2.17.5";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

0 commit comments

Comments
 (0)