Skip to content

Commit 593117e

Browse files
committed
chore(release): ship v5.6.19 for Angular 21.2.1
1 parent 07212f7 commit 593117e

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
---
44

5-
#### `5.6.19` next
5+
#### `5.6.19`
66

77
- chore(devDependencies): cli update to `Angular 21.2.1`
88
- `@angular-devkit/schematics` @ "21.2.1" (was "21.2.0")
99
- `@angular/build` @ "21.2.1" (was "21.2.0")
1010
- `@angular/cli` @ "21.2.1" (was "21.2.0")
1111
- `@types/node` @ "24.12.0" (was "24.11.0")
12-
- chore(devDependencies): eslint update to `10.0.2`
12+
- chore(devDependencies): eslint update to `10.0.3`
1313
- `angular-eslint` @ "21.3.0" (was "21.2.0")
14-
- `eslint` @ "10.0.2" (was "9.39.3")
14+
- `eslint` @ "10.0.3" (was "9.39.3")
1515
- `@eslint/js` @ "10.0.1"
1616

1717
---

package-lock.json

Lines changed: 43 additions & 43 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.6.18",
3+
"version": "5.6.19",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -70,7 +70,7 @@
7070
"@types/lodash-es": "^4.17.12",
7171
"@types/node": "^24.12.0",
7272
"angular-eslint": "^21.3.0",
73-
"eslint": "^10.0.2",
73+
"eslint": "^10.0.3",
7474
"jasmine-core": "^6.1.0",
7575
"karma": "^6.4.4",
7676
"karma-chrome-launcher": "^3.2.0",

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.18",
3+
"version": "5.6.19",
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.18",
3+
"version": "5.6.19",
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.18",
32+
"@coreui/icons-angular": "~5.6.19",
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.18",
3+
"version": "5.6.19",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)