Skip to content

Commit f90d6ed

Browse files
committed
bump version in ui/config and datestamp release notes
1 parent e46f58d commit f90d6ed

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

RELEASENOTES.general.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
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+
5+
## 2.20.1 - December 16, 2022
6+
7+
- Updated colors for verious components:
8+
- Button Icons
9+
- Carousel
10+
- Checkbox Button
11+
- Checkbox Toggle
12+
- Checkbox
13+
- Combobox
14+
- Data Tables
15+
- Dynamic Icons
16+
- File Selector
17+
- Pills
18+
- Popovers
19+
- Progress Indicator
20+
- Radio Group
21+
- Select
22+
- Spinners
23+
- Split View
24+
- Tabs
25+
- Visual Picker
26+
427
## 2.20.0 - December 15, 2022
528

629
- Updated constant colors codes with global slds hooks

RELEASENOTES.md

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

4+
## Release 2.20.1 - December 16, 2022
5+
6+
- Updated colors for verious components:
7+
- Button Icons
8+
- Carousel
9+
- Checkbox Button
10+
- Checkbox Toggle
11+
- Checkbox
12+
- Combobox
13+
- Data Tables
14+
- Dynamic Icons
15+
- File Selector
16+
- Pills
17+
- Popovers
18+
- Progress Indicator
19+
- Radio Group
20+
- Select
21+
- Spinners
22+
- Split View
23+
- Tabs
24+
- Visual Picker
25+
426
## Release 2.20.0 - December 15, 2022
527

628
- Updated constant colors codes with global slds hooks

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

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

0 commit comments

Comments
 (0)