diff --git a/CHANGELOG.md b/CHANGELOG.md index b9815bf7..72a1bccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.24.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.5...v2.24.6) (2024-12-02) + + +### Bug Fixes + +* **pb-collapse:** too much space between trigger icon and text ([9b153b6](https://github.com/eeditiones/tei-publisher-components/commit/9b153b6056c2b1b9108656dad31a9b50670f8243)) + ## [2.24.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.4...v2.24.5) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index 4955f88b..4f8a141d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@teipublisher/pb-components", - "version": "2.24.5", + "version": "2.24.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@teipublisher/pb-components", - "version": "2.24.5", + "version": "2.24.6", "license": "GPL-3.0-or-later", "dependencies": { "@babel/runtime": "7.11.2", diff --git a/package.json b/package.json index ff54c919..69b5948b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teipublisher/pb-components", - "version": "2.24.5", + "version": "2.24.6", "description": "Collection of webcomponents underlying TEI Publisher", "repository": "https://github.com/eeditiones/tei-publisher-components.git", "main": "index.html",