Skip to content

Commit 7820fbe

Browse files
chore(version): bump version to v1.3.0
1 parent 975e40c commit 7820fbe

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
##### Chores
6+
7+
* **deps:**
8+
* update dependency @babel/core to v7.28.5 (#577) (3dfd3cd5)
9+
* update swc monorepo (#580) (8f14d360)
10+
* update grafana/tempo:latest docker digest to 6d4f1f3 (#599) (8f747508)
11+
* Update grafana to 12.3.0 (#609) (deb155f2)
12+
* **config:** migrate config renovate.json (#607) (aee65df3)
13+
14+
##### Continuous Integration
15+
16+
* Update workflow permissions (#623) (0269bfc5)
17+
18+
##### Documentation Changes
19+
20+
* Minor updates to docs (#608) (af917d5d)
21+
22+
##### New Features
23+
24+
* Show favorites first in the attribute sidebar (#625) (975e40c6)
25+
* Exceptions Tab v2 (#619) (7ee82314)
26+
* Adaptive Traces Integration (#614) (c3c77e68)
27+
* **links:** grafana assistant traces drilldown full query navigation (#541) (64e42e8e)
28+
29+
330
## 1.2.1
431

532
##### Chores

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": "1.2.2",
3+
"version": "1.3.0",
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)