From c837b14adb08de17b7538205ac3a86645bc01ff7 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Wed, 30 Oct 2024 18:03:28 -0300 Subject: [PATCH] build: version 2.0.0 compatible with Vaadin 23 --- package.json | 2 +- src/vcf-anchor-nav.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da5ef3c..1c0f815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin-component-factory/vcf-anchor-nav", - "version": "23.4.0", + "version": "2.0.0", "description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.", "main": "vcf-anchor-nav.js", "author": "Vaadin Ltd", diff --git a/src/vcf-anchor-nav.js b/src/vcf-anchor-nav.js index 758ea06..16739ce 100644 --- a/src/vcf-anchor-nav.js +++ b/src/vcf-anchor-nav.js @@ -148,7 +148,7 @@ export class AnchorNavElement extends ElementMixin(ThemableMixin(PolymerElement) } static get version() { - return '23.4.0'; + return '2.0.0'; } static get properties() {