Skip to content

Commit

Permalink
chore: ship v4.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Aug 8, 2023
1 parent f101ac3 commit 577a894
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [@coreui/angular](https://coreui.io/angular/) changelog

#### `4.5.14`

- fix(@coreui/angular): add missing peerDependencies
- refactor(sidebar-nav): IconDirective imports

---


#### `4.5.13`

- chore(dependencies): update
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "4.5.13",
"version": "4.5.14",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@coreui/icons": "^3.0.1",
"@types/jasmine": "~4.3.5",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.17.3",
"@types/node": "^18.17.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.46.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "4.5.13",
"version": "4.5.14",
"description": "CoreUI for Angular UI components library",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down

0 comments on commit 577a894

Please sign in to comment.