From 3d4f19baf6bd8f34d3b8ccdb35b12c36342ea060 Mon Sep 17 00:00:00 2001 From: Sriramajeyam Sugumaran Date: Mon, 29 Jan 2018 10:57:42 +0000 Subject: [PATCH] version 0.2.0 release --- README.md | 6 ++++++ dist/README.md | 6 ++++++ dist/plugin.json | 2 +- package.json | 2 +- plugin.json | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cb2d66..02a3c2c 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,12 @@ Sample value transformation: (Assume your metrics results, 95 and it is percenta # ChangeLog +**Version 0.2.0** + +* Build script changed from babel to typescript +* Assign series alias as row to the default pattern +* Bug fixes + **Version 0.1.0** * First working version diff --git a/dist/README.md b/dist/README.md index 3cb2d66..02a3c2c 100644 --- a/dist/README.md +++ b/dist/README.md @@ -173,6 +173,12 @@ Sample value transformation: (Assume your metrics results, 95 and it is percenta # ChangeLog +**Version 0.2.0** + +* Build script changed from babel to typescript +* Assign series alias as row to the default pattern +* Bug fixes + **Version 0.1.0** * First working version diff --git a/dist/plugin.json b/dist/plugin.json index 82dd5d6..1be813f 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -22,7 +22,7 @@ "url": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel" } ], - "version": "0.1.0" + "version": "0.2.0" }, "dependencies": { "grafanaVersion": "4.x.x", diff --git a/package.json b/package.json index 601a621..5031b29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yesoreyeram-boomtable-panel", - "version": "0.1.0", + "version": "0.2.0", "description": "Boom Table Panel for Grafana", "main": "dist/module.js", "scripts": { diff --git a/plugin.json b/plugin.json index 82dd5d6..1be813f 100644 --- a/plugin.json +++ b/plugin.json @@ -22,7 +22,7 @@ "url": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel" } ], - "version": "0.1.0" + "version": "0.2.0" }, "dependencies": { "grafanaVersion": "4.x.x",