Skip to content

Commit eebf31d

Browse files
authored
chore(release): release 2.6.2 (#3368)
1 parent fd6b5b9 commit eebf31d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

RELEASENOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
44

55
<!-- ## [Unreleased] -->
6+
## **Release [2.6.2] - June 29, 2018**
7+
8+
## Fixes
9+
10+
**[Cards](https://www.lightningdesignsystem.com/components/cards)**
11+
- Updated broken links within the Cards docs ([7b48637](https://github.com/salesforce-ux/design-system/commit/7b48637))
12+
13+
**Gulp Script Update**
14+
- Fix path to gulp.js to resolve build error in Windows ([2a78a47](https://github.com/salesforce-ux/design-system/commit/2a78a47))
15+
16+
**[Input](https://www.lightningdesignsystem.com/components/input)**
17+
- Updated the Error with Icon example to use the new Error icon ([35d90ba](https://github.com/salesforce-ux/design-system/commit/35d90ba))
18+
19+
**[Margin](https://www.lightningdesignsystem.com/utilities/margin)**
20+
- Added examples of using "none" on margin utilities ([a3e9eb9](https://github.com/salesforce-ux/design-system/commit/a3e9eb9))
21+
- Updated broken links within the Margin docs ([26a5eed](https://github.com/salesforce-ux/design-system/commit/26a5eed))
22+
623
## **Release [2.6.1] - May 18, 2018**
724

825
## Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "design-system",
33
"description": "Salesforce Lightning Design System",
4-
"version": "2.6.1",
4+
"version": "2.6.2",
55
"author": "Salesforce",
66
"slds": {
77
"name": "Summer ’18",

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.6.1';
12+
$app-version: '2.6.2';
1313

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

0 commit comments

Comments
 (0)