diff --git a/CHANGELOG.md b/CHANGELOG.md index c43298bb327d7fd551b95ce900bbc864bd7a7123..f66d72116f93c131a3b0ce962413cab1a28ede07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [1.6.5](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.5.0...v1.6.5) (2022-01-13) + +### Bug Fixes + +- adjust height of content on desktop view ([684fbc1](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/684fbc175dc3af5cf1f19c643e8b091cd1642623)) +- **assets:** ecogesture 34 has now a square image ([3a993d4](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/3a993d4fe180901a2aa5687ecf189163d4f7bdf4) +- **profileType:** display correctly the navigation in the profile type form for iphone 11 and above ([9d3d180](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/9d3d1809821b7c868be5bafa5ff5802b41b1bf7c)) +- **profileType:** init correctly the date selection in profile type form ([264830c](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/264830c40e90bf898dbc91784fe337b525fe5901)) +- **profileType:** issue with previous/next button in the profile type form ([cf957db](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/cf957db5f3759544fe8bac45a6ebdb771d19315e)) + ### [1.6.4](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.5.0...v1.6.4) (2022-01-11) ### Bug Fixes diff --git a/package.json b/package.json index bca8aababbd5aa3605e470ded71f018ac5e7379f..b18b871a48370ed762ca3b537c6921a5b5a02fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecolyo", - "version": "1.6.4", + "version": "1.6.5", "scripts": { "tx": "tx pull --all || true", "lint": "yarn lint:js && yarn lint:styles",