@grafana/create-plugin 1.2.1-canary.217.9983fdf.0 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v1.2.1 (Thu Mar 30 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Create Plugin: Don't upgrade grafana dependencies when running update command [#217](https://github.com/grafana/plugin-tools/pull/217) ([@academo](https://github.com/academo))
6
+ - CreatePlugin: Add vscode launch.json files for backend debug mode [#224](https://github.com/grafana/plugin-tools/pull/224) ([@xnyo](https://github.com/xnyo))
7
+
8
+ #### Authors: 2
9
+
10
+ - Esteban Beltran ([@academo](https://github.com/academo))
11
+ - Giuseppe Guerra ([@xnyo](https://github.com/xnyo))
12
+
13
+ ---
14
+
1
15
  # v1.2.0 (Fri Mar 17 2023)
2
16
 
3
17
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "1.2.1-canary.217.9983fdf.0",
3
+ "version": "1.2.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/create-plugin",
@@ -63,5 +63,5 @@
63
63
  "engines": {
64
64
  "node": ">=16"
65
65
  },
66
- "gitHead": "9983fdf8b9b000ad6baf275366780cae62a4facf"
66
+ "gitHead": "3f3864d4b4f3b1e19f16d580258999290c8c695b"
67
67
  }