From 6b96d304aff26c5bf2f2ea9b138c28ce923ddd86 Mon Sep 17 00:00:00 2001 From: joaosa Date: Fri, 24 Nov 2023 10:58:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- packages/vue2/package.json | 2 +- packages/vue3/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18991a24..8681c0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1d189498..11ec03fe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/vue2/package.json b/packages/vue2/package.json index ee256174..d71ec91e 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -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", diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 0ea76860..edc04d66 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -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",