Skip to content

Commit

Permalink
Merge pull request #406 from grafana/release-0.10.6
Browse files Browse the repository at this point in the history
Release 0.10.6
  • Loading branch information
gerboland authored Jul 18, 2024
2 parents a744e2c + 5c19900 commit 428404c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions packages/grafana-llm-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.10.6

- Fix bug where it was impossible to fix a saved invalid OpenAI url (#405)

## 0.10.1

- Settings: differentiate between disabled and not configured (#350)
Expand All @@ -20,7 +24,7 @@

## 0.9.0

- Initial backend support for abstracted models (#315)
- Initial backend support for abstracted models (#315)

## 0.8.6

Expand All @@ -36,9 +40,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

Expand Down
4 changes: 2 additions & 2 deletions packages/grafana-llm-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -70,4 +70,4 @@
"rxjs": "7.8.1",
"tslib": "2.6.2"
}
}
}

0 comments on commit 428404c

Please sign in to comment.