Skip to content

Commit 696880e

Browse files
committed
chore: Updated release notes in frontend
1 parent 25a60bd commit 696880e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

web/app/dashboard/page.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ const DashboardPage = () => {
4242
padding="xl"
4343
mt={20}
4444
>
45-
<Title order={2}>Release v0.1.5</Title>
45+
<Title order={2}>Release v0.2.0</Title>
4646
<Text>
4747
We had some groundbreaking changes within our app for the current release:<br />
48-
- Comments on solutions by the tutor <br/>
49-
- Stage2 spotlight search <br/>
50-
- Bug reporting feature <br/>
51-
- Assignment wishes within the group <br/>
52-
- Assignments without due date
48+
- German translation <br/>
49+
- Login attempt limit <br/>
50+
- Some minor bug fixes <br/>
51+
- Pagination <br/>
52+
- Code View tabs <br/>
53+
- Some administrative & performance updates
5354
</Text>
5455
</Card>
5556
</Grid.Col>

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)