Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Change dependency versions, bump version to 2.1.0 (#35)
Browse files Browse the repository at this point in the history
* Revert d3 and leaflet dependencies to earlier versions

* Bump version to 2.1.0
  • Loading branch information
j-or authored Nov 5, 2020
1 parent 6646147 commit a17f3db
Show file tree
Hide file tree
Showing 5 changed files with 13,844 additions and 14,070 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Change Log

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

## v2.0.0

Initial Release

## v2.0.1

* Add support for centering map by first position
* Add support for ant path with markers

Expand All @@ -18,4 +15,7 @@ Initial Release
* Add support for only showing last marker
* Add support for switching between primary and secondary marker icons
* Add support for changing size of the last marker
* Add support for centering map by last position
* Add support for centering map by last position

## v2.1.0
* Fix dependencies
27,616 changes: 13,799 additions & 13,817 deletions dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexandra-trackmap-panel",
"version": "2.0.3",
"version": "2.1.0",
"description": "A map plugin to visualise GPS data as markers, hexbin, ant path, or heatmap",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand All @@ -26,9 +26,9 @@
"@types/geojson": "^7946.0.7",
"@types/leaflet": "^1.5.17",
"@types/react-leaflet": "^2.5.2",
"d3": "^6.2.0",
"d3": "^5.16.0",
"d3-hexbin": "^0.2.2",
"leaflet": "^1.7.1",
"leaflet": "^1.6.0",
"leaflet-ant-path": "^1.3.0",
"prop-types": "^15.7.2",
"react-dom": "^16.13.1",
Expand Down
Loading

0 comments on commit a17f3db

Please sign in to comment.