From 4ba22920152ab7efa51d1da4d2aee9562897475b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:53:16 +0000 Subject: [PATCH] chore(main): release better-iut-rcc 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ec3da6b..2b1fcc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e89a966 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.1.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/better-iut-rcc-v1.0.1...better-iut-rcc-v1.1.0) (2024-04-07) + + +### Features + +* Ajout de la compatibilité avec Firefox ([71a947a](https://github.com/PaulBayfield/Better-IUT-RCC/commit/71a947a20749b70bd6248713d41203131ed604ba)) +* Ajout de la configuration de devcontainer ([0760cea](https://github.com/PaulBayfield/Better-IUT-RCC/commit/0760ceae0f75017618ee85b7a3bb02fec09fc8f3)) +* Ajout du bouton de sauvegarde des notes ([4c46693](https://github.com/PaulBayfield/Better-IUT-RCC/commit/4c46693d3f5b9f5684509829282ed19749ba5bfd)) +* Ajout du bouton pour demander les permissions ([6f28e83](https://github.com/PaulBayfield/Better-IUT-RCC/commit/6f28e83fd8c75eb8aaa2cb18fa6f7b34282933ab)) +* Ajout du système de cache ([4dc38bd](https://github.com/PaulBayfield/Better-IUT-RCC/commit/4dc38bd75121a5e29202f6afd64a24eb2f0791d1)) +* Build automatisé du .zip et documentation dans le README ([43dc67e](https://github.com/PaulBayfield/Better-IUT-RCC/commit/43dc67e861d3767b4f25f2836c0b19eb1d67c182)) +* Compatibilité avec firefox android ([6aaf2b8](https://github.com/PaulBayfield/Better-IUT-RCC/commit/6aaf2b8dc3f1e0f4deb9d09bbfdf2325c04fb6b5)) +* Modification du bouton "reset" ([2d5e052](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2d5e052dfb3a3dd6864d50d8dfd3291ef985d3c3)) +* Modification du README ([367ddea](https://github.com/PaulBayfield/Better-IUT-RCC/commit/367ddea819a3a1ebea33c75a9d136e7fbcb11c8e)) +* Modification du style du bouton d'autorisation dans la pop up ([2821199](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2821199a7399518d82c4c9fd2169fccc671cc60e)) +* Utilisation de npm, webpack et ajout de miaounotes ([fcfd8eb](https://github.com/PaulBayfield/Better-IUT-RCC/commit/fcfd8ebcddc2bb195708a011e67d546d2e80ad0b)) + + +### Bug Fixes + +* Fix d'un bug qui survient lors du premier démarrage ([217e34e](https://github.com/PaulBayfield/Better-IUT-RCC/commit/217e34e1012fbdd864c08fe3e0fe66618b546c43)) +* host permissions dans le manifest ([2bc3c3a](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2bc3c3a56dddb79976fd9590124fc3e3211bec08)) +* Importation du script de la popup ([0199761](https://github.com/PaulBayfield/Better-IUT-RCC/commit/0199761a67d4344d4e2789eed0bd2ee3bfc2fead)) diff --git a/manifest.json b/manifest.json index 6cf88bb..b28d980 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Better IUT RCC", - "version": "1.0.1", + "version": "1.1.0", "manifest_version": 3, "description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.", "icons": { diff --git a/package-lock.json b/package-lock.json index 43ba4a0..0a34285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "better-iut-rcc", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "better-iut-rcc", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "apexcharts": "^3.48.0" diff --git a/package.json b/package.json index 8788786..23d444b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-iut-rcc", - "version": "1.0.1", + "version": "1.1.0", "description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.", "main": "src/main.js", "scripts": {