@twreporter/core 1.2.1-rc.0 → 1.3.0-rc.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.3.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.3.0-rc.0...@twreporter/core@1.3.0-rc.1) (2021-10-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **react-components:** fix spec change ([29468e1](https://github.com/twreporter/twreporter-npm-packages/commit/29468e1b10da13a1a506b5625f957bc5280e9960))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.3.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.2.1...@twreporter/core@1.3.0-rc.0) (2021-10-20)
18
+
19
+
20
+ ### Features
21
+
22
+ * **react-components, core:** add twitter entry in footer icon list ([9a3369d](https://github.com/twreporter/twreporter-npm-packages/commit/9a3369d033f324626545e120f1287a5a4cf53717))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.2.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.2.1-rc.0...@twreporter/core@1.2.1) (2020-09-10)
29
+
30
+ **Note:** Version bump only for package @twreporter/core
31
+
32
+
33
+
34
+
35
+
6
36
  ## [1.2.1-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.2.0...@twreporter/core@1.2.1-rc.0) (2020-09-10)
7
37
 
8
38
  **Note:** Version bump only for package @twreporter/core
@@ -14,6 +14,7 @@ var _default = {
14
14
  ccLicense: 'https://creativecommons.org/licenses/by-nc-nd/3.0/tw/',
15
15
  newsLetter: 'https://twreporter.us14.list-manage.com/subscribe/post?u=4da5a7d3b98dbc9fdad009e7e&id=e0eb0c8c32',
16
16
  medium: 'https://medium.com/twreporter',
17
+ twitter: 'https://twitter.com/tw_reporter_org',
17
18
  IJMBrochureDownloadLink: 'https://docs.google.com/forms/d/e/1FAIpQLSd0KW2gaBI0oXr1W-emtLEL6XXKQkLjB1lu1XMVmoYVbincug/viewform'
18
19
  };
19
20
  exports["default"] = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.shortDescription = void 0;
7
- var shortDescription = '2015年12月《報導者》正式上線,稟持深度、開放、非營利的精神,致力於公共領域調查報導,為讀者持續追蹤各項重要議題,共同打造多元的社會與媒體環境。';
7
+ var shortDescription = '《報導者》是台灣第一個由公益基金會成立的網路媒體,秉持深度、開放、非營利的精神,致力於公共領域調查報導,與社會共同打造多元進步的媒體環境。';
8
8
  exports.shortDescription = shortDescription;
package/lib/utils/css.js CHANGED
@@ -9,7 +9,7 @@ var _map = _interopRequireDefault(require("lodash/map"));
9
9
 
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
11
 
12
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
12
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
13
13
 
14
14
  var _ = {
15
15
  map: _map["default"]
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.getGlobalEnv = getGlobalEnv;
7
7
 
8
- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
8
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
9
9
 
10
10
  /*
11
11
  Webpack defined plugin may replace the value of process.env.NODE_ENV directly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.2.1-rc.0",
3
+ "version": "1.3.0-rc.1",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "lib"
21
21
  ],
22
- "gitHead": "bfe048a459429a5a5016da099cc4c8fa7e9a6a6a"
22
+ "gitHead": "9a22d51dccce31df5a46c68cb22c413eab1c46dc"
23
23
  }