@twreporter/react-components 8.27.1-rc.3 → 8.27.1-rc.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ ## [8.27.1-rc.5](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.27.1-rc.4...@twreporter/react-components@8.27.1-rc.5) (2024-04-19)
7
+
8
+ **Note:** Version bump only for package @twreporter/react-components
9
+
10
+
11
+
12
+
13
+
14
+ ## [8.27.1-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.27.1-rc.3...@twreporter/react-components@8.27.1-rc.4) (2024-04-19)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * set `showColorText` init value `true` ([310f489](https://github.com/twreporter/twreporter-npm-packages/commit/310f489db989eec95548670b020b903100f7e0b4))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [8.27.1-rc.3](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.27.1-rc.2...@twreporter/react-components@8.27.1-rc.3) (2024-04-17)
7
26
 
8
27
  **Note:** Version bump only for package @twreporter/react-components
@@ -153,7 +153,7 @@ var colorSet = {
153
153
  height: '100px',
154
154
  width: '100px',
155
155
  type: ColorSetEnum.GRAYSCALE,
156
- showColorText: false,
156
+ showColorText: true,
157
157
  background: _color.colorGrayscale.gray100
158
158
  }
159
159
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "8.27.1-rc.3",
3
+ "version": "8.27.1-rc.5",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -15,8 +15,8 @@
15
15
  "chromatic": "npx chromatic --exit-zero-on-changes"
16
16
  },
17
17
  "dependencies": {
18
- "@twreporter/core": "^1.20.0-rc.0",
19
- "@twreporter/redux": "^7.12.0-rc.0",
18
+ "@twreporter/core": "^1.20.0-rc.1",
19
+ "@twreporter/redux": "^7.12.0-rc.1",
20
20
  "fontfaceobserver-es": "^3.3.3",
21
21
  "hoist-non-react-statics": "^2.3.1",
22
22
  "lodash": "^4.0.0",
@@ -51,5 +51,5 @@
51
51
  "react-dom": "^16.0.0",
52
52
  "storybook": "^7.5.2"
53
53
  },
54
- "gitHead": "514a1db841fae2a5d883d79382f4402e0fe502e0"
54
+ "gitHead": "0dad554b0fd4789cd32bb5ed0429748cbbdec0c9"
55
55
  }