Skip to content

Commit 23db51b

Browse files
authored
Merge pull request #665 from grafana/release-0.19.2
Release v0.19.2 of grafana-llm-app
2 parents a01ebe8 + 0152760 commit 23db51b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ It is recommended to run these using npm commands from root so that the entire p
114114
### NPM Release
115115
This is for the npm package `@grafana/llm`.
116116
- Bump version in `packages/grafana-llm-frontend/package.json` (e.g., 0.2.0 to 0.2.1)
117+
- Tip: You can do this in the same PR as the Plugin Release one above.
117118
- Trigger "NPM Release" action from the Actions tab on Github.
118119

119120
### llmclient Release

packages/grafana-llm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/llm-app",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Plugin to easily allow llm based extensions to grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

packages/grafana-llm-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/llm",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "A library for working with LLMs in Grafana plugins",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)