diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fe788548..0aba8f816b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [37.79.0](https://github.com/Lundalogik/lime-elements/compare/v37.78.2...v37.79.0) (2025-01-09) + + +### Features + + +* **list-item.types:** add 'image' property to ListItem type ([a900aae](https://github.com/Lundalogik/lime-elements/commit/a900aae551b121f5a626a9a3b67ae4f83d510e69)) +* **list:** add support for displaying pictures in the list items ([dea4059](https://github.com/Lundalogik/lime-elements/commit/dea40594b94efdd2c8314cca9af4c714223afb31)) +* **picker:** add support for displaying pictures in the picker list items ([ebae96e](https://github.com/Lundalogik/lime-elements/commit/ebae96e8e32e3c90247d827575b0f391f46489a8)) + ## [37.78.2](https://github.com/Lundalogik/lime-elements/compare/v37.78.1...v37.78.2) (2025-01-09) diff --git a/package-lock.json b/package-lock.json index 04b964e371..ce9f1b6377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@limetech/lime-elements", - "version": "37.78.2", + "version": "37.79.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@limetech/lime-elements", - "version": "37.78.2", + "version": "37.79.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/config-conventional": "^19.6.0", diff --git a/package.json b/package.json index ce68850277..d798723f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@limetech/lime-elements", - "version": "37.78.2", + "version": "37.79.0", "description": "Lime Elements", "author": "Lime Technologies", "license": "Apache-2.0",