Skip to content

Commit 5d0e5ed

Browse files
committed
Merge pull request salesforce-ux#629 from salesforce-ux/1.0.0_production-rc1
1.0.0 production rc1
2 parents c8b7a3c + 319c92f commit 5d0e5ed

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Salesforce Lightning Design System
22

3-
[![Build Status](https://travis-ci.com/salesforce-ux/design-system-internal.svg?token=BMXxPFKR5GZuYsqAFsEf&branch=spring-16)](https://travis-ci.com/salesforce-ux/design-system-internal)
3+
[![Build Status](https://travis-ci.org/salesforce-ux/design-system.svg?branch=master)](https://travis-ci.org/salesforce-ux/design-system)
44

55
Welcome to the [Salesforce Lightning Design System](https://www.lightningdesignsystem.com) brought to you by [Salesforce UX](https://twitter.com/salesforceux).
66

app_modules/global/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
{type: 'heroku-static-starter', url: 'https://github.com/salesforce-ux/demo_slds_heroku'}
2929
],
3030
unmanagedPackageUrls: [
31+
{ version: '1.0.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' },
3132
{ version: '0.12.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000Tji5' },
3233
{ version: '0.11.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000T0UT' },
3334
{ version: '0.10.1', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000ShId' },

site/resources/downloads/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ bower install salesforce-lightning-design-system --save
221221

222222
<h2 className="site-text-heading--large" id="archives">Archives</h2>
223223
<ul className={pf('list--dotted')}>
224-
<li><CTALink href="http://design-system-v-0-12-1.herokuapp.com/" eventType="SLDS-Archives">Version 0.12.1</CTALink></li>
224+
<li><CTALink href="http://design-system-v-0-12-2.herokuapp.com/" eventType="SLDS-Archives">Version 0.12.2</CTALink></li>
225225
</ul>
226226

227227
</PageBody>

ui/utilities/text/flavors/section-title/index.react.example.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let SectionTitle = props =>
3939
</div>;
4040

4141
let SectionTitleAction = props =>
42-
<h3 href="#void" className={className(pf('section__title-action'), props.children)}>
42+
<h3 href="#void" className={className(pf('section__title-action'), props.className)}>
4343
<button className={pf('button button--icon-container')}>
4444
<SvgIcon className={pf('button__icon')} sprite="utility" symbol="switch" />
4545
</button>

0 commit comments

Comments
 (0)