@twreporter/core 1.10.1-rc.0 → 1.11.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,28 @@
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.11.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.11.0-rc.0...@twreporter/core@1.11.0-rc.1) (2023-07-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * add MEMBERSHIP feature flag ([fb25ecb](https://github.com/twreporter/twreporter-npm-packages/commit/fb25ecb3b6113dee66f2e311bd93c995c772a3c7))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.11.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.10.1-rc.0...@twreporter/core@1.11.0-rc.0) (2023-07-03)
18
+
19
+
20
+ ### Features
21
+
22
+ * remove MEMBER_ROLE_ZH_TW ([3586031](https://github.com/twreporter/twreporter-npm-packages/commit/3586031ef0e9c8959be8ec763530b9fca8a9f69e))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [1.10.1-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.10.0...@twreporter/core@1.10.1-rc.0) (2023-06-28)
7
29
 
8
30
  **Note:** Version bump only for package @twreporter/core
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.MEMBERSHIP = void 0;
7
+ var MEMBERSHIP = false;
8
+ exports.MEMBERSHIP = MEMBERSHIP;
@@ -3,21 +3,14 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.MEMBER_ROLE_ZH_TW = exports.MEMBER_ROLE = void 0;
6
+ exports["default"] = exports.MEMBER_ROLE = void 0;
7
7
  var MEMBER_ROLE = {
8
8
  explorer: 'explorer',
9
9
  action_taker: 'action_taker',
10
10
  trailblazer: 'trailblazer'
11
11
  };
12
12
  exports.MEMBER_ROLE = MEMBER_ROLE;
13
- var MEMBER_ROLE_ZH_TW = {
14
- explorer: '探索者',
15
- action_taker: '行動者',
16
- trailblazer: '開創者'
17
- };
18
- exports.MEMBER_ROLE_ZH_TW = MEMBER_ROLE_ZH_TW;
19
13
  var _default = {
20
- MEMBER_ROLE: MEMBER_ROLE,
21
- MEMBER_ROLE_ZH_TW: MEMBER_ROLE_ZH_TW
14
+ MEMBER_ROLE: MEMBER_ROLE
22
15
  };
23
16
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.10.1-rc.0",
3
+ "version": "1.11.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": "d0cdc973332d7c8b7e8d8bd4370e6b789961a1a0"
22
+ "gitHead": "30f280e3fc57a8a93e27e7a14d52965459e7502d"
23
23
  }