@grafana/create-plugin 5.7.0-canary.1244.aad8b0e.0 → 5.7.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # v5.7.0 (Thu Oct 24 2024)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Jeff Levin ([@jalevin](https://github.com/jalevin)), for all your work!
6
+
7
+ #### 🚀 Enhancement
8
+
9
+ - Config: check environment for Grafana admin URL, username, and password [#1244](https://github.com/grafana/plugin-tools/pull/1244) ([@jalevin](https://github.com/jalevin))
10
+
11
+ #### 🐛 Bug Fix
12
+
13
+ - Update dependency @grafana/e2e to v11.0.7 [#1247](https://github.com/grafana/plugin-tools/pull/1247) ([@renovate[bot]](https://github.com/renovate[bot]))
14
+
15
+ #### Authors: 2
16
+
17
+ - [@renovate[bot]](https://github.com/renovate[bot])
18
+ - Jeff Levin ([@jalevin](https://github.com/jalevin))
19
+
20
+ ---
21
+
1
22
  # v5.6.0 (Fri Oct 18 2024)
2
23
 
3
24
  :tada: This release contains work from a new contributor! :tada:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.7.0-canary.1244.aad8b0e.0",
3
+ "version": "5.7.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -86,5 +86,5 @@
86
86
  "engines": {
87
87
  "node": ">=20"
88
88
  },
89
- "gitHead": "aad8b0ebccf98151422756d647048b9b46ac9264"
89
+ "gitHead": "c435e71d872f8ca1d94049ba984f54d54c590f96"
90
90
  }