Skip to content

Commit f393086

Browse files
chore: release main (#2711)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent 519ebcf commit f393086

10 files changed

Lines changed: 246 additions & 203 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/create-plugin": "7.7.1",
2+
"packages/create-plugin": "7.8.0",
33
"packages/eslint-plugin-plugins": "0.7.0",
44
"packages/plugin-docs-cli": "0.1.0",
55
"packages/plugin-docs-parser": "0.1.0",
6-
"packages/plugin-e2e": "3.9.0",
6+
"packages/plugin-e2e": "3.9.1",
77
"packages/plugin-meta-extractor": "0.13.0",
88
"packages/plugin-types-bundler": "0.6.0",
9-
"packages/react-detect": "0.7.0",
10-
"packages/sign-plugin": "3.3.0",
9+
"packages/react-detect": "0.7.1",
10+
"packages/sign-plugin": "3.3.1",
1111
"packages/tsconfig": "2.2.0"
1212
}

package-lock.json

Lines changed: 4 additions & 4 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [7.8.0](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.7.1...@grafana/create-plugin@7.8.0) (2026-06-11)
4+
5+
6+
### Features
7+
8+
* **deps:** bump grafana libs to 13.0.2 ([#2708](https://github.com/grafana/plugin-tools/issues/2708)) ([aa149de](https://github.com/grafana/plugin-tools/commit/aa149de372c87092d59c09049228c54bd5f54763))
9+
10+
11+
### Bug Fixes
12+
13+
* correct relative @-import path in plugin skill files ([#2709](https://github.com/grafana/plugin-tools/issues/2709)) ([c1793f0](https://github.com/grafana/plugin-tools/commit/c1793f06444f1c11a0acc577a1d7cc43b7fd3bcd))
14+
* **deps:** bump copy-webpack-plugin to 14.0.0 ([#2710](https://github.com/grafana/plugin-tools/issues/2710)) ([a50d0cb](https://github.com/grafana/plugin-tools/commit/a50d0cbfd84f4b5d0b3d636a1f9936025df41ee0))
15+
* **deps:** Update dependency semver to v7.8.2 ([#2688](https://github.com/grafana/plugin-tools/issues/2688)) ([2395e45](https://github.com/grafana/plugin-tools/commit/2395e456066c4385a0e9543e073efae06113adec))
16+
* **deps:** Update dependency valibot to v1.4.1 ([#2716](https://github.com/grafana/plugin-tools/issues/2716)) ([345632a](https://github.com/grafana/plugin-tools/commit/345632ac71d90ba72a7ce4b290def3ac4f0387e3))
17+
* **templates:** Update create-plugin template github actions ([#2674](https://github.com/grafana/plugin-tools/issues/2674)) ([8afa2ea](https://github.com/grafana/plugin-tools/commit/8afa2ea47af94e15d51610bc2e77fe1959297486))
18+
319
## [7.7.1](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.7.0...@grafana/create-plugin@7.7.1) (2026-06-09)
420

521

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

0 commit comments

Comments
 (0)