Skip to content

Commit 577a894

Browse files
committed
chore: ship v4.5.14
1 parent f101ac3 commit 577a894

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

3+
#### `4.5.14`
4+
5+
- fix(@coreui/angular): add missing peerDependencies
6+
- refactor(sidebar-nav): IconDirective imports
7+
8+
---
9+
10+
311
#### `4.5.13`
412

513
- chore(dependencies): update

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "4.5.13",
3+
"version": "4.5.14",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"@coreui/icons": "^3.0.1",
6868
"@types/jasmine": "~4.3.5",
6969
"@types/lodash-es": "^4.17.8",
70-
"@types/node": "^18.17.3",
70+
"@types/node": "^18.17.4",
7171
"@typescript-eslint/eslint-plugin": "^5.62.0",
7272
"@typescript-eslint/parser": "^5.62.0",
7373
"eslint": "^8.46.0",

projects/coreui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "4.5.13",
3+
"version": "4.5.14",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)