Skip to content

Commit df5a90f

Browse files
committed
5.4.10
1 parent c2011b3 commit df5a90f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-combo-box",
3-
"version": "5.4.9",
3+
"version": "5.4.10",
44
"description": "Web Component for displaying a list of items with filtering",
55
"main": "vaadin-combo-box.html",
66
"repository": "vaadin/vaadin-combo-box",

Diff for: src/vaadin-combo-box.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
}
266266

267267
static get version() {
268-
return '5.4.9';
268+
return '5.4.10';
269269
}
270270

271271
static get properties() {

0 commit comments

Comments
 (0)