Bumping the version number for release of 1.1.6

This commit is contained in:
Julien Deswaef 2019-02-21 10:24:28 -05:00
parent 5945975242
commit c14e361ccb
13 changed files with 25 additions and 17 deletions

View File

@ -1,8 +1,16 @@
# Changelog
## Changelog of Fork awesome
- v1.1.6
- Added icons: file-epub, python, archlinux, pleroma, unsplash, hackster, spell-check, moon, sun, f-droid, and biometric
- Some documentation correction and augmentation, mostly in the README
- Gave access to the @all-contributors [bot] to the repo for easier contributor list management
- Added a plugin to automatically update the Contributors badge when building the documentation
- Added an official domain name for the project: https://forkaweso.me
- v1.1.5
- Just bumped the version number to trigger an automated deploy
- v1.1.4
- Added icons: Gitea, AT&T, Digitalocean, C (language), Wikidata, Emby, Jirafeau, Hashnode, DevTo, Pixelfed, Matrix, Inkscape, Syncthing.
- Added icons: Gitea, AT&T, Digitalocean, C (language), Wikidata, Emby, Jirafeau, Hashnode, DevTo, Pixelfed, Matrix, Inkscape, Syncthing.
- v1.1.3
- Added icons: Syncthing and Inkscape
- Fixed sizing with PHP icon

View File

@ -2,7 +2,7 @@
### A fork of the iconic font and CSS toolkit
[![npm](https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837)](https://www.npmjs.com/package/fork-awesome)
[![All Contributors](https://img.shields.io/badge/all_contributors-113-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![All Contributors](https://img.shields.io/badge/all_contributors-114-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome)

View File

@ -19,10 +19,10 @@ icon_destination: icon # Relative to destination
forkawesome:
name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit
version: 1.1.5
version: 1.1.6
minor_version: 1.1
major_version: 1
doc_blob: v1.1.5
doc_blob: v1.1.6
url: https://forkaweso.me/Fork-Awesome/
css_prefix: fa
font_family: ForkAwesome

View File

@ -2,7 +2,7 @@
"name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome",
"version": "1.1.1",
"version": "1.1.6",
"keywords": [],
"dependencies": {},
"development": {},

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.5');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.5') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.5') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.5') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.5') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.5#forkawesomeregular') format('svg');
src: url('../fonts/forkawesome-webfont.eot?v=1.1.6');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.6') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.6') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.6') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.6') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.6#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
@fa-version: "1.1.5";
@fa-version: "1.1.6";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);

View File

@ -1,7 +1,7 @@
{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "1.1.5",
"version": "1.1.6",
"style": "css/fork-awesome.css",
"keywords": [
"font",

View File

@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.5
Fork Awesome 1.1.6
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome