Skip to content

Commit

Permalink
Merge pull request #314 from grafana/bump-version-0.8.6
Browse files Browse the repository at this point in the history
bump to 0.8.6
  • Loading branch information
yoziru authored Apr 29, 2024
2 parents 55637b7 + 2531155 commit 18a8173
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 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.8.6

- Fix panic with stream EOF (#308)

## 0.8.5

- Added a `displayVectorStoreOptions` flag to optionally display the vector store configs
Expand Down
2 changes: 1 addition & 1 deletion 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.8.5",
"version": "0.8.6",
"description": "Plugin to easily allow llm based extensions to grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-llm-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/llm",
"version": "0.8.5",
"version": "0.8.6",
"description": "A grafana library for llm",
"exports": {
".": {
Expand Down

0 comments on commit 18a8173

Please sign in to comment.