We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb18803 commit 29f115eCopy full SHA for 29f115e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin-component-factory/vcf-anchor-nav",
3
- "version": "23.2.0",
+ "version": "23.2.1",
4
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.",
5
"main": "vcf-anchor-nav.js",
6
"author": "Vaadin Ltd",
src/vcf-anchor-nav.js
@@ -148,7 +148,7 @@ export class AnchorNavElement extends ElementMixin(ThemableMixin(PolymerElement)
148
}
149
150
static get version() {
151
- return '23.2.0';
+ return '23.2.1';
152
153
154
static get properties() {
0 commit comments