Skip to content
Open
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/create-plugin": "7.9.1",
"packages/create-plugin": "7.9.2",
"packages/eslint-plugin-plugins": "0.7.0",
"packages/plugin-docs-cli": "0.2.0",
"packages/plugin-docs-parser": "0.2.0",
"packages/plugin-e2e": "3.10.0",
"packages/plugin-e2e": "3.11.0",
"packages/plugin-meta-extractor": "0.13.0",
"packages/plugin-types-bundler": "0.6.0",
"packages/react-detect": "0.7.2",
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.

9 changes: 9 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.9.2](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.9.1...@grafana/create-plugin@7.9.2) (2026-08-04)


### Bug Fixes

* **create-plugin:** bump valibot to 1.4.2 ([#2813](https://github.com/grafana/plugin-tools/issues/2813)) ([4920dd8](https://github.com/grafana/plugin-tools/commit/4920dd88acd6e25817dec8b0342cf0d64de8902b))
* **create-plugin:** unpin @playwright/test now that 1.62.1 fixes tsconfig resolution ([#2815](https://github.com/grafana/plugin-tools/issues/2815)) ([3f5dc96](https://github.com/grafana/plugin-tools/commit/3f5dc9656b48e602b099044cc1eb9b25c6e2c220))
* remove suspense boundaries from app plugin templates ([#2778](https://github.com/grafana/plugin-tools/issues/2778)) ([dd1293a](https://github.com/grafana/plugin-tools/commit/dd1293a5c9278147df465ff7521e18cb7aec754f))

## [7.9.1](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.9.0...@grafana/create-plugin@7.9.1) (2026-07-29)


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.9.1",
"version": "7.9.2",
"repository": {
"type": "git",
"directory": "packages/create-plugin",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.11.0](https://github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.10.0...@grafana/plugin-e2e@3.11.0) (2026-08-04)


### Features

* **plugin-e2e:** add missing components to the components fixture ([#2621](https://github.com/grafana/plugin-tools/issues/2621)) ([3b64543](https://github.com/grafana/plugin-tools/commit/3b64543493936c24fa75ad7eb0ba89d5ac5647f4))


### Bug Fixes

* **deps:** bump e2e-selectors in plugin-e2e ([#2818](https://github.com/grafana/plugin-tools/issues/2818)) ([99635a7](https://github.com/grafana/plugin-tools/commit/99635a716363cd321010d440f74abbe8dcbbe1e5))

## [3.10.0](https://github.com/grafana/plugin-tools/compare/@grafana/plugin-e2e@3.9.2...@grafana/plugin-e2e@3.10.0) (2026-07-14)


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.10.0",
"version": "3.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
Loading