From 0c151c49578d663838c6e0ad05a9897807e51815 Mon Sep 17 00:00:00 2001 From: Lukas Heyer Date: Fri, 11 Oct 2024 09:38:52 +0200 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b491d96..820fcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Next * Export text element with .editor() function where htmlEditorConfig can be customized +## [1.4.7] - 11.10.2024 +* Prevent spacer from shrinking to 0px if no other element is present (#386885) + ## [1.4.6] - 17.05.2024 * Allow multiple slot finder instances on one site (#383421) diff --git a/package.json b/package.json index dc2f2d0..a8a91d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsi-cx/design-standard-library-web", - "version": "1.4.6", + "version": "1.4.7", "description": "Standard content element library for BSI CX.", "license": "MIT", "repository": "github:bsi-software/bsi-cx-design-standard-library-web",