Skip to content

Commit

Permalink
Release 2.7.1 (#3510)
Browse files Browse the repository at this point in the history
* 2.7.1

* fix(global-navigation): Remove font-weight 300 to increase legibility

* Bump to version 2.7.1

* Bump to version 2.7.1

* Bump to version 2.7.1

* fix(page-header): reduce font size for title

* fix(page-header): Update title font size to 18px

* fix(page-header): swap out token for component specific, add release notes
  • Loading branch information
brandonferrua authored Sep 13, 2018
1 parent 31c7d8d commit 6997a45
Show file tree
Hide file tree
Showing 11 changed files with 2,208 additions and 182 deletions.
16 changes: 16 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->

<!-- ## [Unreleased] -->
## **Release 2.7.1 - September 9, 2018**

### Components

#### Global Navigation

##### Fixed

- Remove `font-weight: 300` from app title to increase legibility

#### Page Header

##### Changed

- Reduce font-size of `slds-page-header__title` to 18px

## **Release 2.7.0 - September 7, 2018**

### General
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "design-system",
"description": "Salesforce Lightning Design System",
"version": "2.7.0",
"version": "2.7.1",
"author": "Salesforce",
"slds": {
"name": "Winter ’19",
Expand Down
5 changes: 5 additions & 0 deletions ui/components/global-navigation/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Global Navigation Release Notes

<!-- ## [Unreleased] -->
## 2.7.1

### Fixed

- Remove `font-weight: 300` from app title to increase legibility

## 2.7.0

Expand Down
Loading

0 comments on commit 6997a45

Please sign in to comment.