Skip to content

Commit ce5325d

Browse files
committed
2.3.4 - Bump ua-parser-js to 0.7.28
1 parent 70b0b46 commit ce5325d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.4
4+
5+
Bump `ua-parser-js` dependency to version 0.7.28 (#68) (Dependabot)
6+
37
## 2.3.3
48

59
Fix issue with power queries not sending proper data in the request (#65) (Yan Shnayder)

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ can find documentation on API Keys [here](https://www.scalyr.com/help/api#scalyr
3535

3636
```bash
3737
grafana-cli --pluginUrl \
38-
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.2/scalyr_grafana_plugin_7073038.zip \
38+
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.3/scalyr_grafana_plugin_611626f.zip \
3939
plugins install scalyr-datasource
4040
```
4141

@@ -78,7 +78,7 @@ from GitHub.
7878
Stable version:
7979

8080
```bash
81-
tar -xvf scalyr_grafana_plugin_7073038.tar.gz
81+
tar -xvf scalyr_grafana_plugin_611626f.tar.gz
8282
cp -rf dist/ /var/lib/grafana/plugins/scalyr/
8383
```
8484

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.3",
9+
"version": "2.3.4",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scalyr-grafana-datasource-plugin",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "This grafana plugin allows Scalyr as a datasource for metrics and graphs",
55
"main": "webpack.config.js",
66
"scripts": {

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.3",
9+
"version": "2.3.4",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

0 commit comments

Comments
 (0)