Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.6.2
* Fix naming so that Vaadin Directory sync works #526

## 4.6.1
* Updated dependencies

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_vaadin-maps-leaflet-flow&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_vaadin-maps-leaflet-flow)
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)

# vaadin-maps-leaflet-flow
# LeafletMap for Vaadin
A Vaadin Flow Java API for [Leaflet](https://leafletjs.com/)

![demo](assets/demo.png)
Expand Down
4 changes: 2 additions & 2 deletions vaadin-maps-leaflet-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>4.6.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>vaadin-maps-leaflet-flow</name>
<description>vaadin-maps-leaflet-flow</description>
<name>LeafletMap for Vaadin</name>
<description>LeafletMap for Vaadin</description>
<url>https://github.com/xdev-software/vaadin-maps-leaflet-flow</url>

<scm>
Expand Down