Skip to content

Commit

Permalink
🔖 Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jan 19, 2024
1 parent ecfa912 commit 46e69ee
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.9.0](https://github.com/Adyen/lume/compare/1.8.0...1.9.0)

- ✨ Add update event for hoveredIndex [`ecfa912`](https://github.com/Adyen/lume/commit/ecfa912bb291f053b93754107447dedd76b9b956)
- 🚸 Improve lume-tooltip usability by introducing opened prop [`e76fa5a`](https://github.com/Adyen/lume/commit/e76fa5a67de11185f93a12842a270d04a5d9b27d)
- ✅ Update LumeChart unit tests [`f534a3b`](https://github.com/Adyen/lume/commit/f534a3b673d852c9e749140a51e119e1a9dd5164)

#### [1.8.0](https://github.com/Adyen/lume/compare/1.7.0...1.8.0)

> 16 January 2024
- ✨ Add lume-alluvial-node-header component [`8cbfbf2`](https://github.com/Adyen/lume/commit/8cbfbf2eb2afd4ff18afaac731c0288a125940d8)
- 🔧 Add triage label to issue templates [`c4e9771`](https://github.com/Adyen/lume/commit/c4e97713c57d43f17a88dec4783fb3a99f7b2342)
- 🩹 Fix the horizontal stacked bar chart default options [`6f32ccf`](https://github.com/Adyen/lume/commit/6f32ccfb0a3434569897cccb31e3f8950de9fb87)
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.8.0",
"version": "1.9.0",
"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.8.0",
"version": "1.9.0",
"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.8.0",
"version": "1.9.0",
"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 46e69ee

Please # to comment.