Skip to content

Commit 8853192

Browse files
authored
Release 2.15.1 (#4630)
1 parent 76becc3 commit 8853192

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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.15.0 - March 25, 2020
4+
## 2.15.1 - April 12, 2021
5+
6+
## 2.15.0 - March 25, 2021
57

68
- Removed Salesforce Sans as the default typeface and replaced it with OS-specific defaults.
79
- Updated many of our design tokens and other colors to utilize the new Salesforce Color System. For more information, [read our article on Medium about this system](https://medium.com/salesforce-ux/the-salesforce-color-system-c7c6b5b9c577).

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#### Changed
1717
- Completed progress rings now use `color-background-success-dark` design token.
1818

19-
## Release 2.15.0 - March 25, 2020
19+
## Release 2.15.0 - March 25, 2021
2020

2121
- Removed Salesforce Sans as the default typeface and replaced it with OS-specific defaults.
2222
- Updated many of our design tokens and other colors to utilize the new Salesforce Color System. For more information, [read our article on Medium about this system](https://medium.com/salesforce-ux/the-salesforce-color-system-c7c6b5b9c577).

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.15.0",
11+
"version": "2.15.1",
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.15.0";
12+
$app-version: "2.15.1";
1313

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

0 commit comments

Comments
 (0)