diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a57c83b4d541f3bef6313cc7a165f9646ae1fb..76c61333a2c780700147aa971671281dc7cc7dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/compare/v2.0.0...v2.0.1) (2022-12-08) + + +### Features + +* add sentry ([0d8c67b](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/0d8c67b95cd03d492b507c2d434573037827f759)) +* **conso:** half hour shifted minus 30 minutes to match enedis data ([255afaf](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/255afaf56d00b89800366452eda8e5502a82550b)) +* new feedback system (SAU) ([dce71f9](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/dce71f92a0e32ba5f4d486f23d5e63cde235f49c)) +* new loader ([cdf9e80](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/cdf9e80d0f73f9d317784145566636333e1c7df9)) +* optional redirection after migration release notes ([c616a2a](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/c616a2a202df6d3afedc0bcdc98074db34a65f58)) +* **SGE:** SGE onboarding + screens adjustments ([d6e1c1a](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/d6e1c1a5fc0afc5eb7250cca75b9527133b2f335)) +* update logos (splash, mails) ([ba8130d](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/ba8130d6560671410341c0111d636666e8f80a64)) +* updated terms ([4cc62d9](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/4cc62d99e6e3aba70cf54d62bd94db4b0e047628)) + + +### Bug Fixes + +* accord "astuces" ([4967326](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/4967326f858932010f2bc719eb6b3bc9a22fbc8b)) +* deploy script ([fd8acf0](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/fd8acf00d5d120876825e0dda41405e8381f6ce7)) +* desktop view when finishing profile ([fa254d6](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/fa254d6241742253bdb32a5aac887eb7b9ff6401)) +* **email:** blurry feedback icon ([4b57f40](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/4b57f402d9d108f37e7e7d6e89c6dce97d629fd1)) +* **export:** handle abnormal null dates ([822b7bf](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/822b7bf07abc075e6bf152d2ae02aa9fc4498a16)) +* **loader:** remove old loaders ([a44fb2e](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/a44fb2e407ddaba7805a5c9dcabc1759235b730c)) +* **matomo:** disable outlinks ([158952b](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/158952b42eb2dc1fc8672fd8794171790b823ebc)) +* **matomo:** disabled heatmap recording ([c70c0c2](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/c70c0c2aed5c016f80d48b81f727a5ea11e91514)) +* options view ([df468b3](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/df468b38e53a845279bda8542ce6a22f852bf983)) +* partners logo in-app ([97b05c6](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/97b05c669eaa8e9ca233b70c5e0a338cce2d8d48)) +* pipelines ([6d2452e](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/6d2452ecefe0b64a73eaf7d2c072a9733ba01e9f)) +* quality gate ([f0d6459](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/f0d64591a0d81359980917463c79805ce9b9c1f5)) +* **technical:** update ecolyo scripts to match the new repository address ([0106723](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/commit/0106723d7bb04da0324c153541a9763b262d8e1c)) + ## [2.0.0](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/compare/v1.12.1...v2.0.0) (2022-10-24) ### âš BREAKING CHANGES diff --git a/package.json b/package.json index 7b48886b022b8bc48f65952335a214558d161167..48492f30da1094f03e971537c2c310c8d05dcae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecolyo", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "build": "yarn run build:css && yarn run build:browser", "build:browser": "cs build --browser ",