From 0c0ecd6e34ed349bf1e745f84bb0e6e6a3d3d7e3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 24 Jan 2025 09:38:28 +0000 Subject: [PATCH] chore(release): v0.278.5 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d027bdc52..ee97573ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.278.5](https://github.com/rodekruis/IBF-system/compare/v0.278.4...v0.278.5) (2025-01-24) + + +### Bug Fixes + +* flaky tests because of timestamp AB[#32980](https://github.com/rodekruis/IBF-system/issues/32980) ([c2985be](https://github.com/rodekruis/IBF-system/commit/c2985bedd2d7182291ba2fa92eb8d998ceb21dca)) + + + ## [0.278.4](https://github.com/rodekruis/IBF-system/compare/v0.278.3...v0.278.4) (2025-01-24) @@ -104,12 +113,3 @@ -## [0.277.11](https://github.com/rodekruis/IBF-system/compare/v0.277.10...v0.277.11) (2024-12-27) - - -### Bug Fixes - -* no border on ion-input, also on focus ([89d5da8](https://github.com/rodekruis/IBF-system/commit/89d5da86d4294ce2356cc0ee033b5a7614370272)) - - - diff --git a/package.json b/package.json index b5b649897..6068dc116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.278.4", + "version": "0.278.5", "private": true, "scripts": { "start:services": "docker compose up -d",