Release 5.11.1 (#1437)

This commit is contained in:
Rob Madole
2019-09-18 18:00:01 -05:00
committed by GitHub
parent 3900f1b104
commit 49229ba0bb
376 changed files with 2473 additions and 2270 deletions

View File

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

View File

@@ -1085,7 +1085,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.11.0\"";
var preamble = "FA \"5.11.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.23"
"@fortawesome/fontawesome-common-types": "^0.2.24"
},
"version": "1.2.23",
"version": "1.2.24",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",