diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe0844..249344c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) diff --git a/package-lock.json b/package-lock.json index f5e05af..0c6b491 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "volkovlabs-image-panel", - "version": "5.2.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "volkovlabs-image-panel", - "version": "5.2.0", + "version": "6.0.0", "license": "Apache-2.0", "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", diff --git a/package.json b/package.json index ce570d5..6a35cfc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }