Skip to content

Commit 9759c79

Browse files
chore(version): bump version to v1.0.32
1 parent 14ba8ac commit 9759c79

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 1.0.32
4+
5+
##### Chores
6+
7+
* **i18n:** Expose all supported languages in plugin.json (#1096) (cb9f88e0)
8+
* update grafana dependencies to v12.4.0 (#1098) (52b88597)
9+
* **deps:**
10+
* Lock file maintenance (#1094) (9ec9e703)
11+
* Update dependency css-loader to v7.1.4 (#1090) (1b4a293a)
12+
* Update dependency @grafana/plugin-e2e to v3.3.2 (#1089) (5a880cae)
13+
* Update dependency glob to v13.0.6 (#1091) (ccd140d6)
14+
* Update TypeScript and linting (#1093) (c924cce1)
15+
* Update pnpm to v10.30.1 (#1092) (b160d37b)
16+
17+
##### New Features
18+
19+
* add saved queries (#1064) (14ba8ac2)
20+
* show dashboard sort limit warning (#1088) (2f2a6150)
21+
* expose embeded metrics component (#782) (0c726307)
22+
23+
##### Bug Fixes
24+
25+
* native histogram can sum by le without effect (#1101) (b675b97e)
26+
27+
##### Other Changes
28+
29+
* Download translations from Crowdin (#1087) (7597632d)
30+
31+
332
## 1.0.31
433

534
##### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-metricsdrilldown-app",
3-
"version": "1.0.31",
3+
"version": "1.0.32",
44
"author": "Grafana",
55
"license": "AGPL-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)