Skip to content

Commit 1b2d476

Browse files
committed
build: version 3.0.0 compatible with Vaadin 23
1 parent 72ebef7 commit 1b2d476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-lookup-field",
3-
"version": "23.3.3",
3+
"version": "3.0.0",
44
"description": "Vaadin Lookup field component",
55
"main": "theme/lumo/vcf-lookup-field.js",
66
"author": "Vaadin Ltd",

src/vcf-lookup-field.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
526526
}
527527

528528
static get version() {
529-
return '23.3.3';
529+
return '3.0.0';
530530
}
531531

532532
static get properties() {

0 commit comments

Comments
 (0)