Skip to content

Commit 6fa27db

Browse files
committed
Fix naming so that Vaadin Directory sync works
See xdev-software/vaadin-addon-template#318
1 parent 275b970 commit 6fa27db

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
* Fix naming so that Vaadin Directory sync works [#318](https://github.com/xdev-software/vaadin-addon-template/issues/318)
3+
* Updated dependencies
4+
15
## 2.1.0
26
* Updated to Vaadin 24.4
37

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-editable-label&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_vaadin-editable-label)
55
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)
66

7-
# vaadin-editable-label
7+
# Editable Labels for Vaadin
88
A Vaadin Flow implementation for editable labels
99

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

vaadin-editable-label/pom.xml

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

12-
<name>vaadin-editable-label</name>
13-
<description>vaadin-editable-label</description>
12+
<name>Editable Labels for Vaadin</name>
13+
<description>Editable Labels for Vaadin</description>
1414
<url>https://github.com/xdev-software/vaadin-editable-label</url>
1515

1616
<scm>

0 commit comments

Comments
 (0)