From 2e5dd15f26528952e053bbe83e3dddaa285fb1d2 Mon Sep 17 00:00:00 2001 From: ManikanthDindigala <dindigala@sub.uni-goettingen.de> Date: Thu, 29 Jul 2021 17:04:59 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4702ab9..5446850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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.2.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.1.0...v1.2.0) (2021-07-29) + + +### Features + +* add total results display at search page ([92a6dc3](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/92a6dc3c1582145fa2f5121c9cb19d4d9d292a38)), closes [#86](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/86) +* implementing of search in header and navigating to home or search page accordingly ([a93ffe5](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/a93ffe511cf7f2b914169e44a442f5fd081e3c13)) +* trigger search upon enter key ([11d1f19](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/11d1f19c7f064709d184642e4b117be4c46ebd07)) +* update syriac keyboard layout ([6ebe03e](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/6ebe03ef972e780840d14a653afc0d997422469c)) + + +### Bug Fixes + +* pages amount display ([19e557d](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/19e557d3ef2e2dcbcbbf662e6a95668f69e3f921)) + + +### Refactoring + +* adding urls to the home page links as well. ([ee69648](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/ee69648eb0df04849813d78d3005fa09475c2b85)) +* modified url's and logic according to the recent develop changes. ([d454806](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/d4548061d6babd16366f4d1213800ebb151fd261)) +* remove obsolete code ([a32156a](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/a32156a2f43dd0e1c7277dd40e0eda1744ae2ac5)) + + +### Styling + +* style project page ([b4c3870](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/b4c3870d5ab51b7e724ee1931e9607a0ffa0e541)) + ## [1.1.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.0.1...v1.1.0) (2021-07-26) diff --git a/package-lock.json b/package-lock.json index fba4396..c47dbda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b0a423..83205ef 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "", "authors": { -- GitLab