From 279dd2f3fd26acf87587fcf0294a2fc46f2f70f9 Mon Sep 17 00:00:00 2001 From: Oleg Pimenov Date: Wed, 25 Sep 2024 18:53:57 +0300 Subject: [PATCH] chore: bump version to 17.8.0 w/ changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d10adb57..2c0dbe910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 17.8.0 (2024-09-25) + +### Koobiq + + * bug fix **tooltip:** tooltip in navbar ([#DS-2909](https://github.com/koobiq/angular-components/issues/issue/DS-2909)) ([#308](https://github.com/koobiq/angular-components/issues/308)) ([274a67f](https://github.com/koobiq/angular-components/commit/274a67f2e9c0f078e7fe612708abc71b6d8a1e27)) + * feature migrate on booleanAttribute ([#DS-2905](https://github.com/koobiq/angular-components/issues/issue/DS-2905)) ([#301](https://github.com/koobiq/angular-components/issues/301)) ([97fc8e1](https://github.com/koobiq/angular-components/commit/97fc8e16d9f99117aff02af29ab2db775f0c98a0)) + ## 17.7.2 (2024-09-24) ### Koobiq diff --git a/package.json b/package.json index 934990bda..cb22df83f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koobiq", - "version": "17.7.2", + "version": "17.8.0", "description": "Components for Angular", "private": true, "homepage": "https://github.com/koobiq/angular-components",