diff --git a/CHANGELOG.md b/CHANGELOG.md index ac522ac..e773453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ | Version | Changes | | --------|------------------------------------------------------------| +| 0.1.0 | **First version for release** | | 0.0.4 | Base theme option | | | Bug fixes (#4) | | 0.0.3 | Schema changes (BREAKING) | diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index ac522ac..e773453 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,6 @@ | Version | Changes | | --------|------------------------------------------------------------| +| 0.1.0 | **First version for release** | | 0.0.4 | Base theme option | | | Bug fixes (#4) | | 0.0.3 | Schema changes (BREAKING) | diff --git a/dist/plugin.json b/dist/plugin.json index 40b2216..20b6372 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -4,7 +4,7 @@ "id": "yesoreyeram-boomtheme-panel", "dataFormats": [], "info": { - "version": "0.0.4", + "version": "0.1.0", "description": "Themes for Grafana", "author": { "name": "Sriramajeyam Sugumaran", diff --git a/package-lock.json b/package-lock.json index 1a6ce71..afa4d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yesoreyeram-boomtheme-panel", - "version": "0.0.4", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0aaf360..a1c0f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yesoreyeram-boomtheme-panel", - "version": "0.0.4", + "version": "0.1.0", "description": "Themes for Grafana", "main": "dist/module.js", "scripts": { diff --git a/plugin.json b/plugin.json index 40b2216..20b6372 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "id": "yesoreyeram-boomtheme-panel", "dataFormats": [], "info": { - "version": "0.0.4", + "version": "0.1.0", "description": "Themes for Grafana", "author": { "name": "Sriramajeyam Sugumaran",