Skip to content

Commit

Permalink
🔖 Release v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Mar 14, 2024
1 parent 203feb0 commit 57c7090
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
29 changes: 11 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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

#### [1.9.3](https://github.com/Adyen/lume/compare/1.9.2...1.9.3)

- 🐛 Fix lume-tooltip use v-if instead of v-show [`9ece713`](https://github.com/Adyen/lume/commit/9ece7139051be5f6ad80088630d77b351d4fad11)
- ✅ Fix unit tests [`203feb0`](https://github.com/Adyen/lume/commit/203feb0289df3eb6a732e6a64980b3611f778442)

#### [1.9.2](https://github.com/Adyen/lume/compare/1.9.1...1.9.2)

> 14 March 2024
- ⬆️ Update dependency vite to v4.5.2 [`9eec45a`](https://github.com/Adyen/lume/commit/9eec45a8e8a1890dcaf59285de5221ce9e915350)
- ⬆️ Bump dependency versions [`df201ce`](https://github.com/Adyen/lume/commit/df201ce9c7057eb82019081fb29d26edbf1fe235)
- 📝 Remove h1 title from README to integrate in docs website [`09b56d4`](https://github.com/Adyen/lume/commit/09b56d4eecab0dae952bf5eb618a8489aa687cb8)
Expand All @@ -30,36 +37,22 @@ All notable changes to this project will be documented in this file. Dates are d
- 🔧 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)

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

> 11 January 2024
- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14)
- 🐛 Fix handling datasets with empty values [`0a06efe`](https://github.com/Adyen/lume/commit/0a06efe33ff2e40ba38083dc5b5ccbc93bfbc7e8)
- 🐛 Update gridlines on container size change [`294a473`](https://github.com/Adyen/lume/commit/294a4734d1dab4074fc6d2e26b273b3ecfbd4d1b)

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

> 5 January 2024
- 🐛 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)
- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14)

#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.4...1.6.5)
#### [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)

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

> 8 December 2023
- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4)
- 💄 Update tooltip value spacing [`568ae4f`](https://github.com/Adyen/lume/commit/568ae4f6cd8ab3a426a4c7a30c70e13e38e3dca4)

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

> 27 November 2023
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.9.2",
"version": "1.9.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.9.2",
"version": "1.9.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.9.2",
"version": "1.9.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 57c7090

Please sign in to comment.