Skip to content

Commit 689ef84

Browse files
authored
chore: sync repo with latest npm releases (#2237)
1 parent 4cede43 commit 689ef84

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# (Wed Oct 15 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@grafana/create-plugin@6.1.1`
6+
- Fix: Use proper install command for legacy plugin migrations [#2221](https://github.com/grafana/plugin-tools/pull/2221) ([@sunker](https://github.com/sunker))
7+
8+
#### Authors: 1
9+
10+
- Erik Sundell ([@sunker](https://github.com/sunker))
11+
12+
---
13+
114
# (Thu Oct 09 2025)
215

316
#### 🐛 Bug Fix

docusaurus/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/create-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v6.1.1 (Wed Oct 15 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix: Use proper install command for legacy plugin migrations [#2221](https://github.com/grafana/plugin-tools/pull/2221) ([@sunker]https://github.com/sunker))
6+
7+
#### Authors: 1
8+
9+
- Erik Sundell ([@sunker](https://github.com/sunker))
10+
11+
---
12+
113
# v6.1.0 (Wed Oct 08 2025)
214

315
#### 🚀 Enhancement

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/create-plugin",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"repository": {
55
"directory": "packages/create-plugin",
66
"url": "https://github.com/grafana/plugin-tools"

packages/plugin-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/plugin-e2e",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)