diff --git a/CHANGELOG.md b/CHANGELOG.md index dda2ab8c..a0c47932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/statistikZH/leu/compare/v0.5.0...v0.5.1) (2024-05-23) + + +### Bug Fixes + +* **button:** truncate the label instead of wrapping it ([4118c0b](https://github.com/statistikZH/leu/commit/4118c0b117532615c5254d6849d8740ef43cb30f)) +* **dropdown:** limit button width to allow the label to be truncated ([4118c0b](https://github.com/statistikZH/leu/commit/4118c0b117532615c5254d6849d8740ef43cb30f)) + ## [0.5.0](https://github.com/statistikZH/leu/compare/v0.4.0...v0.5.0) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index f4df2c75..aa404c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@statistikzh/leu", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@statistikzh/leu", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.3", diff --git a/package.json b/package.json index 421ee44b..60d3bcd5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "UI component library of the canton of zurich", "license": "MIT", "author": "statistikzh", - "version": "0.5.0", + "version": "0.5.1", "type": "module", "main": "dist/index.js", "module": "dist/index.js",