diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dec2e3a3e4..c859ae2586 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 00b6861526..b08717097f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35392,7 +35392,7 @@ }, "packages/create-plugin": { "name": "@grafana/create-plugin", - "version": "7.9.1", + "version": "7.9.2", "license": "Apache-2.0", "dependencies": { "@babel/parser": "7.29.0", @@ -35690,7 +35690,7 @@ }, "packages/plugin-e2e": { "name": "@grafana/plugin-e2e", - "version": "3.10.0", + "version": "3.11.0", "license": "Apache-2.0", "dependencies": { "@grafana/e2e-selectors": "13.2.0-30594044109", diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index 146be86d2a..cbe46c0aac 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # 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-05) + + +### 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)) +* **deps:** bump plugin-actions in create-plugin templates ([#2732](https://github.com/grafana/plugin-tools/issues/2732)) ([9f43b00](https://github.com/grafana/plugin-tools/commit/9f43b00a32bfabaf9ad27b7efd409e512777e342)) +* 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) diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 7eb1419b08..b56e0ec8d5 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/create-plugin", - "version": "7.9.1", + "version": "7.9.2", "repository": { "type": "git", "directory": "packages/create-plugin", diff --git a/packages/plugin-e2e/CHANGELOG.md b/packages/plugin-e2e/CHANGELOG.md index 62bfa778d6..faa6b19314 100644 --- a/packages/plugin-e2e/CHANGELOG.md +++ b/packages/plugin-e2e/CHANGELOG.md @@ -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-05) + + +### 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) diff --git a/packages/plugin-e2e/package.json b/packages/plugin-e2e/package.json index 31283cb6a5..51b4f1c5d2 100644 --- a/packages/plugin-e2e/package.json +++ b/packages/plugin-e2e/package.json @@ -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": [