@grafana/create-plugin 6.4.0 → 6.4.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,15 @@
1
+ # v6.4.1 (Wed Nov 26 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Create Plugin: bump swc/core to ^1.14.0 to fix segfault on Linux ARM [#2328](https://github.com/grafana/plugin-tools/pull/2328) ([@xnyo](https://github.com/xnyo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Giuseppe Guerra ([@xnyo](https://github.com/xnyo))
10
+
11
+ ---
12
+
1
13
  # v6.4.0 (Tue Nov 25 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -56,5 +56,5 @@
56
56
  "engines": {
57
57
  "node": ">=20"
58
58
  },
59
- "gitHead": "7fe3400b7b48f49f9faed0e4f5e1ee3655493cfe"
59
+ "gitHead": "166595a57cbf1bab18fa0f8f52f7b6577b9361df"
60
60
  }
@@ -23,7 +23,7 @@
23
23
  "@rspack/core": "^1.3.0",
24
24
  "@rspack/cli": "^1.3.0",{{/if}}
25
25
  "@stylistic/eslint-plugin-ts": "^2.9.0",
26
- "@swc/core": "1.13.20",
26
+ "@swc/core": "^1.14.0",
27
27
  "@swc/helpers": "^0.5.0",
28
28
  "@swc/jest": "^0.2.26",
29
29
  "@testing-library/jest-dom": "6.1.4",