Skip to content

Commit 24ecd37

Browse files
committed
build: version 4.0.0 compatible with Vaadin 24
1 parent 9fe64b4 commit 24ecd37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "24.0.0",
3+
"version": "4.0.0",
44
"description": "Vaadin Lookup field component",
55
"main": "theme/lumo/vcf-lookup-field.js",
66
"author": "Vaadin Ltd",

src/vcf-lookup-field.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

src/vcf-lookup-field.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
535535
}
536536

537537
static get version() {
538-
return '24.0.0';
538+
return '4.0.0';
539539
}
540540

541541
static get properties() {

0 commit comments

Comments
 (0)