Skip to content

Commit

Permalink
build: version 4.0.0 compatible with Vaadin 24
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Nov 6, 2024
1 parent 9fe64b4 commit 24ecd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin-component-factory/vcf-lookup-field",
"version": "24.0.0",
"version": "4.0.0",
"description": "Vaadin Lookup field component",
"main": "theme/lumo/vcf-lookup-field.js",
"author": "Vaadin Ltd",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-lookup-field.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vcf-lookup-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '24.0.0';
return '4.0.0';
}

static get properties() {
Expand Down

0 comments on commit 24ecd37

Please sign in to comment.