Skip to content

Commit

Permalink
Add PDF Breaking change and prepare 6.0.0 (#132)
Browse files Browse the repository at this point in the history
* Add PDF Breaking change and prepare 6.0.0

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Jul 29, 2024
1 parent 8e20664 commit a2418d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 5.2.0 (2024-07-16)
## 6.0.0 (2024-07-29)

### Breaking changes

- Image links in panel options should be updated to use Data links.
- PDF fields require to update the type of the media source to PDF.

### Features / Enhancements

Expand All @@ -15,6 +16,7 @@
- Refactored Media panel (#124)
- Added multiple queries support in Media Field and Poster Image (#127)
- Updated to Grafana 11.1 and dependencies (#128)
- Added PDF Breaking change and prepare 6.0.0 (#132)

## 5.1.0 (2024-06-23)

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"author": "Volkov Labs",
"dependencies": {
"@emotion/css": "^11.11.2",
"@grafana/data": "^11.0.0",
"@grafana/data": "^11.1.0",
"@grafana/runtime": "^11.1.0",
"@grafana/ui": "^11.0.0",
"@grafana/ui": "^11.1.0",
"@hello-pangea/dnd": "^16.6.0",
"@volkovlabs/components": "^2.7.1",
"@volkovlabs/grafana-utils": "^1.4.4",
Expand Down Expand Up @@ -84,5 +84,5 @@
"test:e2e:docker": "docker compose --profile e2e up --exit-code-from test",
"upgrade": "npm upgrade --save"
},
"version": "5.2.0"
"version": "6.0.0"
}

0 comments on commit a2418d2

Please sign in to comment.