Release 5.0.0-rc2

This commit is contained in:
robmadole
2017-09-22 15:41:09 -05:00
committed by Rob Madole
parent 733c00cf65
commit b83b91baee
71 changed files with 3670 additions and 18715 deletions

View File

@@ -1,5 +1,5 @@
/**
* Font Awesome 5.0.0-rc1
* Font Awesome 5.0.0-rc2
*/
var noop = function noop() {};
@@ -527,7 +527,7 @@ function makeLayersTextAbstract(params) {
var noop$1 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$1, measure: noop$1 };
var preamble = 'FA "5.0.0-rc1"';
var preamble = 'FA "5.0.0-rc2"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');

View File

@@ -1,5 +1,5 @@
/**
* Font Awesome 5.0.0-rc1
* Font Awesome 5.0.0-rc2
*/
(function (global, factory) {
@@ -533,7 +533,7 @@ function makeLayersTextAbstract(params) {
var noop$1 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$1, measure: noop$1 };
var preamble = 'FA "5.0.0-rc1"';
var preamble = 'FA "5.0.0-rc2"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');

View File

@@ -4,6 +4,6 @@
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
"jsnext:main": "index.es.js",
"license": "MIT",
"version": "0.0.15",
"version": "0.0.16",
"name": "@fortawesome/fontawesome"
}