@grafana/create-plugin 2.1.0-canary.458.bd6cbd0.0 → 2.1.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v2.1.0 (Fri Oct 13 2023)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Zoltán Bedi ([@zoltanbedi](https://github.com/zoltanbedi)), for all your work!
6
+
7
+ #### 🚀 Enhancement
8
+
9
+ - Update only dev dependencies when the update command runs [#458](https://github.com/grafana/plugin-tools/pull/458) ([@academo](https://github.com/academo))
10
+
11
+ #### 🐛 Bug Fix
12
+
13
+ - Revert prettier formatting [#450](https://github.com/grafana/plugin-tools/pull/450) ([@zoltanbedi](https://github.com/zoltanbedi))
14
+ - Chore: Run prettier [#449](https://github.com/grafana/plugin-tools/pull/449) ([@zoltanbedi](https://github.com/zoltanbedi))
15
+
16
+ #### Authors: 2
17
+
18
+ - Esteban Beltran ([@academo](https://github.com/academo))
19
+ - Zoltán Bedi ([@zoltanbedi](https://github.com/zoltanbedi))
20
+
21
+ ---
22
+
1
23
  # v2.0.2 (Wed Oct 04 2023)
2
24
 
3
25
  :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": "2.1.0-canary.458.bd6cbd0.0",
3
+ "version": "2.1.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": ">=18"
68
68
  },
69
- "gitHead": "bd6cbd019499ab3a190c2520a5a5903f3f7e8ab4"
69
+ "gitHead": "9e86c64fe50f818564f483e2223153e9f2b6928d"
70
70
  }