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,12 +1,12 @@
{
"packages/create-plugin": "7.9.0",
"packages/create-plugin": "7.9.1",
"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-meta-extractor": "0.13.0",
"packages/plugin-types-bundler": "0.6.0",
"packages/react-detect": "0.7.1",
"packages/react-detect": "0.7.2",
"packages/sign-plugin": "3.3.3",
"packages/tsconfig": "2.2.0",
"packages/eslint-config": "10.0.0"
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.

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

## [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)


### Bug Fixes

* **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))
* **deps:** Update dependency which to v7 ([#2769](https://github.com/grafana/plugin-tools/issues/2769)) ([9404973](https://github.com/grafana/plugin-tools/commit/9404973dd48592cf348cf8b6df2571b6c3e99ae2))
* **deps:** Update grafana dependencies ([#2789](https://github.com/grafana/plugin-tools/issues/2789)) ([53c8b6b](https://github.com/grafana/plugin-tools/commit/53c8b6b05a4af04e7556149b6f1ade40031c7cd2))
* **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))

## [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)


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

## [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)


### Bug Fixes

* **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))
* **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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-detect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@grafana/react-detect",
"description": "Run various checks to detect if a Grafana plugin is compatible with React.",
"version": "0.7.1",
"version": "0.7.2",
"repository": {
"type": "git",
"directory": "packages/react-detect",
Expand Down
Loading