@grafana/create-plugin 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/templates/common/src/README.md +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v5.5.1 (Fri Oct 04 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- chore: update shields.io template [#1160](https://github.com/grafana/plugin-tools/pull/1160) ([@sympatheticmoose](https://github.com/sympatheticmoose))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- David Harris ([@sympatheticmoose](https://github.com/sympatheticmoose))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v5.5.0 (Fri Oct 04 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"engines": {
|
|
89
89
|
"node": ">=20"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "879d8d5db19ada88a51eb59558a6978deef25158"
|
|
92
92
|
}
|
|
@@ -16,12 +16,13 @@ Remove any remaining comments before publishing as these may be displayed on Gra
|
|
|
16
16
|
Badges convey useful information at a glance for users whether in the Catalog or viewing the source code. You can use the generator on [Shields.io](https://shields.io/badges/dynamic-json-badge) together with the Grafana.com API
|
|
17
17
|
to create dynamic badges that update automatically when you publish a new version to the marketplace.
|
|
18
18
|
|
|
19
|
-
- For the
|
|
20
|
-
-
|
|
21
|
-
- Downloads:
|
|
22
|
-
- Catalog Version:
|
|
23
|
-
- Grafana Dependency:
|
|
24
|
-
- Signature Type:
|
|
19
|
+
- For the URL parameter use `https://grafana.com/api/plugins/your-plugin-id`.
|
|
20
|
+
- Example queries:
|
|
21
|
+
- Downloads: `$.downloads`
|
|
22
|
+
- Catalog Version: `$.version`
|
|
23
|
+
- Grafana Dependency: `$.grafanaDependency`
|
|
24
|
+
- Signature Type: `$.versionSignatureType`
|
|
25
|
+
- Optionally, for the logo parameter use `grafana`.
|
|
25
26
|
|
|
26
27
|
Full example: 
|
|
27
28
|
|