@grafana/create-plugin 2.9.0-canary.573.1b536d6.0 → 2.9.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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ # v2.9.0 (Fri Dec 08 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Update the scenes-app template to use the latest scenes library and fix some template code style errors [#573](https://github.com/grafana/plugin-tools/pull/573) ([@academo](https://github.com/academo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Esteban Beltran ([@academo](https://github.com/academo))
10
+
11
+ ---
12
+
13
+ # v2.8.1 (Fri Dec 08 2023)
14
+
15
+ :tada: This release contains work from a new contributor! :tada:
16
+
17
+ Thank you, Ludovic Muller ([@ludovicm67](https://github.com/ludovicm67)), for all your work!
18
+
19
+ #### 🐛 Bug Fix
20
+
21
+ - Templates: import DataQuery from `@grafana/schema` instead of `@grafana/data` [#549](https://github.com/grafana/plugin-tools/pull/549) ([@ludovicm67](https://github.com/ludovicm67))
22
+
23
+ #### Authors: 1
24
+
25
+ - Ludovic Muller ([@ludovicm67](https://github.com/ludovicm67))
26
+
27
+ ---
28
+
1
29
  # v2.8.0 (Thu Dec 07 2023)
2
30
 
3
31
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "2.9.0-canary.573.1b536d6.0",
3
+ "version": "2.9.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": "1b536d6e316b014cbf00ea56f0dd9918474e09e3"
69
+ "gitHead": "c5ae1e2349446fc54508e9957dd943db1cc7806d"
70
70
  }