@twreporter/react-components 8.21.0-rc.9 → 8.21.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.
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.21.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.21.0-rc.10...@twreporter/react-components@8.21.0) (2023-11-20)
7
+
8
+ **Note:** Version bump only for package @twreporter/react-components
9
+
10
+
11
+
12
+
13
+
14
+ # [8.21.0-rc.10](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.21.0-rc.9...@twreporter/react-components@8.21.0-rc.10) (2023-11-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * add default value for `link in p` story ([fdb017b](https://github.com/twreporter/twreporter-npm-packages/commit/fdb017b206f0a957c712136438cfba10844fcd5a))
20
+
21
+
22
+
23
+
24
+
6
25
  # [8.21.0-rc.9](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.21.0-rc.8...@twreporter/react-components@8.21.0-rc.9) (2023-11-16)
7
26
 
8
27
 
@@ -127,7 +127,9 @@ var linkInParagraph = {
127
127
  type: _link["default"].Type.DEFAULT,
128
128
  link: {
129
129
  to: 'https://www.twreporter.org'
130
- }
130
+ },
131
+ leftWord: '~連結左邊~',
132
+ rightWord: '~連結右邊~'
131
133
  },
132
134
  parameters: {
133
135
  controls: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "8.21.0-rc.9",
3
+ "version": "8.21.0",
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.14.0-rc.2",
19
- "@twreporter/redux": "^7.8.1-rc.3",
18
+ "@twreporter/core": "^1.14.0",
19
+ "@twreporter/redux": "^7.8.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": "4175798031aa2fb80a994f8b3481f79b72167795"
54
+ "gitHead": "ebe4cca68d577c8088974fbb5dadd9ec589cadba"
55
55
  }