Skip to content

Commit

Permalink
🔖 Release v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jul 12, 2024
1 parent 0781e5a commit 2290c78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2290c78

Please sign in to comment.