Skip to content

Commit

Permalink
Merge pull request #86 from github/three-dot-five
Browse files Browse the repository at this point in the history
Bump to 3.5.0
  • Loading branch information
Aaron Shekey committed Feb 12, 2016
2 parents 92dc500 + f8b1ea4 commit accaab3
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 3.5.0 (February 12, 2016)

Adds:

- `unverified`

Refines:

- `verified`

### 3.4.1 (January 24, 2016)

This includes various SVG viewport refinements.
Expand Down
Binary file modified octicons/octicons-local.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions octicons/octicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
.octicon-triangle-up:before { content: '\f0aa'} /*  */
.octicon-unfold:before { content: '\f039'} /*  */
.octicon-unmute:before { content: '\f0ba'} /*  */
.octicon-unverified:before { content: '\f0e8'} /*  */
.octicon-verified:before { content: '\f0e6'} /*  */
.octicon-versions:before { content: '\f064'} /*  */
.octicon-watch:before { content: '\f0e0'} /*  */
Expand Down
Binary file modified octicons/octicons.eot
Binary file not shown.
3 changes: 2 additions & 1 deletion octicons/octicons.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@octicons-font-path: ".";
@octicons-version: "83cf61c381c06806e0a3925d1a13c772b25161d2";
@octicons-version: "22dab811a5aa6c7ae0f71074a3480b993f7ef79b";

@font-face {
font-family: 'octicons';
Expand Down Expand Up @@ -216,6 +216,7 @@
.octicon-triangle-up:before { content: '\f0aa'} /**/
.octicon-unfold:before { content: '\f039'} /**/
.octicon-unmute:before { content: '\f0ba'} /**/
.octicon-unverified:before { content: '\f0e8'} /**/
.octicon-verified:before { content: '\f0e6'} /**/
.octicon-versions:before { content: '\f064'} /**/
.octicon-watch:before { content: '\f0e0'} /**/
Expand Down
3 changes: 2 additions & 1 deletion octicons/octicons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$octicons-font-path: "." !default;
$octicons-version: "83cf61c381c06806e0a3925d1a13c772b25161d2";
$octicons-version: "22dab811a5aa6c7ae0f71074a3480b993f7ef79b";

@font-face {
font-family: 'octicons';
Expand Down Expand Up @@ -216,6 +216,7 @@ $octicons-version: "83cf61c381c06806e0a3925d1a13c772b25161d2";
.octicon-triangle-up:before { content: '\f0aa'} /**/
.octicon-unfold:before { content: '\f039'} /**/
.octicon-unmute:before { content: '\f0ba'} /**/
.octicon-unverified:before { content: '\f0e8'} /**/
.octicon-verified:before { content: '\f0e6'} /**/
.octicon-versions:before { content: '\f064'} /**/
.octicon-watch:before { content: '\f0e0'} /**/
Expand Down
5 changes: 3 additions & 2 deletions octicons/octicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified octicons/octicons.ttf
Binary file not shown.
Binary file modified octicons/octicons.woff
Binary file not shown.
1 change: 1 addition & 0 deletions octicons/sprockets-octicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
.octicon-triangle-up:before { content: '\f0aa'} /**/
.octicon-unfold:before { content: '\f039'} /**/
.octicon-unmute:before { content: '\f0ba'} /**/
.octicon-unverified:before { content: '\f0e8'} /**/
.octicon-verified:before { content: '\f0e6'} /**/
.octicon-versions:before { content: '\f064'} /**/
.octicon-watch:before { content: '\f0e0'} /**/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octicons",
"version": "3.4.1",
"version": "3.5.0",
"description": "GitHub's icon font",
"main": "README.md",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions svg/logo-gist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svg/unverified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion svg/verified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit accaab3

Please sign in to comment.