Skip to content

Commit

Permalink
🔖 Release v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos authored and joao committed Jan 5, 2024
1 parent ca3f936 commit 1ca81c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.6.6](https://github.com/Adyen/lume/compare/1.6.5...1.6.6)

- 🐛 Fix empty data/labels handling [`d5dca98`](https://github.com/Adyen/lume/commit/d5dca9899ea03a433672df32537bc107ccc23492)
- 🐛 Fix wrong assumption on external hover [`ca3f936`](https://github.com/Adyen/lume/commit/ca3f936e238467c7583a66242cf59fa3b714ed79)
- 🐛 Fix scale override in stacked bar chart [`a6ba301`](https://github.com/Adyen/lume/commit/a6ba3018e9299484f7349fcd0e384e85676c73df)

#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.3...1.6.5)

> 11 December 2023
- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4)
- 🐛 Fix unhandled line-group null value cases [`909b672`](https://github.com/Adyen/lume/commit/909b672addf3f11dd91769b2feb69512ef2f43e3)
- 🐛 Make skip option reactive [`eefa96e`](https://github.com/Adyen/lume/commit/eefa96e033137ba350abbed8fcd3d472c24751ed)
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.6.5",
"version": "1.6.6",
"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.6.5",
"version": "1.6.6",
"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.6.5",
"version": "1.6.6",
"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 1ca81c5

Please sign in to comment.