Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 940e6de

Browse files
committedFeb 19, 2025·
chore(release): ship v5.3.16
1 parent afb9f9f commit 940e6de

File tree

6 files changed

+10293
-11733
lines changed

6 files changed

+10293
-11733
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

33

4+
---
5+
6+
#### `5.3.16`
7+
8+
- chore(dependencies): tilde `~` dependencies for @coreui/* packages to avoid Sass modules mismatch
9+
410
---
511

612
#### `5.3.15`

‎package-lock.json

Lines changed: 10282 additions & 11728 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.15",
3+
"version": "5.3.16",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -80,7 +80,7 @@
8080
"ng-packagr": "^19.1.2",
8181
"prettier": "^3.5.1",
8282
"typescript": "~5.6.3",
83-
"typescript-eslint": "^8.24.0"
83+
"typescript-eslint": "^8.24.1"
8484
},
8585
"keywords": [
8686
"angular",

‎projects/coreui-angular-chartjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.3.15",
3+
"version": "5.3.16",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.3.15",
3+
"version": "5.3.16",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-icons-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.3.15",
3+
"version": "5.3.16",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.