Skip to content

Commit

Permalink
🔖 Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Nov 24, 2023
1 parent 9f152dc commit 6b96d30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

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

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

- 🔖 Release v1.6.0 [`3f15758`](https://github.com/Adyen/lume/commit/3f1575842d3d8b887267ce485dc9d107b7431df1)
- 🐛 Fix wrong types file path [`9f152dc`](https://github.com/Adyen/lume/commit/9f152dc7e1a64f3503d07bdf0ae173d867becb7b)

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

> 23 November 2023
- 🏷️ 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)
- 🔖 Release v1.6.0 [`9872ee9`](https://github.com/Adyen/lume/commit/9872ee96267861ed0187b9184bd5a2aeb92e2b8d)

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

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.6.0",
"version": "1.6.1",
"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.6.0",
"version": "1.6.1",
"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.6.0",
"version": "1.6.1",
"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 6b96d30

Please sign in to comment.