Skip to content

Commit 931a3f5

Browse files
committed
chore(release): ship v5.5.18
1 parent ef97876 commit 931a3f5

File tree

6 files changed

+35
-7
lines changed

6 files changed

+35
-7
lines changed

CHANGELOG.md

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

33
---
44

5+
#### `5.5.18`
6+
7+
- chore(dependencies): update to `Angular 20.3.7`
8+
- `@angular-devkit/schematics` @ "20.3.7" (was "20.3.4")
9+
- `@angular/build` @ "20.3.7" (was "20.3.4")
10+
- `@angular/cli` @ "20.3.7" (was "20.3.4")
11+
- `@angular/compiler-cli` @ "20.3.7" (was "20.3.3")
12+
- `@angular/language-service` @ "20.3.7" (was "20.3.3")
13+
- `@angular/animations` @ "20.3.7" (was "20.3.3")
14+
- `@angular/cdk` @ "20.2.10" (was "20.2.7")
15+
- `@angular/common` @ "20.3.7" (was "20.3.3")
16+
- `@angular/compiler` @ "20.3.7" (was "20.3.3")
17+
- `@angular/core` @ "20.3.7" (was "20.3.3")
18+
- `@angular/forms` @ "20.3.7" (was "20.3.3")
19+
- `@angular/localize` @ "20.3.7" (was "20.3.3")
20+
- `@angular/platform-browser` @ "20.3.7" (was "20.3.3")
21+
- `@angular/platform-browser-dynamic` @ "20.3.7" (was "20.3.3")
22+
- `@angular/router` @ "20.3.7" (was "20.3.3")
23+
- `@types/jasmine` @ "5.1.12" (was "5.1.9")
24+
- `@types/node` @ "22.18.13" (was "22.18.8")
25+
- `angular-eslint` @ "20.5.0" (was "20.3.0")
26+
- `chart.js` @ "4.5.1" (was "4.5.0")
27+
- `eslint` @ "9.38.0" (was "9.36.0")
28+
- `jasmine-core` @ "5.12.0" (was "5.11.0")
29+
- `typescript-eslint` @ "8.46.2" (was "8.45.0")
30+
31+
---
32+
533
#### `5.5.17`
634

735
- chore(dependencies): update to `Angular 20.3.3`

package-lock.json

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

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-dev",
3-
"version": "5.5.17",
3+
"version": "5.5.18",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

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.17",
3+
"version": "5.5.18",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.5.17",
3+
"version": "5.5.18",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^20.3.0",
3030
"@angular/router": "^20.3.0",
3131
"@coreui/coreui": "^5.4.3",
32-
"@coreui/icons-angular": "~5.5.17",
32+
"@coreui/icons-angular": "~5.5.18",
3333
"rxjs": "^7.8.2"
3434
},
3535
"repository": {

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

0 commit comments

Comments
 (0)