Skip to content

Commit b81ab7b

Browse files
authored
Merge pull request #143 from PaulBayfield/release-please--branches--main--components--better-iut-rcc
chore(main): release 1.28.0
2 parents 731202d + c7231e3 commit b81ab7b

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.27.1"
2+
".": "1.28.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.28.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.27.1...v1.28.0) (2025-12-21)
4+
5+
6+
### Features
7+
8+
* Ajout d'un aria label ([a61e071](https://github.com/PaulBayfield/Better-IUT-RCC/commit/a61e071abbd008d8a3678c1c4491e0df9bc2e683))
9+
* Ajout d'un thème custom ([ebd3625](https://github.com/PaulBayfield/Better-IUT-RCC/commit/ebd3625d1295f470c1c8776810808b701903463c))
10+
* Améliorations de la page des paramètres ([8cac7e2](https://github.com/PaulBayfield/Better-IUT-RCC/commit/8cac7e2e41c783046883f3063594f6b3d6846a96))
11+
* Harmonisation des credits ([a7fd242](https://github.com/PaulBayfield/Better-IUT-RCC/commit/a7fd24222ae591fe29e5131dd124c56daa81ef1c))
12+
* Mise à jour des paramètres ([9413b4b](https://github.com/PaulBayfield/Better-IUT-RCC/commit/9413b4b97a0ef9d43c889e1cadfb7c686d6ef281))
13+
* Mise à jour du drag & drop ([ada9977](https://github.com/PaulBayfield/Better-IUT-RCC/commit/ada9977a465832ef64fa068f00762f52a82d84d9))
14+
* Modification de l'alerte ([3dfa19b](https://github.com/PaulBayfield/Better-IUT-RCC/commit/3dfa19bc5228358857702b2f90d48d4442a63ce8))
15+
* Modification de l'alt pour la preview ([8540c81](https://github.com/PaulBayfield/Better-IUT-RCC/commit/8540c8194d305e57c8fe9c6a4711465ec0679ae3))
16+
* Modification de la note de mise à jour ([1ba0b71](https://github.com/PaulBayfield/Better-IUT-RCC/commit/1ba0b7153d352bd7a75bfb9a79849bb8f3d34e0a))
17+
* Renommage d'une variable ([c2b9484](https://github.com/PaulBayfield/Better-IUT-RCC/commit/c2b9484455b1b98a63d5f50f629f404d4210baab))
18+
19+
20+
### Bug Fixes
21+
22+
* Affichage des erreurs dans la console ([90f11cf](https://github.com/PaulBayfield/Better-IUT-RCC/commit/90f11cf9a5b6086ba579f7d974fd3d3da80e2615))
23+
* traduction des textes, correction du code mort ([4d2111b](https://github.com/PaulBayfield/Better-IUT-RCC/commit/4d2111b589182af4bc3eef279e19cc3332c21261))
24+
* Utilisation du style.css lors d'un problème API ([ecfb557](https://github.com/PaulBayfield/Better-IUT-RCC/commit/ecfb557d1e9937f1efbd9a3592290ccdab2d4474))
25+
326
## [1.27.1](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.27.0...v1.27.1) (2025-05-13)
427

528

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Better IUT RCC",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"manifest_version": 3,
55
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
66
"icons": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-iut-rcc",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)