Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ae3e committed Apr 30, 2021
1 parent d19c2f4 commit 12a5f58
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 22 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ yarn-debug.log*
yarn-error.log*

node_modules/
dist/

# Runtime data
pids
Expand Down
Empty file added dist/CHANGELOG.md
Empty file.
25 changes: 13 additions & 12 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@ Hash: SHA512
"signedByOrg": "ae3e",
"signedByOrgName": "ae3e",
"plugin": "ae3e-plotly-panel",
"version": "0.3.3",
"time": 1608280255708,
"version": "0.4.0",
"time": 1619777029992,
"keyId": "7e4d0c6a708866e7",
"files": {
"CHANGELOG.md": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"dashboards\\simple.json": "3c0ce2be958031018afe9b1f8165dce7eb531b972d3780b0c721e4224050309b",
"img\\editor.png": "158e968f971e6fc129c007867aa9a424d3674431452d3c83d4ff9ae7813d7e43",
"img\\logo.svg": "28f63778b318920c0ee492ff254912d61ae472854ab66d6ce6d505c2d1ed878e",
"img\\panel.png": "ebd614120962a84bc6e6808fe6df3dec7ade38c8abb9181d49c229e0ccd2df96",
"img\\plotly.svg": "d5ec9acca6416f4bc3161de6f203511cc8c02888b0eb6fef35cfa8c7f590c715",
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
"LICENSE": "e03ba41d7fab20700769fe4118bab50d800cb74f990353a05d2f5fff1c228363",
"module.js": "0368dc165312429aaa2ff018e232686f89f3e36da574435528a086e846b5b589",
"module.js.LICENSE.txt": "eb4b164660704be35f9a13f2d19a8477bbdf0539036389ca04b0105afde31c52",
"module.js.map": "ff54e0513edbd945283cd3ad9d1c60df6689f504ee102a79d11391da3c55797f",
"plugin.json": "2f8d6bbae7cbe54a0855b6c45c705ada9066555d06450ad83e85bdcfb635a73d",
"README.md": "0caf03166baae36477953ec84463aa65b7505af6a03b2e7d9a00bdcedc07973c"
"module.js": "a6df8f6cf5792614b38d5e13fe275779a74ff1df81b1b3702188db0eee0981bf",
"module.js.LICENSE.txt": "99b8afca26f4f995419fd5646383cda95b92d0d5198974937e64935b0abb6c5b",
"module.js.map": "0e405847b044a4f42aa93ff3e9050d20049b63cbe747e720da7fa3fe34b058ca",
"plugin.json": "b696d080d99f5afde3f0a32f388062a23495300b60c015f45697b6bd1e08232b",
"README.md": "4f7223d15533da0612ddcbf4dc54942cd4c19ac6e5ed5b99d476e6c9646f298c"
}
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqAEARMKAAYFAl/caL8ACgkQfk0ManCIZucLLgIHXbXAXI2CTV3hWo+Ceeti
Kfceiu4hYqc6rjM/G7Z3P9Wgfk9RatRW1KZ8bO4QbXc839AcNM5JnZHBVeMY
2v79nskCB2Jcmwsp3Zv8RQF3dAkGjjkHX/VjnYuMq8DaMkBbcdEQkwF8k6+Q
yAhHrDkDjQ7YKpYC9yxmBj5vbikALZaFDJgJ
=SAQ0
wqEEARMKAAYFAmCL1gYACgkQfk0ManCIZufcEgIHaPznGmysWx5F9jDzNnYj
3ZxQyvxG22gUkJmUryEF0XCfWM7ynks7yRMUsm6nlam0B/yqU+PdnNd8vySF
N3YB6DICCQGX3Bw4nhXlU356+50YP99gagLW5RwsS/RM/bPZHy5UVMiKPJm3
BE3k315LAh4PjtiDnNl6L2ie+vGTNLImhuehTA==
=s/o1
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Data provided by the datasource can be transformed via a user-defined script bef
- `data` : Data returns by the datasource
- `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`).

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

example :
```javascript
Expand Down
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object-assign
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version 3.3.1
* @version v4.2.8+1e68dce6
*/

/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{"name": "Editor", "path": "img/editor.png"},
{"name": "Panel", "path": "img/panel.png"}
],
"version": "0.3.3",
"updated": "2020-12-18"
"version": "0.4.0",
"updated": "2021-04-30"
},

"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ae3e-plotly-panel",
"version": "0.3.3",
"version": "0.4.0",
"description": "Grafana Plotly Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12227,7 +12227,7 @@
"strip-ansi" "6.0.0"
"text-table" "0.2.0"

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

"react@>=15.0.0 <17.0.0", "react@>0.13.0", "react@16.12.0":
"react-virtualized-auto-sizer@^1.0.5":
"integrity" "sha512-kivjYVWX15TX2IUrm8F1jaCEX8EXrpy3DD+u41WGqJ1ZqbljWpiwscV+VxOM1l7sSIM1jwi2LADjhhAJkJ9dxA=="
"resolved" "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.5.tgz"
"version" "1.0.5"

"react@^15.3.0 || ^16.0.0-alpha || ^17.0.0", "react@>=15.0.0 <17.0.0", "react@>0.13.0", "react@16.12.0":
"integrity" "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA=="
"resolved" "https://registry.npmjs.org/react/-/react-16.12.0.tgz"
"version" "16.12.0"
Expand Down

0 comments on commit 12a5f58

Please sign in to comment.