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
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -1437,8 +1455,6 @@ Thank you, Steffen Gebert ([@StephenKing](https://github.com/StephenKing)), for

- Jack Westbrook ([@​jackw](https://redirect.github.com/jackw))

***

---

#### 🐛 Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

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": "7.3.0",
"version": "7.3.1",
"repository": {
Comment thread
jackw marked this conversation as resolved.
"directory": "packages/create-plugin",
"url": "https://github.com/grafana/plugin-tools"
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "3.7.0",
"version": "3.7.1",
"main": "./dist/index.js",
Comment thread
jackw marked this conversation as resolved.
"types": "./dist/index.d.ts",
"files": [
Expand Down
Loading