diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb5f00210..f5993fb34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# (Wed Oct 15 2025) + +#### 🐛 Bug Fix + +- `@grafana/create-plugin@6.1.1` + - Fix: Use proper install command for legacy plugin migrations [#2221](https://github.com/grafana/plugin-tools/pull/2221) ([@sunker](https://github.com/sunker)) + +#### Authors: 1 + +- Erik Sundell ([@sunker](https://github.com/sunker)) + +--- + # (Thu Oct 09 2025) #### 🐛 Bug Fix diff --git a/docusaurus/website/package.json b/docusaurus/website/package.json index 5615bacc78..f117ebfc8e 100644 --- a/docusaurus/website/package.json +++ b/docusaurus/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "4.0.1", + "version": "4.0.2", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index a5d934d539..a54a998cad 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -1,3 +1,15 @@ +# v6.1.1 (Wed Oct 15 2025) + +#### 🐛 Bug Fix + +- Fix: Use proper install command for legacy plugin migrations [#2221](https://github.com/grafana/plugin-tools/pull/2221) ([@sunker]https://github.com/sunker)) + +#### Authors: 1 + +- Erik Sundell ([@sunker](https://github.com/sunker)) + +--- + # v6.1.0 (Wed Oct 08 2025) #### 🚀 Enhancement diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 5605ee268c..6a6c2d9b12 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/create-plugin", - "version": "6.1.0", + "version": "6.1.1", "repository": { "directory": "packages/create-plugin", "url": "https://github.com/grafana/plugin-tools" diff --git a/packages/plugin-e2e/package.json b/packages/plugin-e2e/package.json index d9710d53cb..08fd4b8f6d 100644 --- a/packages/plugin-e2e/package.json +++ b/packages/plugin-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/plugin-e2e", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [