Skip to content

Commit

Permalink
Add Table panel review fixes (#241)
Browse files Browse the repository at this point in the history
* upd gauge error and add default values

* fig gauge display for auto width and 10.3 version

* add test ci

* remove config

* Update version

---------

Co-authored-by: Mikhail Volkov <[email protected]>
  • Loading branch information
vitPinchuk and mikhail-vl authored Feb 10, 2025
1 parent 5cd30a7 commit 0a7b496
Show file tree
Hide file tree
Showing 12 changed files with 1,048 additions and 481 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.0 (2025-02-10)

### Features / Enhancements

- Update gauge values in Grafana 10.3.0 (#241)
- Update unexpected error in "Data links" dashboard (#241)

## 2.1.0 (2025-02-04)

### Features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"test:e2e:docker": "docker compose --profile e2e up --exit-code-from test",
"upgrade": "npm upgrade --save"
},
"version": "2.1.0"
"version": "2.2.0"
}
Loading

0 comments on commit 0a7b496

Please sign in to comment.