Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-e2e/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading