Release 5.8.1 (#1341)

This commit is contained in:
Rob Madole
2019-03-21 16:48:06 -05:00
committed by GitHub
parent f481653542
commit 7703dcff3b
160 changed files with 249 additions and 234 deletions

View File

@@ -1051,7 +1051,7 @@ var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMA
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.8.0\"";
var preamble = "FA \"5.8.1\"";
var begin = function begin(name) {
p.mark("".concat(preamble, " ").concat(name, " begins"));

View File

@@ -1057,7 +1057,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.8.0\"";
var preamble = "FA \"5.8.1\"";
var begin = function begin(name) {
p.mark("".concat(preamble, " ").concat(name, " begins"));

View File

@@ -47,9 +47,9 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.16"
"@fortawesome/fontawesome-common-types": "^0.2.17"
},
"version": "1.2.16",
"version": "1.2.17",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",