From 5528bb7e021016f71cec530ba9288b1e8ea345be Mon Sep 17 00:00:00 2001 From: Chuseok22 Date: Fri, 2 Jan 2026 11:31:18 +0900 Subject: [PATCH 1/4] =?UTF-8?q?version(minor):=20=ED=95=99=EC=83=9D?= =?UTF-8?q?=ED=9A=8C=EA=B4=80=20=EB=A9=94=EB=89=B4=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EA=B8=B0=EB=8A=A5=20=EA=B0=9C=EB=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 88a9496be3722422c12ba67bff90ea6c4ed21add Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 02:31:32 +0000 Subject: [PATCH 2/4] =?UTF-8?q?chore(release):=20v0.4.0=20=ED=95=99?= =?UTF-8?q?=EC=83=9D=ED=9A=8C=EA=B4=80=20=EB=A9=94=EB=89=B4=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EA=B8=B0=EB=8A=A5=20=EA=B0=9C=EB=B0=9C=20?= =?UTF-8?q?[skip=20version]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- src/constants/version.ts | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54db642..14b4c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ This file is automatically generated and maintained by the centralized workflow # Chuseok22 Version Changelog +## [0.4.0] - 2026-01-02 + +✨ **minor**: 학생회관 메뉴 페이지 장바구니 추가 기능 개발 +- commit: `5528bb7` + ## [0.3.2] - 2025-12-17 🐛 **patch**: 학생회관 메뉴 이미지 API 연결 및 next.js 이미지 최적화 diff --git a/package-lock.json b/package-lock.json index 4c3be39..530f9c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "campus-table-fe", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "campus-table-fe", - "version": "0.3.2", + "version": "0.4.0", "dependencies": { "@tanstack/react-query": "^5.90.14", "ioredis": "^5.8.2", diff --git a/package.json b/package.json index 08d82be..0ac2eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "campus-table-fe", - "version": "0.3.2", + "version": "0.4.0", "private": true, "scripts": { "dev": "next dev", diff --git a/src/constants/version.ts b/src/constants/version.ts index fc65e73..e517b5e 100644 --- a/src/constants/version.ts +++ b/src/constants/version.ts @@ -1 +1 @@ -export const APP_VERSION: string = '0.3.2'; +export const APP_VERSION: string = '0.4.0'; From 2db782072d68a39dc9cffc9f2fe5422c3eaa6baa Mon Sep 17 00:00:00 2001 From: Chuseok22 Date: Fri, 2 Jan 2026 11:41:16 +0900 Subject: [PATCH 3/4] chore: update CI/CD configuration to include missing line continuation for docker run command --- .github/workflows/campus-table-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/campus-table-cicd.yml b/.github/workflows/campus-table-cicd.yml index 5148407..1ed03b3 100644 --- a/.github/workflows/campus-table-cicd.yml +++ b/.github/workflows/campus-table-cicd.yml @@ -110,7 +110,7 @@ jobs: echo "새로운 컨테이너 $CONTAINER_NAME 실행 중..." echo $PW | sudo -S docker run -d -p ${PORT}:3000 --name $CONTAINER_NAME \ - --restart unless-stopped + --restart unless-stopped \ --env-file .env.production \ ${IMAGE} From ca36d80f770c869a15fabf440a6c436840182c16 Mon Sep 17 00:00:00 2001 From: Chuseok22 Date: Fri, 2 Jan 2026 13:18:05 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=ED=95=98=EB=8B=A8=5F=EB=84=A4=EB=B9=84?= =?UTF-8?q?=EA=B2=8C=EC=9D=B4=EC=85=98=5F=EA=B0=81=5F=EC=9A=94=EC=86=8C=5F?= =?UTF-8?q?=ED=81=B4=EB=A6=AD=EC=8B=9C=5F=ED=8E=98=EC=9D=B4=EC=A7=80=5Frep?= =?UTF-8?q?lace=20:=20feat=20:=20=ED=95=98=EB=8B=A8=20=EB=84=A4=EB=B9=84?= =?UTF-8?q?=EA=B2=8C=EC=9D=B4=EC=85=98=EC=9D=84=20=ED=86=B5=ED=95=9C=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9D=B4=EB=8F=99=20=EC=8B=9C=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20replace=20=EB=8F=99=EC=9E=91=20ht?= =?UTF-8?q?tps://github.com/CampusTable/campus-table-fe/issues/120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/components/navigation/BottomNavigation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/navigation/BottomNavigation.tsx b/src/shared/components/navigation/BottomNavigation.tsx index e2ba1ae..c985836 100644 --- a/src/shared/components/navigation/BottomNavigation.tsx +++ b/src/shared/components/navigation/BottomNavigation.tsx @@ -94,6 +94,7 @@ export default function BottomNavigation() { key={item.key} href={item.href} className={styles.item} + replace >