Skip to content

Commit

Permalink
🔖 Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Nov 23, 2023
1 parent 439e336 commit 9872ee9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

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

#### [1.6.0](https://github.com/Adyen/lume/compare/1.5.3...1.6.0)

- 🏷️ Reintroduce type declarations; Fix TS errors [`439e336`](https://github.com/Adyen/lume/commit/439e3368f5b507d1921fc4112794bed0777f4801)
- ✨ Add nodeLabelMaxWidth option to alluvial [`ea40c45`](https://github.com/Adyen/lume/commit/ea40c45cb3730786914adf85e4deaa89f9ac59ae)
- 🚸 Replacing the error with warning if index is not present in group. [`4667c03`](https://github.com/Adyen/lume/commit/4667c03a613db09062ee839adef45d56af9f20f9)

#### [1.5.3](https://github.com/Adyen/lume/compare/1.5.2...1.5.3)

> 21 November 2023
- 🔖 Release v1.5.3 [`9862a38`](https://github.com/Adyen/lume/commit/9862a38f44555fb771522e49b880f5ce52d4e7c3)
- 🔖 Release v1.5.2 [`89414e8`](https://github.com/Adyen/lume/commit/89414e8d08fa834c3ab5350b9d69b09384e07fea)
- 📝 Update homepage in pkg.jsons [`07edbcb`](https://github.com/Adyen/lume/commit/07edbcb7fb0d8504b8193053e44b79e028281db4)
- 📝 Add description to pkg.jsons [`2448430`](https://github.com/Adyen/lume/commit/2448430da8c11e5a441bc230ef1d0739d356d3a6)

#### [1.5.2](https://github.com/Adyen/lume/compare/1.5.1...1.5.2)

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.5.3",
"version": "1.6.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.5.3",
"version": "1.6.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.5.3",
"version": "1.6.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 9872ee9

Please sign in to comment.