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

Commit

Permalink
added navbar as dependency, 2.44.1 release (#2326)
Browse files Browse the repository at this point in the history
* added navbar as dependency, 2.44.1 release

* removed dev dependency

* added link
  • Loading branch information
Blackbaud-AlexKingman authored Mar 20, 2019
1 parent f444e48 commit d453010
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
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`. [#2326](https://github.com/blackbaud/skyux2/pull/2326)

# 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';

0 comments on commit d453010

Please sign in to comment.