Skip to content

Commit 5aa8d6e

Browse files
committed
bump version in ui/config and datestamp release notes
1 parent aa2f37e commit 5aa8d6e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

RELEASENOTES.general.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.17.1 - January 6, 2021
4+
## 2.17.2 - January 20, 2022
5+
6+
## 2.17.1 - January 6, 2022
57

68
## 2.17.0 - December 16, 2021
79

RELEASENOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.17.2 - January 19, 2022
4+
## Release 2.17.2 - January 20, 2022
55

66
## Components
77
### [Buttons](https://www.lightningdesignsystem.com/components/buttons)
88
#### Added
99
- Added `--slds-c-icon-color-foreground` Styling Hook to Button with Icon variant to accurately apply icon color updates
1010
- Due to how the Lightning Base Component is configured, this is required to allow CSS Custom Property reassignment to function within Button Icons
1111

12-
## Release 2.17.1 - January 6, 2021
12+
## Release 2.17.1 - January 6, 2022
1313

1414
## Components
1515
### [Cards](https://www.lightningdesignsystem.com/components/cards)

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.1";
12+
$app-version: "2.17.2";
1313

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

0 commit comments

Comments
 (0)