Skip to content

Commit

Permalink
🔖 Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinSkic committed Feb 13, 2024
1 parent effe29d commit 8107ffb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 38 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v1.0.0 (2024-02-13)

## What's changed

- ✨ The state of the app at the time of its submission as part of the engineering thesis
76 changes: 38 additions & 38 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"chart.js": "^4.4.0",
"dayjs": "^1.11.9",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"jwt-decode": "^3.1.2",
"next": "^13.5.6",
"radash": "^11.0.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.21.5",
"sass": "^1.66.1",
"server-only": "^0.0.1",
"stylelint-config-recess-order": "^4.3.0",
"typescript": "5.2.2"
},
"devDependencies": {
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0"
}
"name": "client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"chart.js": "^4.4.0",
"dayjs": "^1.11.9",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"jwt-decode": "^3.1.2",
"next": "^13.5.6",
"radash": "^11.0.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.21.5",
"sass": "^1.66.1",
"server-only": "^0.0.1",
"stylelint-config-recess-order": "^4.3.0",
"typescript": "5.2.2"
},
"devDependencies": {
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0"
}
}

0 comments on commit 8107ffb

Please sign in to comment.