Skip to content

Commit e50a851

Browse files
chore: release main
1 parent 46d50de commit e50a851

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/create-plugin": "7.9.0",
2+
"packages/create-plugin": "7.9.1",
33
"packages/eslint-plugin-plugins": "0.7.0",
44
"packages/plugin-docs-cli": "0.2.0",
55
"packages/plugin-docs-parser": "0.2.0",
66
"packages/plugin-e2e": "3.10.0",
77
"packages/plugin-meta-extractor": "0.13.0",
88
"packages/plugin-types-bundler": "0.6.0",
9-
"packages/react-detect": "0.7.1",
9+
"packages/react-detect": "0.7.2",
1010
"packages/sign-plugin": "3.3.3",
1111
"packages/tsconfig": "2.2.0",
1212
"packages/eslint-config": "10.0.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [7.9.1](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.9.0...@grafana/create-plugin@7.9.1) (2026-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency recast to v0.23.12 ([#2776](https://github.com/grafana/plugin-tools/issues/2776)) ([8310d86](https://github.com/grafana/plugin-tools/commit/8310d86fc1288b76dca4d1cdf34d5bd6f766e180))
9+
* **deps:** Update dependency which to v7 ([#2769](https://github.com/grafana/plugin-tools/issues/2769)) ([9404973](https://github.com/grafana/plugin-tools/commit/9404973dd48592cf348cf8b6df2571b6c3e99ae2))
10+
* **deps:** Update grafana dependencies ([#2789](https://github.com/grafana/plugin-tools/issues/2789)) ([53c8b6b](https://github.com/grafana/plugin-tools/commit/53c8b6b05a4af04e7556149b6f1ade40031c7cd2))
11+
* **templates:** Update dependency @grafana/plugin-e2e to v3.10.0 ([#2787](https://github.com/grafana/plugin-tools/issues/2787)) ([ca2e54f](https://github.com/grafana/plugin-tools/commit/ca2e54fa3b05b0f9fb5647fa8ae3aeada7519916))
12+
313
## [7.9.0](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.8.1...@grafana/create-plugin@7.9.0) (2026-07-14)
414

515

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": "7.9.0",
3+
"version": "7.9.1",
44
"repository": {
55
"type": "git",
66
"directory": "packages/create-plugin",

packages/react-detect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/grafana/plugin-tools/compare/@grafana/react-detect@0.7.1...@grafana/react-detect@0.7.2) (2026-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency @typescript-eslint/parser to v8.64.0 ([#2780](https://github.com/grafana/plugin-tools/issues/2780)) ([88fa2db](https://github.com/grafana/plugin-tools/commit/88fa2db37ab0279daf26f78b32f6d8efd0d67894))
9+
* **deps:** Update dependency pm-detect to v0.6.0 ([#2720](https://github.com/grafana/plugin-tools/issues/2720)) ([46d50de](https://github.com/grafana/plugin-tools/commit/46d50de382a9b5072924087d206fed5248be2e1e))
10+
311
## [0.7.1](https://github.com/grafana/plugin-tools/compare/@grafana/react-detect@0.7.0...@grafana/react-detect@0.7.1) (2026-06-11)
412

513

packages/react-detect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grafana/react-detect",
33
"description": "Run various checks to detect if a Grafana plugin is compatible with React.",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"repository": {
66
"type": "git",
77
"directory": "packages/react-detect",

0 commit comments

Comments
 (0)