Skip to content

Commit 1c492fd

Browse files
committed
🔖 Release v1.6.5
1 parent eefa96e commit 1c492fd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
#### [1.6.4](https://github.com/Adyen/lume/compare/1.6.3...1.6.4)
5+
#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.3...1.6.5)
66

77
- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4)
8-
- 💄 Update tooltip value spacing [`568ae4f`](https://github.com/Adyen/lume/commit/568ae4f6cd8ab3a426a4c7a30c70e13e38e3dca4)
8+
- 🐛 Fix unhandled line-group null value cases [`909b672`](https://github.com/Adyen/lume/commit/909b672addf3f11dd91769b2feb69512ef2f43e3)
9+
- 🐛 Make skip option reactive [`eefa96e`](https://github.com/Adyen/lume/commit/eefa96e033137ba350abbed8fcd3d472c24751ed)
910

1011
#### [1.6.3](https://github.com/Adyen/lume/compare/1.6.2...1.6.3)
1112

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"license": "MIT",

packages/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"module": "dist/index.js",

packages/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume-vue3",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)