Skip to content

Commit 3a4e79e

Browse files
authored
Merge pull request #108 from PaulBayfield/release-please--branches--main--components--better-iut-rcc
chore(main): release 1.26.1
2 parents 6e04e60 + 06573b2 commit 3a4e79e

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
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.26.0"
2+
".": "1.26.1"
33
}

CHANGELOG.md

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

3+
## [1.26.1](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.26.0...v1.26.1) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Correction d'un bug quand aucune n'est disponible ([d04403b](https://github.com/PaulBayfield/Better-IUT-RCC/commit/d04403bd1086ecbf93e069ac4169b0edc620defe))
9+
310
## [1.26.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.25.0...v1.26.0) (2025-02-08)
411

512

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.26.0",
3+
"version": "1.26.1",
44
"manifest_version": 3,
55
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
66
"icons": {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-iut-rcc",
3-
"version": "1.26.0",
3+
"version": "1.26.1",
44
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
55
"main": "src/main.js",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"webpack-cli": "^6.0.1"
3535
},
3636
"dependencies": {
37-
"apexcharts": "^4.5.0"
37+
"apexcharts": "^4.4.0"
3838
}
3939
}

0 commit comments

Comments
 (0)