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 6110759 commit ecf23c6Copy full SHA for ecf23c6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin-component-factory/vcf-breadcrumb",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Web Component providing an easy way to display breadcrumb.",
5
"author": "Vaadin Ltd",
6
"type": "module",
src/component/vcf-breadcrumbs.ts
@@ -62,7 +62,7 @@ export class VcfBreadcrumbs extends ResizeMixin(ElementMixin(ThemableMixin(Polyl
62
}
63
64
static get version() {
65
- return '2.0.0';
+ return '2.0.1';
66
67
68
static get styles() {
0 commit comments