Skip to content

Commit

Permalink
Merge pull request #240 from taosdata/member/sheyj
Browse files Browse the repository at this point in the history
Member/sheyj
  • Loading branch information
sheyanjie-qq authored Oct 31, 2023
2 parents bef4291 + f7bebd7 commit d3750e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.4.0] - 2023-10-31

### Bug Fixes

### Features

- New Taosadapter dashboard
- Add datasource for adapter dashboard
- Change legend for adapter dashboard

## [3.3.6] - 2023-10-14

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion dashboards/TDinsightV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"type": "datasource",
"id": "tdengine-datasource",
"name": "TDengine Datasource",
"version": "3.3.6"
"version": "3.4.0"
},
{
"type": "panel",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdengine-datasource",
"version": "3.3.6",
"version": "3.4.0",
"description": "Grafana datasource plugin for TDengine",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env development",
Expand Down Expand Up @@ -86,4 +86,4 @@
"react": "17.0.2",
"react-dom": "17.0.2"
}
}
}

0 comments on commit d3750e4

Please sign in to comment.