@grafana/create-plugin 2.5.0-canary.506.a108ecc.0 → 2.5.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
+ # v2.5.0 (Thu Nov 02 2023)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Chris Bedwell ([@ckbedwell](https://github.com/ckbedwell)), for all your work!
6
+
7
+ #### 🚀 Enhancement
8
+
9
+ - Adding support for controling the create-plugin tool via a rc file [#506](https://github.com/grafana/plugin-tools/pull/506) ([@mckn](https://github.com/mckn))
10
+
11
+ #### 🐛 Bug Fix
12
+
13
+ - Bump nvmrc to 20 to align with package.json [#498](https://github.com/grafana/plugin-tools/pull/498) ([@ckbedwell](https://github.com/ckbedwell))
14
+
15
+ #### Authors: 2
16
+
17
+ - Chris Bedwell ([@ckbedwell](https://github.com/ckbedwell))
18
+ - Marcus Andersson ([@mckn](https://github.com/mckn))
19
+
20
+ ---
21
+
1
22
  # v2.4.0 (Wed Oct 25 2023)
2
23
 
3
24
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "2.5.0-canary.506.a108ecc.0",
3
+ "version": "2.5.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/create-plugin",
@@ -66,5 +66,5 @@
66
66
  "engines": {
67
67
  "node": ">=20"
68
68
  },
69
- "gitHead": "a108ecca88e899a838daf82aeac12334b6ae23e3"
69
+ "gitHead": "f9a50957857644b90322aff975d0b4f625e09d08"
70
70
  }