Skip to content

Commit

Permalink
Merge pull request #92 from PaulBayfield/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--better-iut-rcc

chore(main): release 1.23.0
  • Loading branch information
PaulBayfield authored Dec 15, 2024
2 parents d4b07d8 + 5823113 commit d27dc5f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.22.3"
".": "1.23.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.23.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.22.3...v1.23.0) (2024-12-15)


### Features

* Ajout de la possibilité de d'utiliser des thèmes ([eb3ba22](https://github.com/PaulBayfield/Better-IUT-RCC/commit/eb3ba228f10249a0d4c61e2e966ecc69d9f13b5a))
* Sauvegarde des choix des RUs ([ba580ae](https://github.com/PaulBayfield/Better-IUT-RCC/commit/ba580ae786fe3d13b0994af5a61c03094175d1f0))


### Bug Fixes

* Correction du cache des thèmes ([d4b07d8](https://github.com/PaulBayfield/Better-IUT-RCC/commit/d4b07d86b09575b8f8629651478edd7c9eb0d4d0))

## [1.22.3](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.22.2...v1.22.3) (2024-11-23)


Expand Down
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Better IUT RCC",
"version": "1.22.3",
"version": "1.23.0",
"manifest_version": 3,
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
"icons": {
Expand Down Expand Up @@ -56,8 +56,12 @@
},
"web_accessible_resources": [
{
"resources": ["style.css"],
"matches": ["<all_urls>"]
"resources": [
"style.css"
],
"matches": [
"<all_urls>"
]
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-iut-rcc",
"version": "1.22.3",
"version": "1.23.0",
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit d27dc5f

Please sign in to comment.