diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bca0a0..8c0ea2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,23 @@ # Changelog -## 1.0.0 +## 1.1.2 -Initial release. +Improved accessability and fixed issue with white text on light background. Big thanks to https://github.com/negrel for help fixing this. -## 1.0.1 +## 1.1.1 -Bugfix: Funnel plugin shows drop numbers as the wrong percentage #21 -Bugfix: Text contrast improved for light/dark backgrounds #19 -Bugfix: Data will not be repeated weirdly when refreshing dashboard #20 +Making sure to keep backwards compatability with older Grafana version when using the new Stack component. ## 1.1.0 Upgrade github workflows to latest version and switched to npm instead of yarn. -## 1.1.1 +## 1.0.1 -Making sure to keep backwards compatability with older Grafana version when using the new Stack component. +Bugfix: Funnel plugin shows drop numbers as the wrong percentage #21 +Bugfix: Text contrast improved for light/dark backgrounds #19 +Bugfix: Data will not be repeated weirdly when refreshing dashboard #20 + +## 1.0.0 + +Initial release. diff --git a/package-lock.json b/package-lock.json index 9d9bdbf..43fc6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "funnel-panel", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "funnel-panel", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "dependencies": { "@emotion/css": "11.10.6", diff --git a/package.json b/package.json index a681ac7..e23ac97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "funnel-panel", - "version": "1.1.1", + "version": "1.1.2", "description": "Grafana panel to create funnel charts", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",