From cf55b4c064d0251da4c49a5568b601ebbca9d4b3 Mon Sep 17 00:00:00 2001 From: Gerry Boland Date: Thu, 18 Jul 2024 11:16:11 +0100 Subject: [PATCH 1/2] Release 0.10.6 --- packages/grafana-llm-app/CHANGELOG.md | 13 +++++++++---- packages/grafana-llm-app/package.json | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/grafana-llm-app/CHANGELOG.md b/packages/grafana-llm-app/CHANGELOG.md index 592635f1..7b7fee69 100644 --- a/packages/grafana-llm-app/CHANGELOG.md +++ b/packages/grafana-llm-app/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.10.6 + +- Fix bug where it was impossible to fix a saved invalid OpenAI url, by adding + frontend validation and backend tweaks. (#404, #405) + ## 0.10.1 - Settings: differentiate between disabled and not configured (#350) @@ -20,7 +25,7 @@ ## 0.9.0 -- Initial backend support for abstracted models (#315) +- Initial backend support for abstracted models (#315) ## 0.8.6 @@ -36,9 +41,9 @@ ## 0.7.0 -* Refactors repo into monorepo together with frontend dependencies -* Creates developer sandbox for developing frontend dependencies -* Switches CI/CD to github actions +- Refactors repo into monorepo together with frontend dependencies +- Creates developer sandbox for developing frontend dependencies +- Switches CI/CD to github actions ## 0.6.4 diff --git a/packages/grafana-llm-app/package.json b/packages/grafana-llm-app/package.json index 45c0b775..ea8ca8fc 100644 --- a/packages/grafana-llm-app/package.json +++ b/packages/grafana-llm-app/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/llm-app", - "version": "0.10.5", + "version": "0.10.6", "description": "Plugin to easily allow llm based extensions to grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", @@ -70,4 +70,4 @@ "rxjs": "7.8.1", "tslib": "2.6.2" } -} +} \ No newline at end of file From 5c19900b8b03eb8b082021fe76db903b34e94760 Mon Sep 17 00:00:00 2001 From: Gerry Boland Date: Thu, 18 Jul 2024 13:59:43 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/grafana-llm-app/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/grafana-llm-app/CHANGELOG.md b/packages/grafana-llm-app/CHANGELOG.md index 7b7fee69..44bf63b2 100644 --- a/packages/grafana-llm-app/CHANGELOG.md +++ b/packages/grafana-llm-app/CHANGELOG.md @@ -4,8 +4,7 @@ ## 0.10.6 -- Fix bug where it was impossible to fix a saved invalid OpenAI url, by adding - frontend validation and backend tweaks. (#404, #405) +- Fix bug where it was impossible to fix a saved invalid OpenAI url (#405) ## 0.10.1