Skip to content

Commit 508b9a2

Browse files
committed
🔖 Release v1.8.0
1 parent 8cbfbf2 commit 508b9a2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

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

5+
#### [1.8.0](https://github.com/Adyen/lume/compare/1.7.0...1.8.0)
6+
7+
- ✨ Add lume-alluvial-node-header component [`8cbfbf2`](https://github.com/Adyen/lume/commit/8cbfbf2eb2afd4ff18afaac731c0288a125940d8)
8+
- 🔧 Add triage label to issue templates [`c4e9771`](https://github.com/Adyen/lume/commit/c4e97713c57d43f17a88dec4783fb3a99f7b2342)
9+
- 🩹 Fix the horizontal stacked bar chart default options [`6f32ccf`](https://github.com/Adyen/lume/commit/6f32ccfb0a3434569897cccb31e3f8950de9fb87)
10+
511
#### [1.7.0](https://github.com/Adyen/lume/compare/1.6.5...1.7.0)
612

13+
> 11 January 2024
14+
715
- 🐛 Fix empty data/labels handling [`d5dca98`](https://github.com/Adyen/lume/commit/d5dca9899ea03a433672df32537bc107ccc23492)
816
- 🐛 Fix wrong assumption on external hover [`ca3f936`](https://github.com/Adyen/lume/commit/ca3f936e238467c7583a66242cf59fa3b714ed79)
917
- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
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.7.0",
3+
"version": "1.8.0",
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.7.0",
3+
"version": "1.8.0",
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)