From db405b0eda175222b142d7da35c4e11627f9ac47 Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Thu, 27 Apr 2023 23:12:27 +0900 Subject: [PATCH] release: 2.1.0 --- front/src/components/pages/top/top.tsx | 26 ++++++++++++++------------ package.json | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/front/src/components/pages/top/top.tsx b/front/src/components/pages/top/top.tsx index d80f33b5..cb38732d 100644 --- a/front/src/components/pages/top/top.tsx +++ b/front/src/components/pages/top/top.tsx @@ -62,7 +62,7 @@ export default function index(): React.ReactElement {
  • 並び替え問題で、まれに並び替えができなくなる(情報求)
  • -

    TAGether v2.0.0

    +

    TAGether v2.1.0

    ); } @@ -70,6 +70,19 @@ export default function index(): React.ReactElement { function Releases(): JSX.Element { return ( <> +

    v2.1.0

    + +

    v2.0.0

    - -

    v1.7.0

    - ); } diff --git a/package.json b/package.json index 2c785e10..e48b8073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tagether", - "version": "2.0.0", + "version": "2.1.0", "description": "Share self-made exam for classmates", "workspaces": [ "front",