From c377b55f4e4e3074a4031bc13a96627128a676cd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 12 Sep 2024 10:11:49 +0000 Subject: [PATCH] chore(release): v0.268.8 [skip ci] --- CHANGELOG.md | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd899511..51bbda37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.268.8](https://github.com/rodekruis/IBF-system/compare/v0.268.7...v0.268.8) (2024-09-12) + + +### Bug Fixes + +* misaligned text on hover ([4378a90](https://github.com/rodekruis/IBF-system/commit/4378a90382a0c2cc6c2c01b301ffdd96d1b926ad)) +* spacing in chat component ([6983e46](https://github.com/rodekruis/IBF-system/commit/6983e46d771b51fe6c11f635048f48b839dd0e71)) +* use unique id for for loop ([f9b4f2b](https://github.com/rodekruis/IBF-system/commit/f9b4f2bddb0100897fba69a68b0c5b0ac7eb2671)) + + + ## [0.268.7](https://github.com/rodekruis/IBF-system/compare/v0.268.6...v0.268.7) (2024-09-10) @@ -96,12 +107,3 @@ -## [0.266.4](https://github.com/rodekruis/IBF-system/compare/v0.266.3...v0.266.4) (2024-08-12) - - -### Bug Fixes - -* remove debug variable ([58261f4](https://github.com/rodekruis/IBF-system/commit/58261f4d7c30a4bcb9b92786e5f7081c2a9807ae)) - - - diff --git a/package.json b/package.json index e691737dd..d360fe2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.268.7", + "version": "0.268.8", "private": true, "scripts": { "start:services": "docker compose up -d",