@twreporter/react-components 8.6.0 → 8.6.1-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
+ ## [8.6.1-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.6.0...@twreporter/react-components@8.6.1-rc.0) (2021-10-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **react-components:** update footer branding text ([06f7800](https://github.com/twreporter/twreporter-npm-packages/commit/06f780028ba2e2c6442e9f118bc3d2ae525ebae3))
12
+
13
+
14
+
15
+
16
+
6
17
  # [8.6.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.6.0-rc.3...@twreporter/react-components@8.6.0) (2021-10-26)
7
18
 
8
19
  **Note:** Version bump only for package @twreporter/react-components
@@ -135,7 +135,7 @@ function getItemGroups(mainOrigin) {
135
135
  target: '_blank'
136
136
  }, {
137
137
  slug: 'branding-design',
138
- text: '品牌辨識系統',
138
+ text: '品牌設計規範',
139
139
  link: 'https://twreporter.gitbook.io/the-reporter-brand-guidelines/-Mkp5ci3KEsre0wOPYer/',
140
140
  target: '_blank',
141
141
  newFlag: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "8.6.0",
3
+ "version": "8.6.1-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>",
@@ -29,5 +29,5 @@
29
29
  "files": [
30
30
  "lib"
31
31
  ],
32
- "gitHead": "61a53c059c2d8722f5927733e2cbafb7c5d143be"
32
+ "gitHead": "28bf0e4498a738b2b62796d162879301374f2af0"
33
33
  }