@twreporter/react-article-components 2.5.4 → 2.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -411,7 +411,7 @@ var Body = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
411
411
|
trackingSection = _this$props.trackingSection;
|
|
412
412
|
var trackingSectionHeaderOne = {
|
|
413
413
|
type: 'header-one',
|
|
414
|
-
content: ['
|
|
414
|
+
content: ['後續 / 迴響']
|
|
415
415
|
};
|
|
416
416
|
var enableTOC = false;
|
|
417
417
|
var renderContent = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twreporter/react-article-components",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"description": "The Reporter react article components, which are used in article page",
|
|
5
5
|
"main": "lib/components/article-page.js",
|
|
6
6
|
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"files": [
|
|
42
42
|
"lib"
|
|
43
43
|
],
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3bf9ba6f675649b24c9d5b6dc96601a153c3c136"
|
|
45
45
|
}
|