Skip to content

Commit 57eaa01

Browse files
committed
chore(release): ship v5.5.5 for `Angular 20.1
1 parent 232289a commit 57eaa01

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
#### `5.5.5`
6+
7+
- refactor(breadcrumb-router): migrate breadcrumbs$ toSignal, use `attrib` prop for breadcrumb-item, test update, cleanup
8+
- fix(breadcrumb-item): remove `attributes` input conflicting with Element's readonly property, use `attribs` instead
9+
10+
---
11+
512
#### `5.5.4`
613

714
- chore(dependencies): update to `Angular 20.1`

package-lock.json

Lines changed: 12 additions & 12 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.5.4",
3+
"version": "5.5.5",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"@angular/language-service": "^20.1.0",
6868
"@types/jasmine": "^5.1.8",
6969
"@types/lodash-es": "^4.17.12",
70-
"@types/node": "^22.16.2",
70+
"@types/node": "^22.16.3",
7171
"angular-eslint": "^20.1.1",
7272
"copyfiles": "^2.4.1",
7373
"eslint": "^9.30.1",

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.5.4",
3+
"version": "5.5.5",
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.5.4",
3+
"version": "5.5.5",
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.5.4",
3+
"version": "5.5.5",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)