Skip to content

Commit e31243c

Browse files
committed
chore(release): ship v5.6.20 for Angular 21.2.3
1 parent 43d9da7 commit e31243c

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGELOG.md

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

33
---
44

5+
#### `5.6.20`
6+
7+
- chore(dependencies): update to `Angular 21.2.3`
8+
- `@angular-devkit/schematics` @ "21.2.2" (was "21.2.1")
9+
- `@angular/build` @ "21.2.2" (was "21.2.1")
10+
- `@angular/cli` @ "21.2.2" (was "21.2.1")
11+
- `@angular/compiler-cli` @ "21.2.3" (was "21.2.1")
12+
- `@angular/language-service` @ "21.2.3" (was "21.2.1")
13+
- `typescript-eslint` @ "8.57.0" (was "8.56.1")
14+
- `@angular/animations` @ "21.2.3" (was "21.2.1")
15+
- `@angular/cdk` @ "21.2.2" (was "21.2.1")
16+
- `@angular/common` @ "21.2.3" (was "21.2.1")
17+
- `@angular/compiler` @ "21.2.3" (was "21.2.1")
18+
- `@angular/core` @ "21.2.3" (was "21.2.1")
19+
- `@angular/forms` @ "21.2.3" (was "21.2.1")
20+
- `@angular/localize` @ "21.2.3" (was "21.2.1")
21+
- `@angular/platform-browser` @ "21.2.3" (was "21.2.1")
22+
- `@angular/router` @ "21.2.3" (was "21.2.1")
23+
- chore(dependencies): patch `hono` vulnerabilities https://github.com/advisories/GHSA-v8w9-8mx6-g223
24+
25+
---
26+
527
#### `5.6.19`
628

729
- chore(devDependencies): cli update to `Angular 21.2.1`

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.6.19",
3+
"version": "5.6.20",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 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.6.19",
3+
"version": "5.6.20",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2026 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.6.19",
3+
"version": "5.6.20",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^21.2.0",
3030
"@angular/router": "^21.2.0",
3131
"@coreui/coreui": "^5.4.3",
32-
"@coreui/icons-angular": "~5.6.19",
32+
"@coreui/icons-angular": "~5.6.20",
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.6.19",
3+
"version": "5.6.20",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)