From f2c98a1bf917c05237a74ac408f23bc8bec371a7 Mon Sep 17 00:00:00 2001 From: joaosa Date: Fri, 24 May 2024 11:53:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.10.1?= 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 c5b5fc9f..3aa344f3 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.10.1](https://github.com/Adyen/lume/compare/1.10.0...1.10.1) + +- ⬆️ Update dependency sass to v1.76.0 [`214cd83`](https://github.com/Adyen/lume/commit/214cd83c338a1d3de61679a24cd1734723fa3e14) +- 📝 Update bar-sparkline playground example [`38e4fb9`](https://github.com/Adyen/lume/commit/38e4fb93af07aa89b3210a449c19043b636d031d) +- 🐛 Convert bar transform-origin to rem [`810ffb3`](https://github.com/Adyen/lume/commit/810ffb3e365ec2b4918ae63c2944b7f830b75827) + #### [1.10.0](https://github.com/Adyen/lume/compare/1.9.5...1.10.0) +> 25 April 2024 + - 💄 Update various Lume styles [`268fcfb`](https://github.com/Adyen/lume/commit/268fcfb1186f44802fc147f679914269d614b8c8) #### [1.9.5](https://github.com/Adyen/lume/compare/1.9.3...1.9.5) diff --git a/package.json b/package.json index bc89bc32..739492e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.0", + "version": "1.10.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 c24f4e8a..449f9c73 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.0", + "version": "1.10.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 a2ed74b7..5a7f4cbd 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.10.0", + "version": "1.10.1", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",