Skip to content

Commit

Permalink
build: version 3.0.0 compatible with Vaadin 23
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Nov 6, 2024
1 parent 72ebef7 commit 1b2d476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "23.3.3",
"version": "3.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.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '23.3.3';
return '3.0.0';
}

static get properties() {
Expand Down

0 comments on commit 1b2d476

Please sign in to comment.