Skip to content

chore: Add changelog using standard-changelog #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 220 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
"react-test-renderer": "^16.0.0",
"reactotron-react-native": "^1.12.2",
"reactotron-redux": "^1.12.2",
"standard-changelog": "^1.0.7",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
6 changes: 4 additions & 2 deletions src/components/comment-list-item.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ class CommentListItemComponent extends Component {
{
user: comment.user,
}
)}
)
}
>
<Image
style={styles.avatar}
Expand All @@ -167,7 +168,8 @@ class CommentListItemComponent extends Component {
{
user: comment.user,
}
)}
)
}
>
{comment.user.login}
</Text>
Expand Down
3 changes: 2 additions & 1 deletion src/components/issue-list-item.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export const IssueListItem = ({ type, issue, navigation, locale }: Props) => (
issue,
isPR: !!issue.pull_request,
locale,
})}
})
}
underlayColor={colors.greyLight}
>
<View style={styles.container}>
Expand Down
3 changes: 2 additions & 1 deletion src/issue/screens/issue.screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ class Issue extends Component {
navigate('IssueSettings', {
title: translate('issue.settings.title', state.params.locale),
issue: state.params.issue,
})}
})
}
/>
);
}
Expand Down
18 changes: 12 additions & 6 deletions src/locale/languages/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const zhCN = {
welcomeTitle: '欢迎使用GitPoint',
},
events: {
welcomeMessage: '欢迎!这是你的信息流,在这里你可以看到你关注的仓库和用户最近的活动',
welcomeMessage:
'欢迎!这是你的信息流,在这里你可以看到你关注的仓库和用户最近的活动',
commitCommentEvent: '评论提交',
createEvent: '创建了 {{object}}',
deleteEvent: '删除了 {{object}}',
Expand Down Expand Up @@ -97,7 +98,8 @@ export const zhCN = {
privacyPolicy: {
title: '隐私条款',
effectiveDate: '最近更新: 2017年7月15日',
introduction: '我们很高兴您选择使用GitPoint。您可以在本隐私条款中看到我们使用哪些和不使用哪些用户数据。',
introduction:
'我们很高兴您选择使用GitPoint。您可以在本隐私条款中看到我们使用哪些和不使用哪些用户数据。',
userDataTitle: '用户数据',
userData1:
'我们不会把您的GitHub信息用于任何事。授权登录后,用户的OAuth令牌只会被直接保存在客户端设备存储中。我们无法获取令牌信息。我们从不查看或保存用户的访问令牌。',
Expand All @@ -106,12 +108,16 @@ export const zhCN = {
analyticsInfoTitle: '分析数据',
analyticsInfo1:
'目前我们使用Google Analytics和iTunes App Analytics来帮助我们分析GitPoint的流量和使用趋势。这些工具从您的设备上收集包含设备类型、版本、区域、来源等信息。这些信息并无法被用来识别单个用户或者获取任何个人信息。',
analyticsInfo2: '如果我们使用第三方平台来收集追溯栈、错误报告,或者更多的分析信息,我们将保证用户的信息均为匿名并且加密。',
analyticsInfo2:
'如果我们使用第三方平台来收集追溯栈、错误报告,或者更多的分析信息,我们将保证用户的信息均为匿名并且加密。',
openSourceTitle: '开源',
openSource1: 'GitPoint是开源软件,所有对本软件的历史贡献信息都会一直向外界公开。',
openSource2: '每次向本App提交的代码贡献都会经过我们的审查以防止任何人注入任何形式的恶意代码。',
openSource1:
'GitPoint是开源软件,所有对本软件的历史贡献信息都会一直向外界公开。',
openSource2:
'每次向本App提交的代码贡献都会经过我们的审查以防止任何人注入任何形式的恶意代码。',
contactTitle: '联系方式',
contact1: '感谢阅读我们的隐私条款。我们希望您如同我们享受开发GitPoint的过程一般享受使用它!',
contact1:
'感谢阅读我们的隐私条款。我们希望您如同我们享受开发GitPoint的过程一般享受使用它!',
contact2: '如果您对本条款或GitPoint有任何问题,请提交问题到',
contactLink: 'GitPoint仓库',
},
Expand Down
15 changes: 10 additions & 5 deletions src/locale/languages/zh-tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export const zhTW = {
welcomeTitle: '歡迎使用 GitPoint',
},
events: {
welcomeMessage: '歡迎!這是您的消息動態,在這裡你可以看到你關注的版本庫與使用者最近的動態',
welcomeMessage:
'歡迎!這是您的消息動態,在這裡你可以看到你關注的版本庫與使用者最近的動態',
commitCommentEvent: '在 commit 上評論',
createEvent: '建立了{{object}}',
deleteEvent: '刪除了{{object}}',
Expand Down Expand Up @@ -94,7 +95,8 @@ export const zhTW = {
privacyPolicy: {
title: '隱私條款',
effectiveDate: '最後更新:2017年7月15日',
introduction: '我們很高興您選擇使用 GitPoint。您可以在本隱私條款中查閱我們使用哪些與不使用哪些使用者資料。',
introduction:
'我們很高興您選擇使用 GitPoint。您可以在本隱私條款中查閱我們使用哪些與不使用哪些使用者資料。',
userDataTitle: '使用者資料',
userData1:
'我們不會把您的 GitHub 資訊用於任何用途。授權登入後,使用者的 OAuth token 只會被保留在使用者裝置的儲存空間中。我們無法取得此類資訊。我們不會查看或儲存使用者的 access token。',
Expand All @@ -106,10 +108,13 @@ export const zhTW = {
analyticsInfo2:
'如果我們使用第三方平台來蒐集堆棧跟蹤訊息(stack traces)、錯誤紀錄(error logs)或更多的分析資訊,我們將保證使用者的資訊均為匿名且加密的。',
openSourceTitle: '開源',
openSource1: 'GitPoint 是開源軟體,所有對本軟體的歷史貢獻資訊都會一直向外界公開。',
openSource2: '每個向本 App 送交的程式碼貢獻都會經過我們的審查,以防止任何人注入任何形式的惡意程式碼。',
openSource1:
'GitPoint 是開源軟體,所有對本軟體的歷史貢獻資訊都會一直向外界公開。',
openSource2:
'每個向本 App 送交的程式碼貢獻都會經過我們的審查,以防止任何人注入任何形式的惡意程式碼。',
contactTitle: '聯絡方式',
contact1: '感謝閱讀我們的隱私條款。我們希望您能如同我們享受開發 GitPoint 的過程般,也很享受地使用它!',
contact1:
'感謝閱讀我們的隱私條款。我們希望您能如同我們享受開發 GitPoint 的過程般,也很享受地使用它!',
contact2: '如果您對本條款或 GitPoint 有任何問題,請將問題發送至',
contactLink: 'GitPoint 的 repository',
},
Expand Down
Loading