Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 79ee61b

Browse files
chore(release): v1.0.0
1 parent 9ab02c9 commit 79ee61b

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22

33

4+
## v1.0.0
5+
6+
[compare changes](https://github.com/presentium/dashboard/compare/v0.0.3...v1.0.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Device management ([#5](https://github.com/presentium/dashboard/pull/5))
11+
- Device management ([#6](https://github.com/presentium/dashboard/pull/6))
12+
- Student page ([cb3951e](https://github.com/presentium/dashboard/commit/cb3951e))
13+
- Student page filter ([6d86af6](https://github.com/presentium/dashboard/commit/6d86af6))
14+
- Student list ([00746de](https://github.com/presentium/dashboard/commit/00746de))
15+
- Index page ([16c2f60](https://github.com/presentium/dashboard/commit/16c2f60))
16+
- Index page graph ([3f27ecd](https://github.com/presentium/dashboard/commit/3f27ecd))
17+
- Presence by class session page ([75a28b6](https://github.com/presentium/dashboard/commit/75a28b6))
18+
- Toast presences exported ([0313937](https://github.com/presentium/dashboard/commit/0313937))
19+
- Dashboard for student front ([03f0a52](https://github.com/presentium/dashboard/commit/03f0a52))
20+
- Student home chart ([2e5bc2f](https://github.com/presentium/dashboard/commit/2e5bc2f))
21+
22+
### 🩹 Fixes
23+
24+
- Warn message about class selection ([971a8c1](https://github.com/presentium/dashboard/commit/971a8c1))
25+
- Reactivity fixes ([259eba3](https://github.com/presentium/dashboard/commit/259eba3))
26+
- Percentage computation in top classes ([71cf2c4](https://github.com/presentium/dashboard/commit/71cf2c4))
27+
- ClassName undefined ([bcd2cac](https://github.com/presentium/dashboard/commit/bcd2cac))
28+
- Link from class directory class to class presence ([641ab2a](https://github.com/presentium/dashboard/commit/641ab2a))
29+
- Modal header ([e7c02ce](https://github.com/presentium/dashboard/commit/e7c02ce))
30+
31+
### 💅 Refactors
32+
33+
- Page layout and reactive simplifications ([3e90aad](https://github.com/presentium/dashboard/commit/3e90aad))
34+
35+
### ❤️ Contributors
36+
37+
- Loïc Herman <[email protected]>
38+
- Massimo Stefani <[email protected]>
39+
- Massteff ([@massteff](http://github.com/massteff))
40+
- Loïc H. <[email protected]>
41+
442
## v0.0.3
543

644
[compare changes](https://github.com/presentium/dashboard/compare/v0.0.2...v0.0.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@presentium/dashboard",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "1.0.0",
55
"private": true,
66
"repository": "github:presentium/dashboard",
77
"scripts": {

0 commit comments

Comments
 (0)