Skip to content

Commit d1b07e7

Browse files
committed
set version to 2.1.0-beta.1
1 parent bfce979 commit d1b07e7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
Key changes:
6+
7+
* Able to define dashboard variables with this data source
8+
39
## 2.0.0
410

511
Key changes:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ID = timeplus-proton-datasource
2-
Version = 2.0.0
2+
Version = 2.1.0-beta.1
33

44
init:
55
npm install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeplus-proton-datasource",
3-
"version": "2.0.0",
3+
"version": "2.1.0-beta.1",
44
"description": "Grafana data source plugin to connect to Timeplus and visualize streaming or batch queries.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{ "name": "Query Editor", "path": "img/query.png" },
2424
{ "name": "Dashboard", "path": "img/dashboard.png" }
2525
],
26-
"version": "2.0.0",
26+
"version": "2.1.0-beta.1",
2727
"updated": "2024-11-05"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)