Skip to content

Commit b29647a

Browse files
committed
bump version in config and datestamp and clean up release notes
1 parent 9401766 commit b29647a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

RELEASENOTES.general.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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.21.4 - Upcoming
4+
## 2.21.5 - July 19, 2023
55

6-
## Fixed
7-
- Updated disabled checkbox-toggle color.
6+
7+
## 2.21.4 - July 17, 2023
8+
9+
- Updated icons to `v10.6.1`
10+
- Utility Set:
11+
- Added `edit_gpt`
12+
- Updated `einstein`
13+
- Added `sparkles`
814

915
## 2.21.3 - June 29, 2023
1016

RELEASENOTES.md

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

4+
## Release 2.21.5 - July 19, 2023
5+
6+
## Components
7+
### [Checkbox Toggle](https://www.lightningdesignsystem.com/components/checkbox-toggle)
8+
#### Changed
9+
- Updated disabled checkbox toggle button color.
10+
11+
## Release 2.21.4 - July 17, 2023
12+
13+
- Updated icons to `v10.6.1`
14+
- Utility Set:
15+
- Added `edit_gpt`
16+
- Updated `einstein`
17+
- Added `sparkles`
18+
419
## Release 2.21.3 - June 29, 2023
520

621
## Fixed

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

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

ui/components/checkbox-toggle/RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Checkbox Toggle Release Notes
44

55
<!-- ## [Unreleased] -->
6+
## 2.21.5
7+
8+
### Changed
9+
- Updated disabled checkbox toggle button color.
610

711
## 2.17.0
812

0 commit comments

Comments
 (0)