Skip to content

Commit 778bb63

Browse files
chore(version): bump version to v2.0.4
1 parent 640fc4b commit 778bb63

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.0.4
4+
5+
##### Chores
6+
7+
* Update ci-cd-workflows (#762) (d5f4fdcd)
8+
* update Saved queries texts (#773) (cef85d98)
9+
* Harden package use and workspace environment (#761) (bb50beee)
10+
* Improve e2e testing (#755) (8426e7a8)
11+
* **deps:**
12+
* update dependency @playwright/test to v1.59.1 (#704) (6c6357d8)
13+
* lock file maintenance (#711) (e18c0a12)
14+
* bump fast-uri from 3.1.0 to 3.1.2 (#751) (1794aa09)
15+
* pin dependencies (#741) (a000d785)
16+
* update grafana/plugin-actions digest to 016148f (#742) (04322201)
17+
18+
##### New Features
19+
20+
* Support add to dashboard (#746) (640fc4b2)
21+
* Enhance Embedded Traces Drilldown (#744) (6cf5e6d0)
22+
* Support create alert (#747) (cf4d73a6)
23+
24+
##### Bug Fixes
25+
26+
* update Crowdin workflows to use fromJSON secrets output (#775) (e2170753)
27+
* syncing of y axis (#754) (2c6a21a9)
28+
29+
##### Other Changes
30+
31+
* Download translations from Crowdin (#732) (d46cc150)
32+
33+
334
## 2.0.3
435

536
##### Build System / Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exploretraces-app",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Queryless exploration of trace data stored in Tempo",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)