Skip to content

Commit 0cae571

Browse files
committed
Updated breadcrumb name and bumped version
1 parent f334ba5 commit 0cae571

File tree

2 files changed

+3
-3
lines changed

2 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": "sparc-design-system-components-2",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"private": false,
55
"scripts": {
66
"dev": "vite",

src/components/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SparcRadio from './SparcRadio.vue';
99
import DropdownMultiselect from './DropdownMultiselect/DropdownMultiselect.vue'
1010
import Pagination from './Pagination.vue'
1111
import PaginationMenu from './PaginationMenu.vue'
12-
import BreadCrumbTrail from './BreadcrumbTrail.vue'
12+
import Breadcrumb from './BreadcrumbTrail.vue'
1313
import IconCard from '.IconCard.vue'
1414

1515
export default {
@@ -22,7 +22,7 @@ export default {
2222
app.component('DropdownMultiselect', DropdownMultiselect);
2323
app.component('Pagination', Pagination);
2424
app.component('PaginationMenu', PaginationMenu);
25-
app.component('BreadCrumbTrail', BreadCrumbTrail);
25+
app.component('Breadcrumb', Breadcrumb);
2626
app.component('IconCard', IconCard)
2727
},
2828
};

0 commit comments

Comments
 (0)