Skip to content

Commit

Permalink
chore: Bump version and update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jan 17, 2025
1 parent 5368859 commit ca9514c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## 1.7.3

- Handle timeouts in frontend config [#238](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/238)
- Handle cases when backend context does not have Grafana version [#236](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/236)
- Bump dependencies [#229](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/229), [#230](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/230), [#234](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/234), [#235](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/235), [#239](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/239), [#240](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/240)

## 1.7.2

- Testing of chromium distributed by grafana-image-renderer [#227](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/227)
- Support rendering panel PNGs natively [#224](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/224)
- Bump dependencies [#220](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/220), [#221](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/221), [#222](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/222), [#225](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/158), [#159](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/225), [#226](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/160), [#161](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/226)
- Bump dependencies [#220](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/220), [#221](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/221), [#222](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/222), [#225](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/158), [#225](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/225), [#226](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/160), [#226](https://github.com/mahendrapaipuri/grafana-dashboard-reporter-app/pull/226)

## 1.7.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mahendrapaipuri-dashboardreporter-app",
"version": "1.7.2",
"version": "1.7.3",
"description": "A Grafana plugin app that generates PDF reports from Grafana dashboards",
"config": {
"plainUrl": "http://admin:admin@localhost:3080/api/plugins/mahendrapaipuri-dashboardreporter-app/resources/report?dashUid=fdlwjnyim1la8f&layout=simple&orientation=portrait&dashboardMode=default&var-testvar0=All&var-testvar1=foo&var-testvar2=1",
Expand Down

0 comments on commit ca9514c

Please sign in to comment.