Skip to content

Commit dd8d17e

Browse files
AB-xdevmstahv
andcommitted
Fix naming so that Vaadin Directory sync works
See #526 Co-Authored-By: Matti Tahvonen <matti@vaadin.com>
1 parent 0f752df commit dd8d17e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.6.2
2+
* Fix naming so that Vaadin Directory sync works #526
3+
14
## 4.6.1
25
* Updated dependencies
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![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)
55
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)
66

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

1010
![demo](assets/demo.png)

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<version>4.6.2-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

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

1616
<scm>

0 commit comments

Comments
 (0)