Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesha Mazumdar authored Sep 8, 2018
2 parents 8321260 + df9631d commit 73d9a98
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
daysUntilStale: 60
daysUntilStale: 120
daysUntilClose: 7
exemptLabels:
- roadmap
staleLabel: stale
markComment: >
This issue has been automatically marked as stale because it has not had recent activity.
Expand Down
17 changes: 17 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,23 @@
##### Added
- Added text color utility class, `slds-text-color_destructive`, for destructive actions

## **Release [2.6.2] - June 29, 2018**

## Fixes

**[Cards](https://www.lightningdesignsystem.com/components/cards)**
- Updated broken links within the Cards docs ([7b48637](https://github.com/salesforce-ux/design-system/commit/7b48637))

**Gulp Script Update**
- Fix path to gulp.js to resolve build error in Windows ([2a78a47](https://github.com/salesforce-ux/design-system/commit/2a78a47))

**[Input](https://www.lightningdesignsystem.com/components/input)**
- Updated the Error with Icon example to use the new Error icon ([35d90ba](https://github.com/salesforce-ux/design-system/commit/35d90ba))

**[Margin](https://www.lightningdesignsystem.com/utilities/margin)**
- Added examples of using "none" on margin utilities ([a3e9eb9](https://github.com/salesforce-ux/design-system/commit/a3e9eb9))
- Updated broken links within the Margin docs ([26a5eed](https://github.com/salesforce-ux/design-system/commit/26a5eed))

## **Release [2.6.1] - May 18, 2018**

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"scripts": {
"build": "npm run gulp -- build",
"dist": "npm run gulp -- dist",
"gulp": "babel-node ./node_modules/.bin/gulp",
"gulp": "babel-node ./node_modules/gulp/bin/gulp.js",
"lint": "npm run gulp -- lint",
"start": "npm run build && npm run previewer",
"previewer": "babel-node scripts/previewer",
Expand Down

0 comments on commit 73d9a98

Please sign in to comment.