Skip to content

Commit

Permalink
chore(web): enable 2566/3
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 9, 2024
1 parent 9c02387 commit b3823e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-eels-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": patch
---

chore: enable new semester (2566/3)
3 changes: 2 additions & 1 deletion apps/web/src/common/constants/terms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ interface TermOption {
}

export const termOptions: TermOption[] = [
{ academicYear: '2566', semester: '3', label: '2566/ฤดูร้อน' },
{ academicYear: '2566', semester: '2', label: '2566/2' },
{ academicYear: '2566', semester: '1', label: '2566/1' },
{ academicYear: '2565', semester: '3', label: '2565/ฤดูร้อน' },
Expand All @@ -15,4 +16,4 @@ export const termOptions: TermOption[] = [
{ academicYear: '2564', semester: '1', label: '2564/1' },
]

export const tempHardCodedCurrentTerm = termOptions[0]
export const tempHardCodedCurrentTerm = termOptions[1]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"node": "^20.9",
"pnpm": ">=8"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}

0 comments on commit b3823e8

Please sign in to comment.