Skip to content

Commit 8dc2f86

Browse files
authored
Release 2.21.5 (#5225)
2 parents 9401766 + 37c7cc1 commit 8dc2f86

File tree

6 files changed

+32
-7
lines changed

6 files changed

+32
-7
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

package-lock.json

Lines changed: 2 additions & 2 deletions
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.21.4",
11+
"version": "2.21.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.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)