From 105cf06e05472a07c8cde661e57f5af1d3769613 Mon Sep 17 00:00:00 2001 From: joaosa Date: Mon, 2 Sep 2024 10:59:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/vue2/package.json | 2 +- packages/vue3/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789263cf..97deb617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.11.0](https://github.com/Adyen/lume/compare/1.10.3...1.11.0) + +- 🩹 Export composables [`b06d25c`](https://github.com/Adyen/lume/commit/b06d25c786f6ee1bc06776df4b316b34f766cfc4) + #### [1.10.3](https://github.com/Adyen/lume/compare/1.10.2...1.10.3) +> 12 July 2024 + - 🐛 Fix type declaration exports [`0781e5a`](https://github.com/Adyen/lume/commit/0781e5a3e1e8285a8e3ecb097913f5d83032b5f9) #### [1.10.2](https://github.com/Adyen/lume/compare/1.10.1...1.10.2) diff --git a/package.json b/package.json index 7ddaf670..1419fe9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.3", + "version": "1.11.0", "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 0ee70c18..1a0d8050 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.10.3", + "version": "1.11.0", "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 493bb9fe..0d26f3c2 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.10.3", + "version": "1.11.0", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",