Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

added navbar as dependency, 2.44.1 release #2326

Merged
merged 3 commits into from
Mar 20, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.44.1 (2019-03-20)

- Fixed missing dependency for `@skyux/navbar`.

# 2.44.0 (2019-03-20)

- Added support for multiselect toolbar. [blackbaud/skyux-list-builder#18](https://github.com/blackbaud/skyux-list-builder/pull/18/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@skyux/lists": "3.1.0",
"@skyux/lookup": "3.0.1",
"@skyux/modals": "3.0.1",
"@skyux/navbar": "3.0.1",
"@skyux/popovers": "3.0.0",
"@skyux/progress-indicator": "3.0.0",
"@skyux/select-field": "3.1.0",
Expand All @@ -82,7 +83,6 @@
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@blackbaud/skyux-builder": "1.32.0",
"@skyux/navbar": "3.0.0",
"@types/core-js": "0.9.41",
"@types/jasmine": "2.5.47",
"@types/node": "7.0.18",
Expand Down
4 changes: 3 additions & 1 deletion src/modules/navbar/navbar-item.component.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from '@skyux/navbar/modules/navbar/navbar-item.component';
export {
SkyNavbarItemComponent
} from '@skyux/navbar/modules/navbar/navbar-item.component';
4 changes: 3 additions & 1 deletion src/modules/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from '@skyux/navbar/modules/navbar/navbar.component';
export {
SkyNavbarComponent
} from '@skyux/navbar/modules/navbar/navbar.component';
4 changes: 3 additions & 1 deletion src/modules/navbar/navbar.module.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from '@skyux/navbar/modules/navbar/navbar.module';
export {
SkyNavbarModule
} from '@skyux/navbar/modules/navbar/navbar.module';