Skip to content

Commit 370b445

Browse files
committed
create 0.0.5 release
Signed-off-by: Michelle Nguyen <[email protected]>
1 parent 10c82d7 commit 370b445

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
## 0.0.1
44

5-
Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
5+
Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
6+
7+
## 0.0.5
8+
9+
- Fix bug where column/groupby builder selections were cleared out when changing visualization type
10+
- Update script descriptions to indicate the visualization type to use

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixie-pixie-datasource",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Pixie's Grafana Datasource Plugin",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929
],
3030
"screenshots": [],
31-
"version": "0.0.4",
32-
"updated": "2022-07-11"
31+
"version": "0.0.5",
32+
"updated": "2022-07-15"
3333
},
3434
"dependencies": {
3535
"grafanaDependency": ">=7.0.0",

0 commit comments

Comments
 (0)