terra-section-header
Advanced tools
Comparing version 2.53.0 to 2.54.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.54.0 - (September 21, 2021) | ||
* Changed | ||
* Updated WDIO Screenshots due to webpack-config-terra sass upgrade. | ||
## 2.53.0 - (July 6, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -58,3 +58,3 @@ "use strict"; | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -61,0 +61,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
{ | ||
"name": "terra-section-header", | ||
"main": "lib/SectionHeader.js", | ||
"version": "2.53.0", | ||
"version": "2.54.0", | ||
"description": "Section Header component that contains text and can be optionally interacted with.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.47.0", | ||
"terra-arrange": "^3.48.0", | ||
"terra-mixins": "^1.40.0", | ||
@@ -50,3 +50,3 @@ "terra-theme-context": "^1.0.0" | ||
}, | ||
"gitHead": "ccca9ef22c3bd7bc08f1e3e41fbc5d32433f6369" | ||
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e" | ||
} |
114142
Updatedterra-arrange@^3.48.0