From 4c02741ba26fa90b59a4bc5cc8315be9d9ddd723 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:09:11 +0100 Subject: [PATCH] Release 2.11.4 (#1062) --- .changeset/friendly-panthers-yell.md | 5 ----- .changeset/metal-cows-lie.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/friendly-panthers-yell.md delete mode 100644 .changeset/metal-cows-lie.md diff --git a/.changeset/friendly-panthers-yell.md b/.changeset/friendly-panthers-yell.md deleted file mode 100644 index 07994b63a..000000000 --- a/.changeset/friendly-panthers-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-infinity-datasource': patch ---- - -Fix error source for invalid queries diff --git a/.changeset/metal-cows-lie.md b/.changeset/metal-cows-lie.md deleted file mode 100644 index 019a3736f..000000000 --- a/.changeset/metal-cows-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-infinity-datasource': patch ---- - -Fixed a bug where base url not working as expected when there is no url in the query. Fixes [#908](https://github.com/grafana/grafana-infinity-datasource/issues/908) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3d0758d..29a117d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.11.4 + +🐛 **Bug fix**: Fixed error source for invalid queries + +🐛 **Bug fix**: Fixed a bug where base url not working as expected when there is no url in the query. Fixes [#908](https://github.com/grafana/grafana-infinity-datasource/issues/908) + +⚙️ **Chore**: Migrate legacy forms component in global queries editor + ## 2.11.3 🐛 **Bug fix**: Fixes the panic when preparing the request throws error diff --git a/package.json b/package.json index 0c42cb376..f5ae392b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-infinity-datasource", - "version": "2.11.3", + "version": "2.11.4", "description": "JSON, CSV, XML, GraphQL, HTML and REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis, RSS/ATOM feeds directly", "keywords": [ "grafana",