@twreporter/react-article-components 2.5.4 → 2.5.5-rc.0

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.4",
3
+ "version": "2.5.5-rc.0",
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": "1874e3f3393b1a137573c19c20abf3bdbcc94083"
44
+ "gitHead": "3f0ca560078546e93ce406580ef917e5b8a3d335"
45
45
  }