diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa344f3..d3243edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.10.2](https://github.com/Adyen/lume/compare/1.10.1...1.10.2) + +- 🐛 Horizontal bar charts without minimum size not calculating height on initial render [`b9818ca`](https://github.com/Adyen/lume/commit/b9818cab1f76e721d5f6835934f264568e0ff878) + #### [1.10.1](https://github.com/Adyen/lume/compare/1.10.0...1.10.1) +> 24 May 2024 + - ⬆️ Update dependency sass to v1.76.0 [`214cd83`](https://github.com/Adyen/lume/commit/214cd83c338a1d3de61679a24cd1734723fa3e14) - 📝 Update bar-sparkline playground example [`38e4fb9`](https://github.com/Adyen/lume/commit/38e4fb93af07aa89b3210a449c19043b636d031d) - 🐛 Convert bar transform-origin to rem [`810ffb3`](https://github.com/Adyen/lume/commit/810ffb3e365ec2b4918ae63c2944b7f830b75827) diff --git a/package.json b/package.json index 739492e6..6b48d465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.1", + "version": "1.10.2", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "license": "MIT", diff --git a/packages/vue2/package.json b/packages/vue2/package.json index 449f9c73..f36f2029 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.1", + "version": "1.10.2", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js", diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 5a7f4cbd..52f86eb2 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.10.1", + "version": "1.10.2", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",