From 0f5195d2f770ffa78ffc6f87463f30ff892fb9c5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 26 Aug 2024 10:42:50 +0000 Subject: [PATCH] chore(release): v0.267.0 [skip ci] --- CHANGELOG.md | 37 ++++++++++++------------------------- package.json | 2 +- 2 files changed, 13 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc86774f7..b41e9ddf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.267.0](https://github.com/rodekruis/IBF-system/compare/v0.266.4...v0.267.0) (2024-08-26) + + +### Features + +* add compact pipe ([680429a](https://github.com/rodekruis/IBF-system/commit/680429abbf74cd3614a93110f1f8e76bb4b3f3bd)) +* add disclaimer to indicate approximate numbers ([19452a2](https://github.com/rodekruis/IBF-system/commit/19452a208d1c3e9018cc23ead02ec1c652616a76)) +* move discalimer approx to aggregate title ([47e4811](https://github.com/rodekruis/IBF-system/commit/47e4811ef6dda7a132d3ca2b14bf1b57e3a641ed)) +* use compact numbers in email ([ae23dd7](https://github.com/rodekruis/IBF-system/commit/ae23dd767256bd33c4153fe296c523531f634cfc)) + + + ## [0.266.4](https://github.com/rodekruis/IBF-system/compare/v0.266.3...v0.266.4) (2024-08-12) @@ -113,28 +125,3 @@ -# [0.264.0](https://github.com/rodekruis/IBF-system/compare/v0.263.2...v0.264.0) (2024-07-08) - - -### Bug Fixes - -* add space between to toggle AB[#28128](https://github.com/rodekruis/IBF-system/issues/28128) ([3e3b408](https://github.com/rodekruis/IBF-system/commit/3e3b4081722359b0fd87e7dfb4c2927875c9c332)) -* limit menu height + add scroll AB[#28123](https://github.com/rodekruis/IBF-system/issues/28123) ([0491857](https://github.com/rodekruis/IBF-system/commit/0491857567a6587e7f9ad29d78672a84d0f33b14)) -* make menu wider on narrower screens AB[#28127](https://github.com/rodekruis/IBF-system/issues/28127) ([a85720e](https://github.com/rodekruis/IBF-system/commit/a85720e77e2d8a117dc6e3ca6b032b6a3f153a3c)) -* prettier ([776a46e](https://github.com/rodekruis/IBF-system/commit/776a46e85d3f933b0bf242515ced2be8464c84ed)) -* rm breadcrumbs max-width AB[#28119](https://github.com/rodekruis/IBF-system/issues/28119) ([158c8b4](https://github.com/rodekruis/IBF-system/commit/158c8b4427345d8a7aa08db2d50568362266b7ab)) -* rm visibility control AB[#28019](https://github.com/rodekruis/IBF-system/issues/28019) ([3464205](https://github.com/rodekruis/IBF-system/commit/3464205bdbead9eb96e514951c51a13f51752a73)) -* simplify code for layer toggles AB[#28138](https://github.com/rodekruis/IBF-system/issues/28138) ([efd457c](https://github.com/rodekruis/IBF-system/commit/efd457c5398480e95d538927efdc76908e13e423)) - - -### Features - -* layer menu to custom div and move it to bottom right AB[#28019](https://github.com/rodekruis/IBF-system/issues/28019) AB[#28019](https://github.com/rodekruis/IBF-system/issues/28019) ([e6b3435](https://github.com/rodekruis/IBF-system/commit/e6b3435d3a465c45e4a8e9d56e9d3340d56f88a2)) -* lower line height AB[#28138](https://github.com/rodekruis/IBF-system/issues/28138) ([f080010](https://github.com/rodekruis/IBF-system/commit/f0800109d9c3fc5ca38928cd70511bb0f079f3cd)) -* make legend collapsible AB[#28499](https://github.com/rodekruis/IBF-system/issues/28499) ([90b0037](https://github.com/rodekruis/IBF-system/commit/90b00373836576a6a1d2f83fc90b095996902e2a)) -* make toggle text translatable AB[#28126](https://github.com/rodekruis/IBF-system/issues/28126) ([2040143](https://github.com/rodekruis/IBF-system/commit/20401437ded1bbcd97b294a0093f7b04e0e9de61)) -* move btn right + left corner radius AB[#28127](https://github.com/rodekruis/IBF-system/issues/28127) ([4d98f61](https://github.com/rodekruis/IBF-system/commit/4d98f6160f8948c766cbb3c2de0ff94c510e9420)) -* resize layer rows AB[#28138](https://github.com/rodekruis/IBF-system/issues/28138) ([b2872fb](https://github.com/rodekruis/IBF-system/commit/b2872fbcc783e4e724b65ae8d8e3e625a92ffd92)) - - - diff --git a/package.json b/package.json index 5711ea33a..16a4a21cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.266.4", + "version": "0.267.0", "private": true, "scripts": { "start:services": "docker compose up -d",