@grafana/create-plugin 7.1.6-canary.2579.24510474417.0 → 7.1.6

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v7.1.6 (Thu Apr 16 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore: pin @grafana production deps to 12.4.2 [#2577](https://github.com/grafana/plugin-tools/pull/2577) ([@jackw](https://github.com/jackw))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
10
+
11
+ ---
12
+
1
13
  # v7.1.5 (Tue Apr 14 2026)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "7.1.6-canary.2579.24510474417.0",
3
+ "version": "7.1.6",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -55,5 +55,5 @@
55
55
  "engines": {
56
56
  "node": ">=20"
57
57
  },
58
- "gitHead": "6cf0d74fb3e59261337819e89a8b33959bd1e54d"
58
+ "gitHead": "bbe7431074aa667f5da9880f76fba803ba1b3f73"
59
59
  }