Skip to content

Commit

Permalink
build: version 2.0.0 compatible with Vaadin 23
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Nov 4, 2024
1 parent 5ae3823 commit c837b14
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-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",
Expand Down
2 changes: 1 addition & 1 deletion src/vcf-anchor-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c837b14

Please sign in to comment.