@grafana/create-plugin 5.20.0 → 5.20.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 CHANGED
@@ -1,3 +1,20 @@
1
+ # v5.20.1 (Wed May 07 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore(deps): update dependency @grafana/plugin-e2e to v2.0.1 [#1767](https://github.com/grafana/plugin-tools/pull/1767) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### ⚠️ Pushed to `main`
8
+
9
+ - Merge branch 'main' of github.com:grafana/plugin-tools ([@tolzhabayev](https://github.com/tolzhabayev))
10
+
11
+ #### Authors: 2
12
+
13
+ - [@renovate[bot]](https://github.com/renovate[bot])
14
+ - Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev))
15
+
16
+ ---
17
+
1
18
  # v5.20.0 (Mon May 05 2025)
2
19
 
3
20
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.20.0",
3
+ "version": "5.20.1",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -63,5 +63,5 @@
63
63
  "engines": {
64
64
  "node": ">=20"
65
65
  },
66
- "gitHead": "18104e2f4e7111abb5dc5ccc98c7d6c3350756c1"
66
+ "gitHead": "928a8fd08704af696d6cc2ff309583d26aa878c7"
67
67
  }
@@ -21,7 +21,7 @@
21
21
  {{#if useCypress}} "@grafana/e2e": "^11.0.7",
22
22
  "@grafana/e2e-selectors": "^11.5.2",{{/if}}
23
23
  "@grafana/eslint-config": "^8.0.0",{{#if usePlaywright}}
24
- "@grafana/plugin-e2e": "^2.0.0",{{/if}}
24
+ "@grafana/plugin-e2e": "^2.0.1",{{/if}}
25
25
  "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
26
26
  "@playwright/test": "^1.52.0",{{/if}}
27
27
  "@stylistic/eslint-plugin-ts": "^2.9.0",