diff --git a/CHANGELOG.md b/CHANGELOG.md index e04db509d0..fcb53be86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# (Wed May 06 2026) + +#### 🐛 Bug Fix + +- `@grafana/plugin-e2e@3.7.1` + - Chore: Update slider selector [#2604](https://github.com/grafana/plugin-tools/pull/2604) ([@ashharrison90](https://github.com/ashharrison90)) + - Plugin E2E: Fix addPanel timeout when dashboardNewLayouts is disabled [#2612](https://github.com/grafana/plugin-tools/pull/2612) ([@sunker](https://github.com/sunker)) +- `@grafana/create-plugin@7.3.1` + - fix: override moduleResolution in scaffolded ts-node config [#2610](https://github.com/grafana/plugin-tools/pull/2610) ([@tolzhabayev](https://github.com/tolzhabayev)) + +#### Authors: 3 + +- Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90)) +- Erik Sundell ([@sunker](https://github.com/sunker)) +- Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev)) + +--- + # (Thu Apr 30 2026) #### 🚀 Enhancement @@ -1315,7 +1333,7 @@ Thank you, Joonseo Lee ([@joonseolee](https://github.com/joonseolee)), for all y #### 🐛 Bug Fix - `@grafana/create-plugin@6.1.13` - - Create Plugin: remove types/testing-library__jest-dom [#2250](https://github.com/grafana/plugin-tools/pull/2250) ([@jackw](https://github.com/jackw)) + - Create Plugin: remove types/testing-library\_\_jest-dom [#2250](https://github.com/grafana/plugin-tools/pull/2250) ([@jackw](https://github.com/jackw)) #### Authors: 1 @@ -1437,8 +1455,6 @@ Thank you, Steffen Gebert ([@StephenKing](https://github.com/StephenKing)), for - Jack Westbrook ([@​jackw](https://redirect.github.com/jackw)) -*** - --- #### 🐛 Bug Fix diff --git a/package-lock.json b/package-lock.json index 9f8039b553..d7f4e120ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40405,7 +40405,7 @@ }, "packages/create-plugin": { "name": "@grafana/create-plugin", - "version": "7.3.0", + "version": "7.3.1", "license": "Apache-2.0", "dependencies": { "@babel/parser": "^7.28.5", @@ -40739,7 +40739,7 @@ }, "packages/plugin-e2e": { "name": "@grafana/plugin-e2e", - "version": "3.7.0", + "version": "3.7.1", "license": "Apache-2.0", "dependencies": { "@grafana/e2e-selectors": "13.1.0-24448182242", diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index b9dbd78bf5..238d3fe876 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -1,3 +1,15 @@ +# v7.3.1 (Wed May 06 2026) + +#### 🐛 Bug Fix + +- fix: override moduleResolution in scaffolded ts-node config [#2610](https://github.com/grafana/plugin-tools/pull/2610) ([@tolzhabayev](https://github.com/tolzhabayev)) + +#### Authors: 1 + +- Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev)) + +--- + # v7.3.0 (Thu Apr 30 2026) #### 🐛 Bug Fix @@ -695,7 +707,7 @@ Thank you, Joonseo Lee ([@joonseolee](https://github.com/joonseolee)), for all y #### 🐛 Bug Fix -- Create Plugin: remove types/testing-library__jest-dom [#2250](https://github.com/grafana/plugin-tools/pull/2250) ([@jackw](https://github.com/jackw)) +- Create Plugin: remove types/testing-library\_\_jest-dom [#2250](https://github.com/grafana/plugin-tools/pull/2250) ([@jackw](https://github.com/jackw)) #### Authors: 1 diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 8a94b96fe2..e01adfaf3e 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/create-plugin", - "version": "7.3.0", + "version": "7.3.1", "repository": { "directory": "packages/create-plugin", "url": "https://github.com/grafana/plugin-tools" diff --git a/packages/plugin-e2e/CHANGELOG.md b/packages/plugin-e2e/CHANGELOG.md index 2ca33a5d7f..eddeb4f4e5 100644 --- a/packages/plugin-e2e/CHANGELOG.md +++ b/packages/plugin-e2e/CHANGELOG.md @@ -1,3 +1,17 @@ +# v3.7.1 (Wed May 06 2026) + +#### 🐛 Bug Fix + +- Chore: Update slider selector [#2604](https://github.com/grafana/plugin-tools/pull/2604) ([@ashharrison90](https://github.com/ashharrison90)) +- Plugin E2E: Fix addPanel timeout when dashboardNewLayouts is disabled [#2612](https://github.com/grafana/plugin-tools/pull/2612) ([@sunker](https://github.com/sunker)) + +#### Authors: 2 + +- Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90)) +- Erik Sundell ([@sunker](https://github.com/sunker)) + +--- + # v3.7.0 (Thu Apr 30 2026) #### 🐛 Bug Fix diff --git a/packages/plugin-e2e/package.json b/packages/plugin-e2e/package.json index f443634e92..a0e3f570fb 100644 --- a/packages/plugin-e2e/package.json +++ b/packages/plugin-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/plugin-e2e", - "version": "3.7.0", + "version": "3.7.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [