Skip to content

Commit ee9c11e

Browse files
committed
Bump to version 0.1.0, package assets.
1 parent baef4b5 commit ee9c11e

7 files changed

+23
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickwit-datasource",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "Quickwit datasource",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,35 @@
2424
"links": [
2525
{
2626
"name": "GitHub",
27-
"url": "https://github.com/quickwit/quickwit-datasource"
27+
"url": "https://github.com/quickwit-oss/quickwit-datasource"
2828
},
2929
{
3030
"name": "License",
31-
"url": "https://github.com/quickwit/quickwit-datasource/blob/main/LICENSE"
31+
"url": "https://github.com/quickwit-oss/quickwit-datasource/blob/main/LICENSE"
3232
},
3333
{
3434
"name": "Website",
3535
"url": "https://quickwit.io"
3636
}
3737
],
38-
"screenshots": [],
38+
"screenshots": [
39+
{
40+
"name": "Log Explorer",
41+
"path": "img/screenshot-explorer-view.png"
42+
},
43+
{
44+
"name": "Log Explorer with query",
45+
"path": "img/screenshot-explorer-view-with-query.png"
46+
},
47+
{
48+
"name": "Log Explorer with raw query",
49+
"path": "img/screenshot-explorer-view-with-raw-query.png"
50+
},
51+
{
52+
"name": "Dashboard",
53+
"path": "img/screenshot-dashboard-view.png"
54+
}
55+
],
3956
"version": "%VERSION%",
4057
"updated": "%TODAY%"
4158
},

0 commit comments

Comments
 (0)