Release 5.7.2 (#1320)

This commit is contained in:
Rob Madole
2019-02-12 11:02:09 -06:00
committed by GitHub
parent e93c96b718
commit 4631ad5d25
112 changed files with 102 additions and 88 deletions

View File

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

View File

@@ -1055,7 +1055,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.7.1\"";
var preamble = "FA \"5.7.2\"";
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.14"
"@fortawesome/fontawesome-common-types": "^0.2.15"
},
"version": "1.2.14",
"version": "1.2.15",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",