@twreporter/react-components 9.0.2 → 9.0.3-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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [9.0.3-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@9.0.2...@twreporter/react-components@9.0.3-rc.0) (2024-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update footer email subscription link ([22d91d3](https://github.com/twreporter/twreporter-npm-packages/commit/22d91d37ff4b81b9ca838e0790107ed5a95b9e04))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [9.0.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@9.0.2-rc.0...@twreporter/react-components@9.0.2) (2024-06-04)
7
18
 
8
19
  **Note:** Version bump only for package @twreporter/react-components
@@ -72,7 +72,7 @@ var getLinksGroups = function getLinksGroups(mainOrigin) {
72
72
  [{
73
73
  slug: 'subcribe-email',
74
74
  text: '訂閱電子報',
75
- to: 'http://eepurl.com/djVwF9',
75
+ to: "".concat(mainOrigin).concat(_entityPath["default"].account, "email-subscription"),
76
76
  target: '_blank',
77
77
  id: gtmId.newsletter
78
78
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "9.0.2",
3
+ "version": "9.0.3-rc.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>",
@@ -52,5 +52,5 @@
52
52
  "react-dom": "^18.2.0",
53
53
  "storybook": "^7.5.2"
54
54
  },
55
- "gitHead": "48b821a07c388fab197859b742571da4f76bbf87"
55
+ "gitHead": "1a59ddc2ac72746b16ea622641466cee898e9240"
56
56
  }