From 52ad82b9eb75e703862427c98ae2513a3cfe6610 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Thu, 7 Mar 2024 08:26:43 -0300 Subject: [PATCH 1/2] Release 3.10.1 --- CHANGELOG.md | 5 +++++ plugin.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d286b14f..a8ee2f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.10.1 (2024-03-07) +- Bump axios from 1.6.0 to 1.6.7 [#503](https://github.com/grafana/grafana-image-renderer/pull/503), [evictorero](https://github.com/evictorero) +- Bump ip from 1.1.8 to 1.1.9 [#500](https://github.com/grafana/grafana-image-renderer/pull/500), [dependabot[bot]](https://github.com/apps/dependabot) +- PDF: Fix resolution when zooming in [#502](https://github.com/grafana/grafana-image-renderer/pull/502), [AgnesToulet](https://github.com/AgnesToulet) + ## 3.10.0 (2024-02-20) - WaitingForPanels: Change waiting logic for Scenes [#496](https://github.com/grafana/grafana-image-renderer/pull/496), [torkelo](https://github.com/torkelo) - Experimental: Support PDF rendering [#487](https://github.com/grafana/grafana-image-renderer/pull/487), [ryantxu](https://github.com/ryantxu) diff --git a/plugin.json b/plugin.json index 46cd6003..0c609947 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.10.0", - "updated": "2024-02-20" + "version": "3.10.1", + "updated": "2024-03-07" }, "dependencies": { "grafanaDependency": ">=8.3.11" From 9ff56ee764c4fc218192c4f746a3794db116aa8d Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Mon, 11 Mar 2024 09:33:03 -0300 Subject: [PATCH 2/2] Update plugin.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 0c609947..d97e0e30 100644 --- a/plugin.json +++ b/plugin.json @@ -25,7 +25,7 @@ } ], "version": "3.10.1", - "updated": "2024-03-07" + "updated": "2024-03-11" }, "dependencies": { "grafanaDependency": ">=8.3.11"