We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa848f commit c13a426Copy full SHA for c13a426
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin-component-factory/vcf-lookup-field",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "Vaadin Lookup field component",
5
"main": "theme/lumo/vcf-lookup-field.js",
6
"author": "Vaadin Ltd",
src/vcf-lookup-field.js
@@ -549,7 +549,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
549
}
550
551
static get version() {
552
- return '5.0.0';
+ return '5.0.1';
553
554
555
static get properties() {
0 commit comments