Skip to content

Commit

Permalink
signed release
Browse files Browse the repository at this point in the history
  • Loading branch information
acedrew committed Dec 18, 2020
1 parent 690d4ff commit 78038f8
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 4 deletions.
7 changes: 7 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

All notable changes to this project will be documented in this file.

## v1.0.0

Initial Release
40 changes: 40 additions & 0 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

{
"manifestVersion": "2.0.0",
"signatureType": "community",
"signedByOrg": "aceiot",
"signedByOrgName": "Andrew Rodgers",
"plugin": "aceiot-svg-panel",
"version": "0.0.8",
"time": 1608312578385,
"keyId": "7e4d0c6a708866e7",
"files": {
"plugin.json": "5623192ca98f571aa0c2c705e702debc812c1d796a0a154f5f9ce8fb1b91ff30",
"module.js.map": "27a358bc3980da82439752ac745f326764898c8c225b606aab8f14652d6b107d",
"LICENSE": "36b5840417f9f6e52f5ce683209c10784163dd5bedac9bbf8490881ad68bfdaf",
"README.md": "9d0c60a0bc6af514bab08b3930e87231beea789f7dcc071687cbfe1e6735a961",
"module.js": "7bc41f0131275253a46a654d64688d9b94b8d2be6f21885b984cca60392e1fe4",
"module.js.LICENSE.txt": "0d8f66cd4afb566cb5b7e1540c68f43b939d3eba12ace290f18abc4f4cb53ed0",
"img/logo.svg": "cda1e6830638a820850a6f09331d3a4b19c6284530b9eb9d194acab7b5dd728a",
"img/[email protected]": "9a1d3d0e11f80cb3924e57b78dd8fdd624ec81e05a182be3038d9e4e9c059f00",
"img/ace_svg_icon.png": "585222feea75c122615b5b379a643ff0a5e85f58f77daf5e6c5da7bdc7170e06",
"img/[email protected]": "4e3127a17f27e95c28054498a3c2e3d5f023bf8db1c0c9cd5b6bfa506dac26d5",
"img/ace-svg-react.png": "6d2343f8f5471f27a17d811743aba3cd221fae2350a585cdccdae7689619dc15",
"img/logo-type.svg": "4cca7b5a6c8bdd300d0ffad4a2fc4d0f044e2ac0df60144cb6f2cf540b2534a9",
"img/logo-small-background.svg": "eed57cceea2ed7f9b1aaadd3d02d13db67766062e71e1885d0fd83ba8325ec59",
"CHANGELOG.md": "f039df40cb9e6dffcd8eb814227ba03e47f686d447bfb45e5eae8bdf83fa9465"
}
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqIEARMKAAYFAl/c5wIACgkQfk0ManCIZufH0AIJAU8+hHez+NsVABfPmlYY
Bb1DLLKbYFRIetkA4yHVirh6DPI9bZ1IP8D5Y9KvfxpVX0rWyiZ9VLF7V+Be
Z3On7pNDAgkBA1wINMf0EdBNuNJ5xJGHr6TiLxzLH03gqDlwnj0b6nPW75sj
bA2Yw/DJvG1v5dbzEivvxWLUEF8PJVE+XECtkd4=
=wg70
-----END PGP SIGNATURE-----
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.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{ "name": "In Action", "path": "img/ace-svg-react.png" }
],
"version": "0.0.8",
"updated": "2020-09-01"
"updated": "2020-12-18"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
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": "aceiot-acesvg-panel",
"version": "0.0.8",
"version": "0.0.9",
"description": "SVG Visualization Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 78038f8

Please sign in to comment.