Skip to content

Commit

Permalink
release: 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Jan 19, 2021
1 parent 0da78cc commit 7035028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagether",
"version": "1.1.6",
"version": "1.1.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
13 changes: 9 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ export default function index() {

<h2>更新履歴</h2>

<h3>v1.1.7</h3>
<ul>
<li>スマホでカテゴリ詳細とボタンが重なる問題を修正(たぶん)</li>
<li>問題解答ページのレイアウトを修正、見やすくした</li>
<li>検索欄のクリアボタンを追加</li>
<li>その他ちょっとした見た目の修正</li>
</ul>

<h3>v1.1.6</h3>
<ul>
<li>ラジオボタンがはみ出て表示されてしまう不具合を修正</li>
Expand All @@ -86,16 +94,13 @@ export default function index() {
<li>ページ移動確認ダイアログの挙動がおかしかったのを修正</li>
</ul>

<h3>v1.1.4</h3>
<p>ビルドできない問題を修正</p>

<p>
以前のリリースは
<a href='https://github.com/watasuke102/TAGether/releases'>こちら</a>
から確認可能です。
</p>

<p className={css.version}>TAGether v1.1.6</p>
<p className={css.version}>TAGether v1.1.7</p>

<Modal {...modalData} />
</div>
Expand Down

0 comments on commit 7035028

Please sign in to comment.