We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ebef7 commit 1b2d476Copy full SHA for 1b2d476
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin-component-factory/vcf-lookup-field",
3
- "version": "23.3.3",
+ "version": "3.0.0",
4
"description": "Vaadin Lookup field component",
5
"main": "theme/lumo/vcf-lookup-field.js",
6
"author": "Vaadin Ltd",
src/vcf-lookup-field.js
@@ -526,7 +526,7 @@ export class LookupField extends ElementMixin(ThemableMixin(PolymerElement)) {
526
}
527
528
static get version() {
529
- return '23.3.3';
+ return '3.0.0';
530
531
532
static get properties() {
0 commit comments