We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fac9e commit 4e6bb79Copy full SHA for 4e6bb79
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 2.0.0
4
+
5
+##### Chores
6
7
+* upgrade to React 19 for Grafana 13 compatibility (#1128) (dcc4215a)
8
9
+##### Documentation Changes
10
11
+* Update docs for latest UI changes (#1141) (d36c5ee4)
12
13
+##### Bug Fixes
14
15
+* **ci:** add pull-requests read permission to CD workflow (#1149) (86fac9e2)
16
17
18
## 1.0.34
19
20
##### Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-metricsdrilldown-app",
- "version": "1.0.34",
+ "version": "2.0.0",
"author": "Grafana",
"license": "AGPL-3.0",
"scripts": {
0 commit comments