Release 5.11.2 (#1440)

This commit is contained in:
Rob Madole
2019-09-23 13:55:12 -05:00
committed by GitHub
parent 49229ba0bb
commit b0c7df5337
228 changed files with 681 additions and 454 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.1\"";
var preamble = "FA \"5.11.2\"";
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.1\"";
var preamble = "FA \"5.11.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.24"
"@fortawesome/fontawesome-common-types": "^0.2.25"
},
"version": "1.2.24",
"version": "1.2.25",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",