From 7d6fd2fcf3a1717067eba4503065fa1f31f946ba Mon Sep 17 00:00:00 2001 From: joaosa Date: Mon, 11 Nov 2024 15:44:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/vue2/package.json | 2 +- packages/vue3/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deeb37c8..e187fc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.11.2](https://github.com/Adyen/lume/compare/1.11.1...1.11.2) + +- Bump vite from 4.5.2 to 4.5.5 [`48d68c9`](https://github.com/Adyen/lume/commit/48d68c96d52f1ce9c746e315f32a2b72c79efe9a) +- ⬆️ Update storybook monorepo [`1d381b3`](https://github.com/Adyen/lume/commit/1d381b3e30b1a2172f53502f9ff090bc7bc8ce42) +- :arrow_up: Bump vitest from 0.34.6 to 2.1.1 [`f62a5ba`](https://github.com/Adyen/lume/commit/f62a5ba1a891426239a263b1abda4926a43649a2) + #### [1.11.1](https://github.com/Adyen/lume/compare/1.11.0...1.11.1) +> 12 September 2024 + - 🐛 Assume null data as empty [`f92ba7e`](https://github.com/Adyen/lume/commit/f92ba7e5670f80169aa7e562d20a2962bfabd580) #### [1.11.0](https://github.com/Adyen/lume/compare/1.10.3...1.11.0) diff --git a/package.json b/package.json index 1184eb22..3a97d709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.11.1", + "version": "1.11.2", "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 1a5e2e99..1c5deda2 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.11.1", + "version": "1.11.2", "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 3a0bda63..59f8b893 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.11.1", + "version": "1.11.2", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",