@grafana/react-detect 0.6.4-canary.2558.24783947194.0 → 0.6.4

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
+ # v0.6.4 (Wed Apr 22 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat: add --distDir arg to specify built plugin directory [#2558](https://github.com/grafana/plugin-tools/pull/2558) ([@jackw](https://github.com/jackw))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
10
+
11
+ ---
12
+
1
13
  # v0.6.3 (Tue Apr 07 2026)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grafana/react-detect",
3
3
  "description": "Run various checks to detect if a Grafana plugin is compatible with React.",
4
- "version": "0.6.4-canary.2558.24783947194.0",
4
+ "version": "0.6.4",
5
5
  "repository": {
6
6
  "directory": "packages/react-detect",
7
7
  "url": "https://github.com/grafana/plugin-tools"
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">=20"
43
43
  },
44
- "gitHead": "5849606a8bb3a5f2522dbc9e8c419ec096e16ed8"
44
+ "gitHead": "8aacee07bed65b29ca15c30285870965112c8228"
45
45
  }