Skip to content

Commit 12a5f58

Browse files
committed
Update version
1 parent d19c2f4 commit 12a5f58

File tree

10 files changed

+27
-22
lines changed

10 files changed

+27
-22
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ yarn-debug.log*
66
yarn-error.log*
77

88
node_modules/
9-
dist/
109

1110
# Runtime data
1211
pids

dist/CHANGELOG.md

Whitespace-only changes.

dist/MANIFEST.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,32 @@ Hash: SHA512
88
"signedByOrg": "ae3e",
99
"signedByOrgName": "ae3e",
1010
"plugin": "ae3e-plotly-panel",
11-
"version": "0.3.3",
12-
"time": 1608280255708,
11+
"version": "0.4.0",
12+
"time": 1619777029992,
1313
"keyId": "7e4d0c6a708866e7",
1414
"files": {
15+
"CHANGELOG.md": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1516
"dashboards\\simple.json": "3c0ce2be958031018afe9b1f8165dce7eb531b972d3780b0c721e4224050309b",
1617
"img\\editor.png": "158e968f971e6fc129c007867aa9a424d3674431452d3c83d4ff9ae7813d7e43",
1718
"img\\logo.svg": "28f63778b318920c0ee492ff254912d61ae472854ab66d6ce6d505c2d1ed878e",
1819
"img\\panel.png": "ebd614120962a84bc6e6808fe6df3dec7ade38c8abb9181d49c229e0ccd2df96",
1920
"img\\plotly.svg": "d5ec9acca6416f4bc3161de6f203511cc8c02888b0eb6fef35cfa8c7f590c715",
2021
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
2122
"LICENSE": "e03ba41d7fab20700769fe4118bab50d800cb74f990353a05d2f5fff1c228363",
22-
"module.js": "0368dc165312429aaa2ff018e232686f89f3e36da574435528a086e846b5b589",
23-
"module.js.LICENSE.txt": "eb4b164660704be35f9a13f2d19a8477bbdf0539036389ca04b0105afde31c52",
24-
"module.js.map": "ff54e0513edbd945283cd3ad9d1c60df6689f504ee102a79d11391da3c55797f",
25-
"plugin.json": "2f8d6bbae7cbe54a0855b6c45c705ada9066555d06450ad83e85bdcfb635a73d",
26-
"README.md": "0caf03166baae36477953ec84463aa65b7505af6a03b2e7d9a00bdcedc07973c"
23+
"module.js": "a6df8f6cf5792614b38d5e13fe275779a74ff1df81b1b3702188db0eee0981bf",
24+
"module.js.LICENSE.txt": "99b8afca26f4f995419fd5646383cda95b92d0d5198974937e64935b0abb6c5b",
25+
"module.js.map": "0e405847b044a4f42aa93ff3e9050d20049b63cbe747e720da7fa3fe34b058ca",
26+
"plugin.json": "b696d080d99f5afde3f0a32f388062a23495300b60c015f45697b6bd1e08232b",
27+
"README.md": "4f7223d15533da0612ddcbf4dc54942cd4c19ac6e5ed5b99d476e6c9646f298c"
2728
}
2829
}
2930
-----BEGIN PGP SIGNATURE-----
3031
Version: OpenPGP.js v4.10.1
3132
Comment: https://openpgpjs.org
3233

33-
wqAEARMKAAYFAl/caL8ACgkQfk0ManCIZucLLgIHXbXAXI2CTV3hWo+Ceeti
34-
Kfceiu4hYqc6rjM/G7Z3P9Wgfk9RatRW1KZ8bO4QbXc839AcNM5JnZHBVeMY
35-
2v79nskCB2Jcmwsp3Zv8RQF3dAkGjjkHX/VjnYuMq8DaMkBbcdEQkwF8k6+Q
36-
yAhHrDkDjQ7YKpYC9yxmBj5vbikALZaFDJgJ
37-
=SAQ0
34+
wqEEARMKAAYFAmCL1gYACgkQfk0ManCIZufcEgIHaPznGmysWx5F9jDzNnYj
35+
3ZxQyvxG22gUkJmUryEF0XCfWM7ynks7yRMUsm6nlam0B/yqU+PdnNd8vySF
36+
N3YB6DICCQGX3Bw4nhXlU356+50YP99gagLW5RwsS/RM/bPZHy5UVMiKPJm3
37+
BE3k315LAh4PjtiDnNl6L2ie+vGTNLImhuehTA==
38+
=s/o1
3839
-----END PGP SIGNATURE-----

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Data provided by the datasource can be transformed via a user-defined script bef
1212
- `data` : Data returns by the datasource
1313
- `variables` : Object that contains [Grafana's variables](https://grafana.com/docs/grafana/latest/variables/) available in the current dashboard (user variables and few global variables : `__from`, `__to`, `__interval` and `__interval_ms`).
1414

15-
The script must return an object with one or more of the following properties : `data`, `layout`, `config`.
15+
The script must return an object with one or more of the following properties : `data`, `layout`, `config` and `frames`.
1616

1717
example :
1818
```javascript

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object-assign
1515
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
1616
* @license Licensed under MIT license
1717
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18-
* @version 3.3.1
18+
* @version v4.2.8+1e68dce6
1919
*/
2020

2121
/*!

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "Editor", "path": "img/editor.png"},
2121
{"name": "Panel", "path": "img/panel.png"}
2222
],
23-
"version": "0.3.3",
24-
"updated": "2020-12-18"
23+
"version": "0.4.0",
24+
"updated": "2021-04-30"
2525
},
2626

2727
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ae3e-plotly-panel",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Grafana Plotly Panel",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12227,7 +12227,7 @@
1222712227
"strip-ansi" "6.0.0"
1222812228
"text-table" "0.2.0"
1222912229

12230-
12230+
"react-dom@^15.3.0 || ^16.0.0-alpha || ^17.0.0", "react-dom@16.12.0":
1223112231
"integrity" "sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw=="
1223212232
"resolved" "https://registry.npmjs.org/react-dom/-/react-dom-16.12.0.tgz"
1223312233
"version" "16.12.0"
@@ -12357,7 +12357,12 @@
1235712357
"loose-envify" "^1.4.0"
1235812358
"prop-types" "^15.6.2"
1235912359

12360-
"react@>=15.0.0 <17.0.0", "react@>0.13.0", "[email protected]":
12360+
"react-virtualized-auto-sizer@^1.0.5":
12361+
"integrity" "sha512-kivjYVWX15TX2IUrm8F1jaCEX8EXrpy3DD+u41WGqJ1ZqbljWpiwscV+VxOM1l7sSIM1jwi2LADjhhAJkJ9dxA=="
12362+
"resolved" "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.5.tgz"
12363+
"version" "1.0.5"
12364+
12365+
"react@^15.3.0 || ^16.0.0-alpha || ^17.0.0", "react@>=15.0.0 <17.0.0", "react@>0.13.0", "[email protected]":
1236112366
"integrity" "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA=="
1236212367
"resolved" "https://registry.npmjs.org/react/-/react-16.12.0.tgz"
1236312368
"version" "16.12.0"

0 commit comments

Comments
 (0)