@twreporter/react-components 9.4.1 → 9.4.2-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.
@@ -64,7 +64,7 @@ var getLinksGroups = exports.getLinksGroups = function getLinksGroups(mainOrigin
64
64
  }, {
65
65
  slug: 'publication-and-merchandise',
66
66
  text: '出版品與周邊',
67
- to: 'https://twreporter.backme.tw/shops/3619?locale=zh-TW',
67
+ to: 'https://thereporter.waca.ec/',
68
68
  target: '_blank'
69
69
  }, {
70
70
  slug: 'charity-cooperation',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "9.4.1",
3
+ "version": "9.4.2-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>",
@@ -54,5 +54,5 @@
54
54
  "react-dom": "^18.2.0",
55
55
  "storybook": "^8.1.11"
56
56
  },
57
- "gitHead": "5087fd5a2a9b23d57ad4c35746501f185a218ef9"
57
+ "gitHead": "9ce6c2a927ded6521e61ae7d9925533a0cd62962"
58
58
  }