Skip to content

Commit

Permalink
Getting ready for 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Jul 20, 2022
1 parent b078fff commit 4cd75c7
Show file tree
Hide file tree
Showing 5 changed files with 1,017 additions and 94 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.1.24] - 2022-07-20
## [0.1.25] - 2022-07-20

### Change

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashLeaflet
Title: Leaflet component for Dash
Version: 0.1.24rc11
Version: 0.1.25rc1
Description: Leaflet component for Dash
Depends: R (>= 3.0.2)
Imports:
Expand Down
46 changes: 23 additions & 23 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,37 @@ export(TileLayer)
export(Tooltip)
export(VideoOverlay)
export(WMSTileLayer)
export(popup)
export(fullscreenControl)
export(markerClusterGroup)
export(sVGOverlay)
export(tileLayer)
export(polygon)
export(fullscreenControl)
export(locateControl)
export(map)
export(minichart)
export(pane)
export(circle)
export(baseLayer)
export(circle)
export(gestureHandling)
export(geoTIFFOverlay)
export(popup)
export(geoJSON)
export(editControl)
export(marker)
export(overlay)
export(wMSTileLayer)
export(easyButton)
export(polygon)
export(marker)
export(layerGroup)
export(tileLayer)
export(imageOverlay)
export(geoTIFFOverlay)
export(circleMarker)
export(polyline)
export(tooltip)
export(featureGroup)
export(sVGOverlay)
export(polyline)
export(circleMarker)
export(layersControl)
export(colorbar)
export(rectangle)
export(geoJSON)
export(videoOverlay)
export(imageOverlay)
export(pane)
export(polylineDecorator)
export(editControl)
export(map)
export(colorbar)
export(tooltip)
export(scaleControl)
export(videoOverlay)
export(rectangle)
export(wMSTileLayer)
export(divMarker)
export(locateControl)
export(measureControl)
export(gestureHandling)
export(layerGroup)
Loading

0 comments on commit 4cd75c7

Please sign in to comment.