Skip to content

Commit

Permalink
Bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Apr 30, 2024
1 parent 5da31ce commit 681810b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0
- Rewrite in React
- Add option to provide a custom tile URL template

## 2.1.4
- Fix broken license link and update required Grafana version

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-trackmap-panel",
"version": "2.1.4",
"version": "3.0.0",
"description": "A plugin for Grafana that visualizes GPS points as a line on an interactive map",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{ "name": "Zoom in by selecting a range of points", "path": "img/topo-boxselect.jpg" },
{ "name": "Chose what map to display the data on", "path": "img/satellite-picker.jpg" }
],
"version": "2.1.4",
"updated": "2023-01-13"
"version": "3.0.0",
"updated": "2024-04-30"
},
"dependencies": {
"grafanaDependency": ">=10.3.3",
Expand Down

0 comments on commit 681810b

Please sign in to comment.