Skip to content

Commit 03beaff

Browse files
committed
build: update version to 2.1.1 for release
1 parent cf5817d commit 03beaff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-breadcrumb",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Web Component providing an easy way to display breadcrumb.",
55
"author": "Vaadin Ltd",
66
"type": "module",

src/component/vcf-breadcrumb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class VcfBreadcrumb extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))
6161
}
6262

6363
static get version() {
64-
return '2.1.0';
64+
return '2.1.1';
6565
}
6666

6767
render() {

src/component/vcf-breadcrumbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class VcfBreadcrumbs extends ResizeMixin(ElementMixin(ThemableMixin(Polyl
6262
}
6363

6464
static get version() {
65-
return '2.1.0';
65+
return '2.1.1';
6666
}
6767

6868
static get styles() {

0 commit comments

Comments
 (0)