diff --git a/CHANGELOG.md b/CHANGELOG.md index d3243edd..789263cf 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.3](https://github.com/Adyen/lume/compare/1.10.2...1.10.3) + +- 🐛 Fix type declaration exports [`0781e5a`](https://github.com/Adyen/lume/commit/0781e5a3e1e8285a8e3ecb097913f5d83032b5f9) + #### [1.10.2](https://github.com/Adyen/lume/compare/1.10.1...1.10.2) +> 20 June 2024 + - 🐛 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) diff --git a/package.json b/package.json index 6b48d465..7ddaf670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.2", + "version": "1.10.3", "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 fb573dba..0ee70c18 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.2", + "version": "1.10.3", "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 1bbd24fe..493bb9fe 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.10.2", + "version": "1.10.3", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",