File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments